kvinwang / evoluspencil

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

'Link to' with other link in background doesn't work #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create 2 pages, say one window (referred to as 'window') and one dialog
(referred to as 'dialog')
2. for the page 'dialog' in 'properties' set 'background' to the page with
the 'window'
3. in 'window' create a button and set 'link to' to the page with the dialog
4. create a button in 'dialog' whichs position is over the button of the
'window' in the background
3. Export the whole document as webpage
4. try to follow the links on the buttons

What is the expected output? What do you see instead?
expected: switch from one page to the other
instead: trying to follow the button in the dialog goes to the dialog
itself, because of the window-link in the background of the dialog (where
the dialog-button is directly over the windowbutton, the link to the
window-button is followed instead of the dialog-button)

What version of the product are you using? On what operating system?
v1.1 build 1 (RC2 ?) on Windows XP

Original issue reported on code.google.com by ralflehm...@googlemail.com on 26 Mar 2010 at 1:24