Opened 12 years ago

Closed 12 years ago

#1701 closed enhancement (fixed)

Improve highlight performance in table listings

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.1.2
Component: web Version:
Keywords: Cc:

Description

For lists with a lot of rows there is often a lag between the moving mouse and the table row that is highlighted. It can be a bit distracting. If possible, the CSS rules should be optimized to cause minimal lag. One thing to check is for example differences in border settings since that is a known performance hog.

Change History (1)

comment:1 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: newclosed

(In [6067]) Fixes #1701: Improve highlight performance in table listings

Using a transition effect that delays the highlight for a short time makes it feel a lot better when moving the mouse fast. There is still some indication that mouse is moving and there is not much lag. Once the mouse stops the real highlight effect is visible. This only works in Firefox (and Chrome) so there is no improvement in Internet Explorer.

Note: See TracTickets for help on using tickets.