User tests: Successful: Unsuccessful:
Labels |
Added:
?
|
Labels |
Added:
?
|
Category | ⇒ | JavaScript Templates (admin) UI/UX |
It works for me. Cache, CTRL + F5 ?
Anybody test this ?
tested. There is no difference
It's problem of template 'isis'. It is can be detected with a few items in a lists. For example, i have this problem regularly on my notebook with diagonal 15.6 inch on pages:
It can be fixed by edit file /administrator/templates/isis/index.php
You must add code after line 297 (after function 'processScroll'):
$win.ready(function() {
function fixSubheadHeight(){
if(!$nav.hasClass('subhead-fixed')){
$nav.parent().css({'min-height':$nav.height() + 1})
}
}
fixSubheadHeight();
$win.on('resize', fixSubheadHeight)
})
It is not ideal solution, but admin-pages become much more useful.
Seems this issue is solved by another PR ? I have a different icon in nothing is "jumping".
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-24 14:38:15 |
Closed_By | ⇒ | dgt41 |
Fix with #7342
Set to "closed" on behalf of @dgt41 by The JTracker Application at issues.joomla.org/joomla-cms/5956
Didnt appear to make any difference to me
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5956.