outerWidth returning incorrect results on safari 3.0.4
February 10, 2008 - 5:14am — ebalassanian
| Project: | Dimensions |
| Version: | 1.2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
outerWidth is not returning the correct value on safari when called with margin: true. The demo on Brandon's page shows the following results:
Element Outer Width
$('#elmDim').outerWidth();
=> 216
$('#elmDim').outerWidth({ margin: true });
=> 778
The outerWidth of the element should be: 226
