Opened 10 years ago
Closed 10 years ago
#12804 closed defect (fixed)
TooltipDialog: closes unexpectedly when closing DateTextBox by clicking arrow icon
Reported by: | JayZ(zhouxiang) | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in "test_TooltipDialog.html", open the first "show tooltip dialog", when we open the third one -- "DateTextBox?" and close without choose any date, the DateTextBox? closed and the tooltipDialog is also disappeared.
the correct way is: the DateTextBox? should be closed but the tooltipDialog should not be closed.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | tooltipDialog_DateTextBox_issue.png added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | set to bill |
Summary: | IE issue: dijit.tooltipDialog disappeared when close DateTextBox → TooltipDialog: closes unexpectedly when closing DateTextBox by clicking arrow icon |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [25313]) On IE, ignore spurious onactivate notifications, rather than treating them as mouse down events. Clicking on the arrow icon of a DateTextBox [when the dropdown Calendar was opened] was generating a spurious onactivate notification with srcElement == <body>, causing the TooltipDialog containing the DateTextBox to close.
Fixes #12804 !strict.
Ah, you mean that you closed the DateTextBox dropdown by clicking the arrow icon again? Yes, there seems to be a bug there, although for the DateTextBox, not for the Select. I'll take a look. Reproduced on IE7 and IE8 (but working on FF).