Opened 12 years ago
Closed 10 years ago
#8643 closed defect (fixed)
Dialog: dragging needs to generate _onBlur
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Running Firefox or Safari, load dijit/tests/test_Dialog.html and click to open the first dialog. Click to focus either the DateTextBox? or TimeTextBox? so that the popup appears. Now mousedown on the Dialog titlebar and drag it somewhere. You'll notice that the popup stays put. The problem is that _onBlur is not being called. It works correctly on IE. It also fails on ComboBox? widgets. #104035
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|---|
Priority: | high → normal |
Summary: | Dialog dragging needs to generate _onBlur → Dialog: dragging needs to generate _onBlur |
comment:2 Changed 11 years ago by
Milestone: | 1.4 → 1.5 |
---|
comment:3 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.6 → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I can reproduce this on http://download.dojotoolkit.org/release-1.2.4/dojo-release-1.2.4/dijit/tests/test_Dialog.html and http://download.dojotoolkit.org/release-1.3.1/dojo-release-1.3.1/dijit/tests/test_Dialog.html, but it's fixed in http://download.dojotoolkit.org/release-1.4.1/dojo-release-1.4.1/dijit/tests/test_Dialog.html.
This is from testing on safari 5.
Dup of #6160 and #4613, although those tickets claim to be fixed.
In general though the tickets dealing w/popups not closing when they should, which are scheduled to be fixed in 1.4, see #4600 and #5777.