Search and Top Navigation
#9433 closed bug (notabug)
Opened July 17, 2013 11:17AM UTC
Closed July 17, 2013 02:34PM UTC
JQuery ui accordion option heightStyle: "content" is ignored for dynamic content
Reported by: | Kimpo | Owned by: | Kimpo |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.accordion | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The accordion panel does not expand vertically when a section is loaded with dynamic content even though the option heightStyle is set to "content".
This does however work in jquery ui 1.9.2
Attachments (0)
Change History (3)
Changed July 17, 2013 12:34PM UTC by comment:1
owner: | → Kimpo |
---|---|
status: | new → pending |
Changed July 17, 2013 02:31PM UTC by comment:2
status: | pending → new |
---|
ok, i made a fool of myself, this is not a bug :/
I did tests in isolated enviroment and got it working with Angularjs bindings which made me realize that there was some fundamental flaws in our implementation of ui controls.
Sorry for bothering you
Changed July 17, 2013 02:34PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | new → closed |
Hi Kimpo,
Thanks for taking the time to contribute to the jQuery UI project. Can you please create a test case that shows this behavior? You can use this as a starting point: http://jsfiddle.net/tj_vantoll/UkSWw/.
Although from your description it sounds like you need to use the refresh method.