Changes between Initial Version and Version 1 of Ticket #12373, comment 3
- Timestamp:
- Aug 23, 2012, 2:53:19 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12373, comment 3
initial v1 1 I think returning float would be the best for calculations, but it might break current implementations. However, for example using $.('div').width(176.66) must be interpreted correctly. I'm thinking about an internal Math.ceil inside the width function and other functions that are dealing with widths and heights.1 I think returning float would be the best for calculations, but it might break current implementations. However, for example using $.('div').width(176.66) must be interpreted correctly. I'm thinking about an internal Math.ceil when setting a value inside the width function and other functions that are dealing with widths and heights. 2 2 3 3 I've updated the fiddle: http://jsfiddle.net/y6Dmt/2/