Bug Tracker

Ticket #2792 (new bug)

Opened 7 months ago

Last modified 7 months ago

accordion right span not inserting correct

Reported by: sosensible Assigned to: joern
Type: bug Priority: minor
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords: accordion
Cc: Needs: Review

Description

The right accordion span is inserting inside the <a/> tag but the left is working correctly and puts the span before the <a/> set. (Same in IE and FF on Vista)

Attachments

Change History

Changed 7 months ago by joern

  • status changed from new to closed
  • resolution set to invalid

That isn't an error, but required for themeing with CSS. See http://dev.jquery.com/view/trunk/themes/flora/flora.accordion.css for reference theme.

Changed 7 months ago by sosensible

  • status changed from closed to reopened
  • resolution deleted

Note: it was putting tags like this...

<span class="ui-accordion-left"/>
<span class="ui-accordion-left"/>
<a class="ui-accordion-link ui-accordion-header selected" href="#" tabindex="0">
Test 1
<span class="ui-accordion-right"/>
<span class="ui-accordion-right"/>
</a>


There were even some cases where I have seen three tag sets. The leading (left) doesn't visually appear to show either to us.



OK... it may not be an error but in FF it sticks the accordion-right in the upper right corner of the browser. And the left as I said is just not visible.

IT'S broke! :) I am online now at least if screen sharing to see the issue is helpful.

Changed 7 months ago by sosensible

It's worse in IE BTW... IE shows an extra line with each accordion title bar.

Changed 7 months ago by sosensible

You "DELETED" my issue?

Changed 7 months ago by paul

  • owner changed from paul to joern
  • priority changed from major to minor
  • status changed from reopened to new
Note: See TracTickets for help on using tickets.