Details
-
Type: Improvement
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Assignee Priority:P2
Description
While working on ICE-10333, it was found that the height of the ui-state-active and ui-state-hover background images is not tall enough in some cases. For example, an ace:dataTable that uses ace:columnGroup, ace:row, and stacked headers, produces very tall column headers, as in the attached screenshot. When these headers have the active or hover state, the corresponding background images in the sprite aren't tall enough to cover the full height of such headers. It is necessary to have background images for these states that will cover taller elements.
This is visible in the ace:dataTable test application on the columnHeaderOrdering.jsf test page.
This is visible in the ace:dataTable test application on the columnHeaderOrdering.jsf test page.
r44000: increased height of active and hover background images in the 4.0 trunk.