Screenshot of IE 7
I tried this on a fresh machine, and it's indeed somewhat broken. Seems it is styling the wrong "Preferences" element.
Version: master
Severity: normal
Attached:
Screenshot of IE 7
I tried this on a fresh machine, and it's indeed somewhat broken. Seems it is styling the wrong "Preferences" element.
Version: master
Severity: normal
Attached:
This seems caused by the cloning, and if you google a bit, you'll note that jquery has had a LOT of problems with changing cloned content in IE versions...
Probably best to avoid that.
Change 76615 had a related patch set uploaded by Bsitu:
(bug 52225) Some javascript and css fix for IE7
bsitu wrote:
(In reply to comment #1)
This seems caused by the cloning, and if you google a bit, you'll note that
jquery has had a LOT of problems with changing cloned content in IE
versions...Probably best to avoid that.
You are right, the clone() doesn't seem to break the layout in IE7
bsitu wrote:
(In reply to comment #3)
(In reply to comment #1)
This seems caused by the cloning, and if you google a bit, you'll note that
jquery has had a LOT of problems with changing cloned content in IE
versions...Probably best to avoid that.
You are right, the clone() doesn't seem to break the layout in IE7
Oops, typo, I meant "does seem to"