Opened 14 years ago
Closed 11 years ago
#3998 closed bug (fixed)
Size and scale effects kill borders in IE6
Reported by: | Scott González | Owned by: | Corey Frang |
---|---|---|---|
Priority: | major | Milestone: | 1.8.22 |
Component: | ui.effects.* (individual effect) | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See the demo pages.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:2 Changed 12 years ago by
Owner: | set to Corey Frang |
---|---|
Status: | new → assigned |
comment:3 Changed 11 years ago by
This is fixed in jQuery 1.8 which prevents border*Width from going negative
comment:4 Changed 11 years ago by
Milestone: | 1.9.0 → 1.8.22 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Closing fixed as of 1.8.22 since that's the first version that supports jQuery 1.8.
Note: See
TracTickets for help on using
tickets.
In particular, this is caused when the animation would put the 'border*Width' properties <1 - Might be solved by not allowing that property to animate below 1 although it might end up creating problems with some incorrectly "reversed" versions...