Opened 12 years ago
Closed 9 years ago
#11778 closed defect (patchwelcome)
Background broken by mouseover of high grid rows
Reported by: | jekser | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | grid cell mouseover background css | Cc: | |
Blocked By: | Blocking: |
Description
Bad CSS-Definition for the cell-background by mouseover. Background-repeat is not set to repeat-x only:
.claro .dojoxGridRowOver .dojoxGridCell { background:url("images/row_back.png") #ABD6FF; border-top:1px solid #769DC0; border-bottom:1px solid #769DC0; }
Additional FIX after including Claro-Grid.css:
.claro .dojoxGridRowOver .dojoxGridCell { background-repeat: repeat-x; }
Change History (3)
comment:1 Changed 12 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.