Get your own customer support community
 

Form fields in custom controls are disabled in IE 7

I have a custom control which contains a form. Works fine Mac/Win Firefox and in Mac Safari (haven't tested Win Safari), but in IE 7 the text fields (and textarea) are disabled. Buttons work fine. Here's a demo (click the "show/hide form" link below the image to show the form):

http://www.chrisbartley.com/seadragon...

My IE 7 is version 7.0.5730.11 on Windows XP Pro sp 2.

If you have a look at the source, you'll see that I'm using jquery to clone the contents of the form from an existing (and hidden) form elsewhere on the page (and that other form, btw, if I make it visible by not setting style="display:none", works fine...that is, the text field is not disabled...it's only the cloned one added to the viewer as a control which is broken). I thought the cloning might be introducing some weirdness, so I tried recreating the form every time its shown, but that made no difference.

I also tried explicitly setting the input's disabled attribute to false (with jquery, using something like $("#blah_blah").attr("disabled", false)), but that didn't make any difference either.

Are there examples anywhere of text fields in controls which work in IE? Or any clues as to what I might be doing wrong?

thanks heaps,

Chris
 
sad I’m frustrated (but still loving Seadragon)
Inappropriate?
1 person has this problem

The company marked this problem solved.


User_default_medium