Search and Top Navigation
#8995 closed bug (fixed)
Opened January 22, 2013 10:59AM UTC
Closed January 22, 2013 01:56PM UTC
Last modified January 22, 2013 01:57PM UTC
Accordion: Corner display issues
Reported by: | Shikyo | Owned by: | scottgonzalez |
---|---|---|---|
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.
Attachments (0)
Change History (5)
Changed January 22, 2013 12:38PM UTC by comment:1
Changed January 22, 2013 01:50PM UTC by comment:2
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
refreshone - http://jsfiddle.net/tj_vantoll/7vZXv/. I'm guessing these issues have the same base cause.
Changed January 22, 2013 01:54PM UTC by comment:3
owner: | → scott.gonzalez |
---|---|
status: | open → assigned |
This should be a simple fix. I'll check it out right now.
Changed January 22, 2013 01:56PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | assigned → closed |
Accordion: Properly set corner classes on refresh. Fixes #8995 - Accordion: Corner display issues.
Changeset: 673c6558e01dd8a5423ec21bf40d6efe443580d2
Changed January 22, 2013 01:57PM UTC by comment:5
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.