Skip to main content

Search and Top Navigation

#7095 closed bug (worksforme)

Opened March 10, 2011 01:40PM UTC

Closed March 10, 2011 01:43PM UTC

Last modified March 10, 2011 03:59PM UTC

Accordion header image new line problem

Reported by: GraemeVil Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.accordion Version: 1.8.10
Keywords: Cc:
Blocked by: Blocking:
Description

in the 1.8 version of the UI.. the header arrow image is on it's own line (the h3 header is below it).

downgraded to the 1.7.3 version and the problem disappears.

Attachments (0)
Change History (8)

Changed March 10, 2011 01:43PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

Works fine for me: http://view.jqueryui.com/1.8.10/demos/accordion/default.html

Please make sure you're using the correct version of the theme files.

Changed March 10, 2011 01:48PM UTC by GraemeVil comment:2

thanks for the speedy reply..

i downloaded all the files from the jquery site in one bundle..

core, widget, accordion and button. and UI lightness (also tried darkness).

unzipped them, loaded them and experienced the bug.

when doing the same for the 1.7.3 version, there is no bug?

Changed March 10, 2011 02:12PM UTC by scottgonzalez comment:3

I just created a custom download of 1.8.10 with core, widget, accordion and button and kept the default (UI lightness) theme. The accordion displayed properly for me in the index.html page that came with the download. Can you host your file somewhere?

Changed March 10, 2011 02:24PM UTC by GraemeVil comment:4

Changed March 10, 2011 02:29PM UTC by rdworth comment:5

Changed March 10, 2011 02:44PM UTC by GraemeVil comment:6

do i need to add my selector id to the custom css?

i understand it as being independent of my code, and i just pass the selector to the jquery call at the top of my page?

how else should i do it?

Changed March 10, 2011 03:25PM UTC by rdworth comment:7

When you check the Accordion component on the download builder and click download, the custom css file should contain accordion css from this file https://github.com/jquery/jquery-ui/raw/1.8.10/themes/base/jquery.ui.accordion.css This worked for Scott when he tried it.

Changed March 10, 2011 03:59PM UTC by GraemeVil comment:8

hi

redownloaded and uploaded - seems fine now..

thanks for your help.