Status: Accepted
Owner:
nicole.m...@gmail.com
Labels: Type-Defect Priority-Low
New issue 312 by
nicole.m...@gmail.com: Clickable link problem when parent
object has a link
http://code.google.com/p/openwonderland/issues/detail?id=312
What steps will reproduce the problem?
1. Create a container
2. Add a Clickable link to the parent object
3. Click on a child object without a link
4. Click on a child object with a link
What is the expected output? What do you see instead?
If the parent object has a clickable link, clicking on any of the child
objects triggers the clickable link. If the the child object you click on
has a clickable link also, then you will get two browser windows, one for
each link.
The work-around is not to add clickable links to parent objects unless you
want that link to show up when you click on any child.
It would be better if clickable links did not inherit in this way. Each
object should be independently clickable.