#4605 closed defect (duplicate)
rtl: popup.js stack[stack.length - 1] has no properties
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | bidi | Cc: | |
Blocked By: | Blocking: |
Description
In themeTester.html?dir=rtl Editable text tab
select the text in the DateTextBox?. Replace with something invalid. Change focus to another widget. Come back. Choose a date from the calendar.
Exception occurs on this line in popup.close. Tooltip does not close. 132 var widget = stack[stack.length-1].widget;
this only seems to happen in rtl. seen in FF.
Change History (4)
comment:1 Changed 13 years ago by
Owner: | set to bill |
---|
comment:3 Changed 13 years ago by
Keywords: | bidi added |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.1 → 1.0 |
---|
Note: See
TracTickets for help on using
tickets.
dup of #4440?