Search and Top Navigation
#6238 closed bug (notabug)
Opened October 28, 2010 12:36AM UTC
Closed October 28, 2010 02:22PM UTC
Last modified October 11, 2012 09:15PM UTC
jQuery UI 1.8.5 .resizable behaves differently with jQuery 1.4.4 than 1.2.2
Reported by: | ken.penn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello - I have a textarea wrapped in jQuery UI 1.8.5 .resizable(). The textarea behaves as I'd wish, with jQuery-1.4.2, and jQueryUI-1.8.5.
When I switched to jQuery-1.4.3 or jQuery-1.4.4.git, .resizable() did not behave as I'd expect; it required chaining .css('margin', '0px') to get the texarea centered in the resizable wrapper.
I have prepared three examples:
How the textarea .resizable() worked with 1.4.2 is http://kpenn.com/gls/dev/ex/glsedit.0.html
How the textarea .resizable() did not center with 1.4.4.git is
http://kpenn.com/gls/dev/ex/glsedit.0.html
How the textarea .resizable() centered with 1.4.4.git and a chained .css() is
http://kpenn.com/gls/dev/ex/glsedit.0.html
All js is unminified, for easy examination.
Thanks,
Ken Penn
ken.penn.fx@gmail.com
Attachments (0)
Change History (3)
Changed October 28, 2010 12:38AM UTC by comment:1
Changed October 28, 2010 02:22PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Please provide a reduced test case. There is way too much going on in that page for us to look at it.
Changed October 11, 2012 09:15PM UTC by comment:3
milestone: | TBD |
---|
Milestone TBD deleted
Hello - I have a textarea wrapped in jQuery UI 1.8.5 .resizable(). The textarea behaves as I'd wish, with jQuery-1.4.2, and jQueryUI-1.8.5.
When I switched to jQuery-1.4.3 or jQuery-1.4.4.git, .resizable() did not behave as I'd expect; it required chaining .css('margin', '0px') to get the texarea centered in the resizable wrapper.
I have prepared three examples:
How the textarea .resizable() worked with 1.4.2 is http://kpenn.com/gls/dev/ex/glsedit.0.html
How the textarea .resizable() did not center with 1.4.4.git is http://kpenn.com/gls/dev/ex/glsedit.1.html
How the textarea .resizable() centered with 1.4.4.git and a chained .css() is http://kpenn.com/gls/dev/ex/glsedit.2.html
All js is unminified, for easy examination.
Thanks,
Ken Penn ken.penn.fx@…