1
0

Fix for IE

Support for using 'esc' to hide detailView
This commit is contained in:
Fredrik Erlandsson 2011-12-20 12:41:54 +01:00
parent 41a9863e16
commit a2cfa32c48
3 changed files with 8 additions and 6 deletions

View File

@ -92,8 +92,8 @@ background: transparent url('pear_logo_sml.png') no-repeat center left;
position: relative;
color: #FFFFFF;
height: 17px;
padding: 0px 0px 0px 30px;
width: 131px;
padding: 0px 0px 0px 25px;
width: 136px;
float: right;
z-index: 100;
font-size: 12px;

View File

@ -430,6 +430,9 @@ document = null;
swatchImg(currentImg - 1);
// if($('imageflow')) handle(1);
break;
case 27: /* Esc-key */
hideDetailView();
break;
}
});
}
@ -449,7 +452,7 @@ function bodyLoad(vm, bgcolor) {
}
/* end parse hash */
if (navigator.appName === "Microsoft Internet Explorer") {
if (navigator.appVersion.search(/MSIE [0-7]/i) !== -1) {
$('.track').each(function (s) {$(this).css('top', '-16px'); }); //Fix for IE's poor page rendering.
}
/*

View File

@ -47,10 +47,9 @@
<? endif ?>
<?= $theme->script("json2-min.js") ?>
<?= $theme->script("jquery.js") ?>
<?= $theme->script("jquery-1.6.2.min.js") ?>
<?= $theme->script("jquery.form.js") ?>
<?= $theme->script("jquery-ui.js") ?>
<?= $theme->script("jquery-ui-1.7.3.custom.min.js") ?>
<?= $theme->script("jquery-ui-1.8.16.custom.min.js") ?>
<?= $theme->script("gallery.common.js") ?>
<? /* MSG_CANCEL is required by gallery.dialog.js */ ?>
<script type="text/javascript">