![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
issues with 'currentStyle'
Well, I've been having this issue with IE6 for a long time. The problem is
that, if I try to use the property 'currentStyle' of a DOM node shortly after the node has been added to the DOM tree of the page (three or four lines of code, it varies), 'currentStyle' is empty. However, if I try to read it after a bit more code has been processed, it contains the CSS styles correctly. What's the problem? I reckon that inserting a DOM node in the tree and filling the 'currentStyle' property is an asyncronous task, and that 'appendChild()' return inmediately, so, if I try to read currentStyle very soon, it hasn't filled yet. Am I right? If I am, I think that this issue must be corrected, because it's a very bad thing. Thanks. |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|