Pending

User tests: Successful: Unsuccessful:

avatar ghost
ghost
7 Mar 2013

Fixes difference in height between normal and hover on cell with context.

The context (button with submenu) only appears on hover. This however makes the cell a little higher (when the row only has 1 line content).
This causes a weird 'jitter' effect, which you can see in the module manager for instance.

This patch fixes that by giving the cell a (min) height, making the non-hover cell high enough to fit the context menu.

avatar nonumber nonumber - open - 7 Mar 2013
avatar javigomez
javigomez - comment - 8 Mar 2013

Please add here step by step testing instructions. And if posible do a tracker issue and cross reference it.

avatar nonumber
nonumber - comment - 9 Mar 2013
  • Go to the module manager in Joomla 3.0
  • Move your mouse over the table rows in the list of modules
  • See the height of the table rows change as you hover over them.

After fix:

  • No more height difference of table rows when hover over or not.

This issue is present at least on Chrome and Firefox on Win7.

avatar mbabker
mbabker - comment - 16 Mar 2013

Fixed at 3731c9c

avatar mbabker mbabker - close - 16 Mar 2013

Add a Comment

Login with GitHub to post a comment