#14325 closed defect (fixed)
InlineEditBox: exception on clicking to edit w/dijit.Editor (IE9)
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7.5 |
Component: | Dijit | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_InlineEditBox.html, clicking the InlineEditBox mapped to dijit.Editor gets an exception on IE9 (at least on my machine). The problem is that it calls editor.getValue() before the editor has finished initializing.
The call is in a setTimeout(func, 0) but it should be also watching editor.onLoadDeferred.
Attachments (1)
Change History (7)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
I can reproduce this in 1.7, but not in 1.6; it must have been a regression.
comment:4 Changed 9 years ago by
Milestone: | 1.8 → 1.7 |
---|
comment:5 Changed 9 years ago by
Milestone: | 1.7 → 1.7.5 |
---|
comment:6 Changed 9 years ago by
Well, it's a race condition in 1.7, so I wouldn't be surprised if it's there in 1.6 too, but I guess we don't need to worry about it unless it reproduces for someone.
Note: See
TracTickets for help on using
tickets.
In [27132]: