? Success

User tests: Successful: Unsuccessful:

avatar burakcakirel
burakcakirel
3 Feb 2015

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar burakcakirel burakcakirel - open - 3 Feb 2015
avatar jissues-bot jissues-bot - change - 3 Feb 2015
Labels Added: ?
avatar jissues-bot jissues-bot - change - 3 Feb 2015
Labels Added: ?
avatar brianteeman
brianteeman - comment - 3 Feb 2015

Didnt appear to make any difference to me


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5956.
avatar brianteeman brianteeman - test_item - 3 Feb 2015 - Tested unsuccessfully
avatar zero-24 zero-24 - change - 3 Feb 2015
Category JavaScript Templates (admin) UI/UX
avatar burakcakirel
burakcakirel - comment - 4 Feb 2015

It works for me. Cache, CTRL + F5 ?
Anybody test this ?

avatar losedk
losedk - comment - 4 Feb 2015

tested. There is no difference

avatar Aeliot-Tm
Aeliot-Tm - comment - 31 May 2015

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:

  • /administrator/index.php?option=com_content
  • /administrator/index.php?option=com_menus&view=items
  • /administrator/index.php?option=com_akeeba&view=fsfilter

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.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5956.

avatar Aeliot-Tm Aeliot-Tm - test_item - 31 May 2015 - Tested successfully
avatar designbengel
designbengel - comment - 24 Oct 2015

Seems this issue is solved by another PR ? I have a different icon in nothing is "jumping".


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5956.

avatar dgt41
dgt41 - comment - 24 Oct 2015

This problem should be solved with #7342

avatar dgt41 dgt41 - change - 24 Oct 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-10-24 14:38:15
Closed_By dgt41
avatar joomla-cms-bot joomla-cms-bot - close - 24 Oct 2015
avatar dgt41
dgt41 - comment - 24 Oct 2015

Fix with #7342


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5956.

avatar dgt41
dgt41 - comment - 24 Oct 2015

Set to "closed" on behalf of @dgt41 by The JTracker Application at issues.joomla.org/joomla-cms/5956

Add a Comment

Login with GitHub to post a comment