#16928 closed defect (fixed)
[regression] Editor: first doubleclick opens then closes LinkDialog in IE10
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.7 |
Component: | Editor | Version: | 1.9.0a2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Cross reference:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/editor/test_LinkDialog.html
In IE10 (on Win8 with touch disabled in my case) in Dojo 1.8.3, double click the link in the first editor. After a few seconds (if you are loading from dojotoolkit.org), a LinkDialog will appear with the properties of the link loaded as expected.
In the nightly Dojo 1.9, try the same thing. After a few seconds, the LinkDialog will briefly flash in and out. If you double click the link in the RTL editor below, you will see the same thing. Subsequent double clicks work as expected.
This failure can also be reproduced with the robot test; see "Double-Click opens TooltipDialog".
Change History (7)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Summary: | regression: Editor with LinkDialog closes dialog in IE10 → [regression] Editor: first doubleclick opens then closes LinkDialog in IE10 |
comment:3 Changed 8 years ago by
On the first double click, the focusout event on the dijitEditorBody (the <body> node inside the editor's <iframe>) occurs *after* the focusin event on the <input> in the dialog (editor_0_urlinput).
comment:6 Changed 7 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
comment:7 Changed 7 years ago by
(Note: I'm backporting this change for safety, not sure if it's needed or not.)
I see it. Not such a bad problem since it only happens on the first doubleclick, but still a slight regression. It's from my [30957] change so I'll take a look.