Skip to main content

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)
  • index.html (0.7 KB) - added by artyv September 23, 2010 04:26AM UTC.
Change History (5)

Changed March 08, 2011 11:09AM UTC by gnarf comment:1

I don't think your attachment made it - can you create a demo on http://jsfiddle.net ?

Changed March 09, 2011 04:26AM UTC by artyv comment:2

Attachment made it. But here is the jsfiddle example: http://jsfiddle.net/Tfgr6/1/

Changed March 11, 2011 01:55PM UTC by gnarf comment:3

status: newopen

Changed May 20, 2011 01:30AM UTC by tomykaira comment:4

Fixed, by calculating with outerHeight and outerWidth, not with height and width.

https://github.com/jquery/jquery-ui/pull/317

Changed May 26, 2011 12:44PM UTC by scottgonzalez comment:5

milestone: TBD1.9
resolution: → fixed
status: openclosed

Fixed in 7d232f753428d68ade9b73f091579811cf90eb96.