Edgewall Software

Changes between Initial Version and Version 5 of Ticket #11052


Ignore:
Timestamp:
Feb 21, 2013, 8:50:15 PM (11 years ago)
Author:
Ryan J Ollos <ryan.j.ollos@…>
Comment:

t11052-r11682-3.patch fixes a minor indentation issue. Note that the patch just causes the plugin table to have the same behavior on hover-over as other tables in Trac.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11052

    • Property Keywords css added; jquery removed
    • Property Summary Highlight entries in plugin table when the enable checkbox is clickedHighlight entries in plugin table on hover-over
  • Ticket #11052 – Description

    initial v5  
    1 When there are many closely spaced rows and the browser is full-sized on a screen it can be difficult to see which component is being selected for enabled/disable. The attached patch uses [http://docs.jquery.com/UI/Effects/Highlight jQuery UI's highlight effect] to temporarily highlight the row.
     1When there are many closely spaced rows and the browser is full-sized on a screen it can be difficult to see which component is being selected for enabled/disable. ~~The attached patch uses [http://docs.jquery.com/UI/Effects/Highlight jQuery UI's highlight effect] to temporarily highlight the row.~~
    22
    33This feature was initially mentioned in comment:19:ticket:9609.