Description
The drag-and-drop classes that control the styles are not properly being updated when keystrokes are used to move focus. As a result, styles are not being properly updated, and the most-recently-dragged item remains styled with a grey background even when keystrokes have moved focus to another item.
The keystroke handling code needs to be aware of the drag-and-drop classes, and update them accordingly. This probably involves removing them, but it might require moving them to the newly selected item.
Comments
-
Anastasia Cheetham commented
2007-10-01T18:12:14.000-0400 The reorderer now removes any identified drag-and-drop related styles from a node as part of the process of reverting the node to its default state (Rev. 12400)