Opened 13 years ago
Closed 12 years ago
#6096 closed bug (fixed)
effects.scale origin bottom bug
Reported by: | artyv | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When calculating baseline shifts wrong element dimensions is used - they lacks of element paddings, so element grows incorrect. See attachment
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | index.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Attachment made it. But here is the jsfiddle example: http://jsfiddle.net/Tfgr6/1/
comment:3 Changed 13 years ago by
Status: | new → open |
---|
comment:4 Changed 12 years ago by
Fixed, by calculating with outerHeight and outerWidth, not with height and width. https://github.com/jquery/jquery-ui/pull/317
comment:5 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Fixed in 7d232f753428d68ade9b73f091579811cf90eb96.
Note: See
TracTickets for help on using
tickets.
I don't think your attachment made it - can you create a demo on http://jsfiddle.net ?