Opened 13 years ago
Closed 13 years ago
#1628 closed enhancement (fixed)
Use :hover instead of onMouseEnter/onMouseLeave
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.0 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
We use javascript events in several places (eg. taglibs) to catch when the mouse is over an element and then change it's appearance (eg. background). It would be better to use the pseudo-class :hover in css instead.
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5808]) References #1628: Use :hover instead of onMouseEnter/onMouseLeave
Fixed for the menu system. Still need to use javascript events for showing/hiding submenus, so I hope I didn't break anything.