#7724 closed defect (fixed)
IE7 only: If a FilteringSelect is declared with <input dojoType ... /> instead of <div dojoType ... /> and has an onChange handler, onChange fires upon page load
Reported by: | mog | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The attached HTML and JSON files reproduce this.
If test.html is loaded in Firefox, no alert boxes appear upon page load.
If test.html is loaded in IE7, the alert "FilteringSelect? input" appears.
Attachments (2)
Change History (7)
Changed 12 years ago by
Changed 12 years ago by
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Many thanks- confirmed works for me also when I update trunk. Apologies for false alarm...
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Resolution: | worksforme |
Status: | closed → reopened |
Version: | 1.2beta → 1.1.1 |
No problem. I'm marking this as "fixed" in 1.2.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Hmm, this is working fine for me, on IE7, against trunk. onChange is firing as soon as you blur a field, maybe that's your issue?
Originally I thought it was an issue the the /> to close tags, which is only valid in XHTML and even then not sure how well it works for <div>, but on second thought I guess that's not the issue.