tel8618217223380 / jsflot

Automatically exported from code.google.com/p/jsflot
1 stars 1 forks source link

ActionListener and <fieldset> conflict on Firefox 3.6.13 #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a <h:form>
2. Put a <jsflot:flotChart> inside it with chartClickable = "true" and some 
testing actionListener (I tested with a chart of type "bubbles")
3. Put a <fieldset> inside the <form>
4. Try to click on a point

What is the expected output? What do you see instead?
With Firefox 3.6.13, the actionListener is not invoked, in fact, any event 
seems to occur. If the <fieldset> is outside the <form>, everything works (how 
weird is that). With Chrome, everything works fine, with or without <fieldset>. 
I didnt test it with IE.

What version of the product are you using? On what operating system?
jsflot 0.7.0
Ubuntu 10.04
Firefox 3.6

Please provide any additional information below.

Original issue reported on code.google.com by d.ferr...@gmail.com on 27 Jan 2011 at 11:27