Opened 15 years ago
Closed 14 years ago
#3063 closed bug (invalid)
Accordion doesn't work inside a form with Firefox 2.0, perfectly works with Opera 9.27 and somehow works with IE 6.0
Reported by: | AceOfBase | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Accordion + Form + Firefox 2.0 | Cc: | |
Blocked by: | Blocking: |
Description
Accordion doesn't work inside a form with Firefox 2.0, perfectly works with Opera 9.27 and somehow works with IE 6.0.
For example, the following code doesn't work with Firefox 2.0 :
<form action="search.php" target="_blank" method="post">
<div class="accordion">
<h3>Question One Sample Text</h3>
<p> Vivamus vitae ligula1.</p>
<h3>This is Question Two</h3>
<p> Vivamus vitae ligula2.</p>
</div>
</form>
Of course, if Accordion is before the form, it works with all three mentioned browsers.
Change History (2)
comment:1 Changed 15 years ago by
Component: | core → plugin |
---|---|
Owner: | set to joern |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Accordion is now part of jQuery UI