Side navigation
#3063 closed bug (invalid)
Opened June 19, 2008 02:12PM UTC
Closed June 09, 2009 05:10PM UTC
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.