Closed GoogleCodeExporter closed 9 years ago
Can you please provide a test case? I cannot reproduce this bug. Please take a
look
at the test case in http://code.google.com/p/fest/source/detail?r=2063 (r2063)
Although my test case was for another bug, I can see that FEST expands the
parent
nodes when selecting a node.
Also, please try to reproduce this bug with release 1.0rc. This might have been
fixed
already.
Thanks,
-Alex
Original comment by Alex.Rui...@gmail.com
on 18 Dec 2008 at 1:59
When I am trying to call "mainWindow.tree().selectPath(node1/node2/node3)" and
node1
is not expanded, I get "locationUnabailableException" exception. However, when I
expand the nodes prior calling selectPath() method, everything seems to work
fine. I
tried this on 1.0rc just now. Does it use names to expand parent nodes? I am
asking
because none of my components have names.
Original comment by arip...@gmail.com
on 18 Dec 2008 at 9:31
"node1" is the actual text that the node is showing. Please let me know if that
helped :)
-Alex
Original comment by Alex.Rui...@gmail.com
on 18 Dec 2008 at 9:49
I am sorry, it should have been
"mainWindow.tree().selectPath("node1/node2/node3")",
with String passed to the selectPath() method. Forgot to put quotes in there:)
The method works when my tree is fully expanded, i.e.:
node1
\_ node2
\_ node3
However, when node1 is collapsed, I get the exception.
Best regards,
Alex
Original comment by arip...@gmail.com
on 18 Dec 2008 at 10:21
Alex, can you please provide a test case? With the description you provided, I
cannot
reproduce this issue.
Thanks!
-Alex
Original comment by Alex.Rui...@gmail.com
on 18 Dec 2008 at 11:04
I'm closing this issue till I get a test case to reproduce it.
Original comment by Alex.Rui...@gmail.com
on 30 Dec 2008 at 10:18
Original issue reported on code.google.com by
arip...@gmail.com
on 16 Dec 2008 at 7:34