#8995 closed bug (fixed)
Accordion: Corner display issues
Reported by: | Shikyo | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.1 |
Component: | ui.accordion | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you fully render the html including all css classes for the accordion widget the initial cornering goes wrong. You end up with no cornering.
See https://forum.jquery.com/topic/how-to-deal-with-page-flickering
Also created a fiddle: http://jsfiddle.net/4mEjj/
Reason i'am pre rendering the html is because i don't want the user to see the page change after it has been loaded.
Change History (5)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|---|
Status: | new → open |
Summary: | Pre rendering html with the accordion widget → Accordion: Corner display issues |
Here's a reduced case for the refresh
one - http://jsfiddle.net/tj_vantoll/7vZXv/. I'm guessing these issues have the same base cause.
comment:3 Changed 9 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | open → assigned |
This should be a simple fix. I'll check it out right now.
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Accordion: Properly set corner classes on refresh. Fixes #8995 - Accordion: Corner display issues.
Changeset: 673c6558e01dd8a5423ec21bf40d6efe443580d2
comment:5 Changed 9 years ago by
Milestone: | 1.11.0 → 1.10.1 |
---|
Just as i'am trying to work around this issue i noticed calling refresh also causes the cornering to break.
See http://jsfiddle.net/Ds4yg/2/ for an example.