Ticket #403 (closed enhancement: fixed)

Opened 11 months ago

Last modified 11 months ago

tables: class for active rows (on hover/mouse-over)

Reported by: FND Owned by: SaqImtiaz
Priority: major Milestone: 2.3
Component: core Version:
Severity: undefined Keywords:
Cc:

Description

Here's a patch (code courtesy of Saq) for assigning a class to active table rows (i.e. rows under the mouse pointer). This works similarly to tiddlers' .selected class.

The code is very lightweight (only three additional lines - whereas one is just refactored existing code), so the costs/benefits ratio is very positive.

There's also no noticeable performance impact (I've tested this with an elaborate table).

Attachments

activeRow.patch (0.7 kB) - added by FND 11 months ago.

Change History

Changed 11 months ago by FND

Changed 11 months ago by FND

link: discussion on [twdev]

Changed 11 months ago by MartinBudden

  • priority changed from undefined to major

Changed 11 months ago by SaqImtiaz

  • owner changed from JeremyRuston to SaqImtiaz
  • status changed from new to assigned
  • milestone set to 2.3

Changed 11 months ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in changeset:2770

(The CSS class was changed to "hoverRow" for consistency with CSS terminology)

Note: See TracTickets for help on using tickets.