#4759 closed defect (fixed)
dijit.form.DateTextBox in IE6 when push escape will alert error
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | blocker | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Web Browser(version) :InternetExplorer(6.0.2800.1106)
Dojo Widget :dijit.form.DateTextBox
File :dijit/tests/form/Form.html
I click the DateTextBox,it shows the calendar,
and then Onclick calendar's blank space,
and then Push escape key.
it will alert error in IE6!!
Attachments (2)
Change History (13)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Owner: | set to Douglas Hays |
---|
comment:2 Changed 15 years ago by
comment:3 follow-up: 4 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
It seems to be working for me. Please recreate with the nightly build. I loaded http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/Form.html in IE6 (winxp pro sp2). I clicked in the datetextbox1 input box and the calendar popup appeared. I clicked in the region between the left arrow and the centered month text. Then I pressed Escape. Nothing happened. The widget continued to function properly.
comment:4 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Replying to doughays:
Then I pressed Escape. Nothing happened. The widget continued to function properly.
plese reference : !DateTextBox_error2.png
OS(version):Microsoft Windows2000(5.002195 Service Pack4)
Web Browser(version) :InternetExplorer(6.0.2800.1106)
OS(version):Microsoft WindowsXP Professional(Version2002 Service Pack2)
Web Browser(version) :InternetExplorer(6.0.2900.2180.xpsp_sp2_gdr.070227-2254)
Changed 15 years ago by
Attachment: | DateTextBox_error2.png added |
---|
comment:5 Changed 15 years ago by
I'm still unable to recreate any problem. Can you please translate the error messages into English? Also, can you turn off any input methods to see if they are the problem?
comment:6 Changed 15 years ago by
BTW, the error just says "calling non-existant method or property on object". Typically vague. We need the debugger to see what method they were trying to call. Maybe it is the IME like you said (on my system clicking switch the input mode from hiragana to romaji, and then hitting esc doesn't do anything, but at least there isn't an exception).
comment:9 Changed 15 years ago by
_base/popup.js calls onCanel w/o checking for existence
handlers.push(dojo.connect(wrapper, "onkeypress", this, function(evt){ if(evt.keyCode == dojo.keys.ESCAPE){ args.onCancel();
comment:10 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:11 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
He's still on vacation I thought . . .