Ticket #5194 (closed defect: invalid)

Opened 14 months ago

Last modified 14 months ago

IE6: Form test checkboxes start checked, but aren't really

Reported by: haysmark Owned by:
Priority: highest Milestone: 1.0.1
Component: Dijit Version: 1.0
Severity: major Keywords:
Cc:

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

checkboxes.JPG (1.9 kB) - added by haysmark 14 months ago.
IE6 checkboxes start as checked

Change History

Changed 14 months ago by haysmark

IE6 checkboxes start as checked

Changed 14 months ago by haysmark

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>" }

Changed 14 months ago by doughays

  • priority changed from normal to highest
  • severity changed from normal to 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.

Changed 14 months ago by bill

  • status changed from new to closed
  • resolution set to invalid

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

Note: See TracTickets for help on using tickets.