Should this be reported to the bug tracker? It seems like a definite bug to me. You can’t set an image’s height or width attribute in IE8 (I have not tested this in IE7 or IE6) until you append it to an element.
Take a look at this document [http://www.mazniak.org/jqie8bug/]. When run in Safari or Firefox the console will successfully output what is expected: the ‘height’ attribute set to ‘111’. However in IE8 it reports a height of ‘0’. I have no idea if this bug affects anything other than ‘height’ or ‘width’ attributes. Are there any workarounds to this? -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@googlegroups.com. To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en.