Changes between Initial Version and Version 1 of Ticket #10639
- Timestamp:
- 11/05/11 21:50:22 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10639
- Property Status changed from new to open
- Property Component changed from unfiled to css
- Property Summary changed from outerWidth(true) and css('margin') returning % instead of px on iOS5 to outerWidth(true) and css('margin') returning % instead of px in Webkit
- Property Priority changed from undecided to high
- Property Milestone changed from None to 1.next
-
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.
