Changes between Initial Version and Version 1 of Ticket #10639
- Timestamp:
- Nov 5, 2011, 5:50:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10639
-
Property
Status
changed from
new
toopen
-
Property
Component
changed from
unfiled
tocss
-
Property
Summary
changed from
outerWidth(true) and css('margin') returning % instead of px on iOS5
toouterWidth(true) and css('margin') returning % instead of px in Webkit
-
Property
Priority
changed from
undecided
tohigh
-
Property
Milestone
changed from
None
to1.next
-
Property
Status
changed from
-
Ticket #10639 – Description
initial v1 1 If you have a relative margin (defined in %), jQuery(element).css('margin-right') will normally return the margin value in pixels not in percentage. In iOS5, this is not the case.1 If you have a relative margin (defined in %), jQuery(element).css('margin-right') will normally return the margin value in pixels not in percentage. In Webkit, this is not the case. 2 2 3 3 The method jQuery(element).outerWidth returns in IOS5 the addition of width (pixel) and margin (percentage) which mixes two different measures.