Opened 13 years ago
Closed 13 years ago
#4200 closed defect (fixed)
disabled form widget may have wrong hover status
Reported by: | liucougar | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
if a button disables itself when clicked, when it is reenabled by another button, the first button has hover status
Test case:
- In test_Editor.html, try the undo/redo button in IE
- make a change first, then the undo button is enabled
- try to click it
- now the redo button is enabled, and undo button is disabled
- now click redo buton, redo button is disabled, and the undo button is enabled
- but the undo button has hover status (the mouse now is over redo button, so it should not have hover status)
Change History (2)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10222]) fixes #4200: disabled form widget may have wrong hover status