Opened 9 years ago
Closed 8 years ago
#15304 closed defect (patchwelcome)
Treegrid issue with dojoxGridRowOver class (row highlight) when HTML table in cell content
Reported by: | Jurgen Van Bouchaute | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is a issue with the TreeGrid? :
When a cell contains an HTML table, the dojoxGridRowOver class on the grid row is dissappearing when mousing over the cell containing HTML content.
See jsfiddle example : http://jsfiddle.net/jurgenvb/pt2zK/
The standard Datagrid does not have an issue with HTML tables inside the grid cell as content :
See jsfiddle example :
http://jsfiddle.net/jurgenvb/qySsR/
Reproducible on 1.6.x dojo release, but it also happens with newer 1.7 dojo releases.
Thanks for investigating
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 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.