[mochikit] Re: Readonly textbox not readonly in IE

2006-07-05 Thread Bob Ippolito
On Jul 5, 2006, at 11:19 AM, Jason Bunting wrote: > var textbox = INPUT({"type":"text", > "id":"MyTextboxId","autocomplete":"off", "readonly":"readonly"}); > > > > In FF, I get exactly what I expect, but in IE 6, the textbox is not > readonly. Anyone happen to know why? If I call toHTML(tex

[mochikit] Re: Readonly textbox not readonly in IE

2006-07-05 Thread Jason Bunting
On Jul 5, 2006, Bob Ippolito wrote: > > On Jul 5, 2006, at 11:19 AM, Jason Bunting wrote: > > > var textbox = INPUT({"type":"text", > > "id":"MyTextboxId","autocomplete":"off", "readonly":"readonly"}); > > > > In FF, I get exactly what I expect, but in IE 6, the textbox is not > > readonly. A

[mochikit] Re: Readonly textbox not readonly in IE

2006-07-05 Thread Jason Bunting
On Jul 5, 2006, Bob Ippolito wrote: > > On Jul 5, 2006, at 11:19 AM, Jason Bunting wrote: > > > var textbox = INPUT({"type":"text", > > "id":"MyTextboxId","autocomplete":"off",  "readonly":"readonly"}); > > > > In FF, I get exactly what I expect, but in IE 6, the textbox is not >

[mochikit] Re: Readonly textbox not readonly in IE

2006-07-05 Thread Bob Ippolito
On Jul 5, 2006, at 11:34 AM, Jason Bunting wrote: > > On Jul 5, 2006, Bob Ippolito wrote: >> >> On Jul 5, 2006, at 11:19 AM, Jason Bunting wrote: >> >>> var textbox = INPUT({"type":"text", >>> "id":"MyTextboxId","autocomplete":"off", "readonly":"readonly"}); >>> >>> In FF, I get exactly what I

[mochikit] Re: Readonly textbox not readonly in IE

2006-07-05 Thread Bob Ippolito
On Jul 5, 2006, at 11:42 AM, Jason Bunting wrote: > On Jul 5, 2006, Bob Ippolito wrote: > > > > > > On Jul 5, 2006, at 11:19 AM, Jason Bunting wrote: > > > > > > > var textbox = INPUT({"type":"text", > > > > "id":"MyTextboxId","autocomplete":"off", "readonly":"readonly"}); > > > > > > > > In FF

[mochikit] Re: Readonly textbox not readonly in IE

2006-07-05 Thread Jason Bunting
On Jul 5, 2006, Bob Ippolito wrote: > > On Jul 5, 2006, at 11:42 AM, Jason Bunting wrote: > > > On Jul 5, 2006, Bob Ippolito wrote: > > > > > On Jul 5, 2006, at 11:19 AM, Jason Bunting wrote: > > > > > > var textbox = INPUT({"type":"text", > > > > "id":"MyTextboxId","autocomplete":"off", "reado