Letractively / jxlib

Automatically exported from code.google.com/p/jxlib
0 stars 0 forks source link

Tree [+]/[-] always [-] #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The tree open/closed toggle is always open.  The cause of this is that the 
class jxTreeBranchOpen on the LI never changes to jxTreeBranchClosed.  That 
class controls the image.

What steps will reproduce the problem?
1. Take a look a the Tree example
2. Notice that all the toggles are open [-]
3. Click on any of the toggles
4. Notice that they don't change

What is the expected output? What do you see instead?

It is expected that they change from the open state to the closed state, but 
instead they do not.  It is also expected that class on the LI would change 
from jxTreeBranchOpen to jxTreeBranchClosed, but they always remain 
jxTreeBranchOpen.

Is the problem specific to one web browser platform/version?

No

Please use labels and text to provide additional information.

Original issue reported on code.google.com by fred.war...@gmail.com on 19 Jan 2011 at 10:23

GoogleCodeExporter commented 9 years ago

Original comment by pagameba on 24 Jan 2011 at 4:50

GoogleCodeExporter commented 9 years ago
fixed in r1011.

Original comment by pagameba on 24 Jan 2011 at 6:19

GoogleCodeExporter commented 9 years ago
Thanks Paul,

Works again.

Original comment by fred.war...@gmail.com on 25 Jan 2011 at 1:57