Side navigation
#1198 closed bug (fixed)
Opened May 16, 2007 03:30PM UTC
Closed May 16, 2007 06:50PM UTC
Last modified June 21, 2007 03:38AM UTC
Using styleFloat in Safari doesn't work
| Reported by: | brandon | Owned by: | brandon |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | core | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Even though it is an IE only way of accessing the float property it should be aliased to work in Safari.
$('#floatTest').css('styleFloat', 'left');
There is a test already in the test suite that fails.