| Summary: | Explorer options should have more control over highlighting (mouse hover or alternating light/dark) | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | Client | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 6.0 | ||
| Target Milestone: | 6.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
This may become unecessary, depending on changes in Bug 430131 Making two changes as part of this bug, both in explorer.js. 1) noSelection option will now turn off the 'selectableNavRow' class which provides a highlight on hover action. This effect could be done using the 'cursorOnly' selection policy, but noSelection prevents the use of a selection policy. 2) A new option on the ExplorerRenderer, noRowHighlighting, will be added that will turn off the light/dark css classes on alternating rows. Some tables avoid the colouring by providing their own row renderer, but an option is a much simpler fix for tables such as PluginSettings. |