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 Nicklas Nordborg, 13 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 13 years ago

(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.

comment:3 by Nicklas Nordborg, 13 years ago

(In [5809]) References #1628: Use :hover instead of onMouseEnter/onMouseLeave

Fixed for the tabcontrol taglib. Also simplified the html generated by using less <table> tags and only using _botton suffix at the first level (when tabs are at the bottom)

comment:4 by Nicklas Nordborg, 13 years ago

(In [5810]) References #1628: Use :hover instead of onMouseEnter/onMouseLeave

Fixed for the table taglib.

comment:5 by Nicklas Nordborg, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [5811]) Fixes #1628: Use :hover instead of onMouseEnter/onMouseLeave

  • Annotations list
  • Plugin parameters list
  • Failures list in item overview
  • Calendar control
Note: See TracTickets for help on using tickets.