Search and Top Navigation
#6096 closed bug (fixed)
Opened September 23, 2010 04:26AM UTC
Closed May 26, 2011 12:44PM UTC
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 (5)
Changed March 08, 2011 11:09AM UTC by comment:1
Changed March 09, 2011 04:26AM UTC by comment:2
Attachment made it. But here is the jsfiddle example: http://jsfiddle.net/Tfgr6/1/
Changed March 11, 2011 01:55PM UTC by comment:3
status: | new → open |
---|
Changed May 20, 2011 01:30AM UTC by comment:4
Fixed, by calculating with outerHeight and outerWidth, not with height and width.
Changed May 26, 2011 12:44PM UTC by comment:5
milestone: | TBD → 1.9 |
---|---|
resolution: | → fixed |
status: | open → closed |
Fixed in 7d232f753428d68ade9b73f091579811cf90eb96.
I don't think your attachment made it - can you create a demo on http://jsfiddle.net ?