#3803 Fedora Calendar side menu moves up 2 pixels on hover
Closed: Fixed None Opened 11 years ago by ryanlerch.

= bug description =
When hovering on the list of calendars in the left hand pane of the new fedocal, the hover state causes the menu to move around a few pixels on the screen.

= bug analysis =
This is caused by a -1px margin correction being applied to the .ui-state-focus state as well as the .ui-state-active state. The purpose of the -1px margin seems to be to correct the border that the .ui-state-active class has. But this causes the .ui-state-focus class to over correct.

= fix recommendation =
anyhoo, the following patch corrects the issue. (not sure if this is the right file to change this, but you should get the idea of the changes from the patch)


I see this ticket just now and in the meanwhile the issue has been fixed in git: https://git.fedorahosted.org/cgit/fedocal.git/commit/?id=07c5704c44b46e503cce68c98c9e1831410a77cc

Thanks for reporting it =)

We will get this fix as soon as freeze is over and we update calendar. ;)

Thanks!

Login to comment on this ticket.

Metadata