#5194 closed defect (invalid)
IE6: Form test checkboxes start checked, but aren't really
Reported by: | haysmark | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.0.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you open the Form test in IE6, checkboxes 2,3,4 are checked, but only checkbox 4 is supposed to be checked. If you click getValues, indeed only 4 is submitted as checked. This does not happen in IE7; only IE6.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | checkboxes.JPG added |
---|
comment:1 Changed 13 years ago by
getValues output:
Object is: { "foo": { "bar": { "baz": { "quux": "2005-01-01" } } }, "available": { "from": "2005-11-02", "to": "2006-11-02" }, "plop": { "combo": "three" }, "cb2": [ "4" ], "r2": "1", "richtext": "<h1>changed</h1><p>This is the changed content set by setValues</p>" }
comment:2 Changed 13 years ago by
Priority: | normal → highest |
---|---|
severity: | normal → major |
I saw that it was broken on haysmark's IE6 (standalone install with IE7) machine, but it seems to be OK on my "real" IE6 box.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
OK, we are seeing more and more problems with the IE6 standalone being different than true IE6. We should scrap using IE6 standalone and use Virtual PC instead (or two separate physical computers). See http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
IE6 checkboxes start as checked