josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Clickable link problem when parent object has a link #312

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by nicole.m...@gmail.com on 13 Dec 2012 at 9:45