You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Put ondijitclick handler on the TABLE node rather than each TD.
(2) Use :hover and :active CSS pseudo-selectors rather than setting dijitPaletteCellHover / dijitPaletteCellActive. Needed to increase selectivity of dijitPaletteCellSelected selector so it wins over dijitPaletteCell:hover selector. (Hovering the selected cell should have no effect, since clicking that cell has no effect.) Note that hover state is no longer shown on IE6, but works on IE7+. Could add code to make IE work (monitoring mouseout, mouseover, mousedown, mouseup on this.gridNode) but I don't think it's worth the code bloat.
Fixes #1852 !strict.
0 commit comments