Opened 13 years ago
Closed 13 years ago
#5704 closed defect (fixed)
Toolbar in dijit.Editor became grey when I pressed TAB in editing area in IE
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Editor | Version: | 1.0 |
Keywords: | Cc: | Douglas Hays, bill | |
Blocked By: | Blocking: |
Description
Run dijit/tests/_editor/test_ToggleDir.html in IE (I'm using IE6). Click in the edit area on the text, then press TAB. The toolbar appears to be disabled even though hoving over it shows the hand pointer - but nothing is clickable. This seems to only be a problem in IE. This is being requested to be fixed in 1.0.3 for an existing IBM product install. IBM reference # 78957.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.0.3 → 1.1 |
---|---|
Owner: | changed from liucougar to alex |
comment:3 Changed 13 years ago by
Owner: | changed from alex to Douglas Hays |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems to be fixed by revision [12842].
Note: See
TracTickets for help on using
tickets.
widget.queryCommandEnabled(command) is returning false for IE but true for other browsers.