id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
7871,"wrong css position values in firefox when block set to ""position: absolute, display: none""",SLogic,,"Example http://jsfiddle.net/SpeedLogic/FE8xN/
Block1 - allready have it's parameters in html and css
Block2 - used appendTo and added css by jquery.
results of ""css.('left')"" with different combinations:
1. Firefox + jQuery 1.4.4. Block1=0px, Block2=0px
2. Firefox + jQuery 1.4.2. Block1=0px, Block2=30px
3. Opera or IE + jQuery 1.4.x. Block1=40px, Block2=30px.

Firefox version 3.6.13, OS Windows 7 Ultimate.

This problem exists only when block set to ""position: absolute, display: none"". If we change position to relative or display to block, firefox will get right values (Block1=40px, Block2=30px.) with any jQuery version.

 And like you can see, in jQuery 1.4.2 blocks with css added by jquery works fine in firefox (we can get it's .css('left'))",bug,closed,low,1.next,css,1.4.4,wontfix,,,,
