Community
Participate
Working Groups
The problem =========== Moveable columns lose and gain :hover state on single click - if the theme defines different background for the default and :hover states, this issue causes the TableColumn to blink on click. You can easily reproduce this behaviour in the controls demo with business design. Proposed resolution =================== The :hover state should be removed from the TableColumn in javascript only on the first mouse move event, after the mouse down event.
Created attachment 181493 [details] proposed patch for HEAD The :hover state should be removed from the TableColumn in javascript only on the first mouse move event, after the mouse down event.
Created attachment 182632 [details] fixed previous proposed patch In the previous proposed patch, a local variable widgetUtil was not defined. I am sorry for that.
This issue is still valid with 1.5M4.
This issue has been fixed with the recent refactorings on the Grid - see bug 383522.