[RESOLVED] Direct node access

Q&A about the latest versions
Post Reply
User avatar
SergePix
Posts: 108
Joined: Fri Feb 01, 2019 2:27 pm
Location: Quebec

Hello,

I created a polygon. I entered some text in the description with a url _self link. If I click on the link it works. If I come back a second time the link does not want to open. If I replace _self with _blank everything works fine.



Is this an issue in V7?
Last edited by SergePix on Sun Apr 16, 2023 6:01 am, edited 1 time in total.
Serge
Version: V7.01
Windows 10
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Serge,
Can you make a test project that shows the issue you are having?
Use the test images from this post as they are easily e-mail able as well as very lightweight for uploading.
Then please give steps to reproduce the issue with the project.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
VBad
Posts: 29
Joined: Tue Mar 27, 2018 5:52 pm

...self is intended to open a link in the current window (and you have already opened this link), and _blank, respectively, to open the same link, but in a new window.
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

The reason why I asked if you could make a test project is that I can not reproduce the issue you are having.
If you made a test project that has the issue and send it in for us to look at.
Also, can you say if you are on a Mac or PC and which browser you are using?
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
SergePix
Posts: 108
Joined: Fri Feb 01, 2019 2:27 pm
Location: Quebec

Hello Hopki,

here is a test project and a link to test online.

To reproduce the issue:
- Open the project
- Click on the polygon
- Click on the link in the info box (the link changes to panorama 02)
- Close info box
- Click on the Hotspot Point to return to panorama 01
- Click again on the polygon
- Press the link again in the info box (in my case, panorama 02 does not open)
Info.zip
(201.08 KiB) Downloaded 54 times
Serge
Version: V7.01
Windows 10
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Serge,
Speaking with the team about this they said the anchor code is only triggered on node change so the better way to do this would be use:

Code: Select all

<a href="javascript:pano.openNext('{node2}');">Link</a>
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
SergePix
Posts: 108
Joined: Fri Feb 01, 2019 2:27 pm
Location: Quebec

Hello Hopki,

Thank you for your help!
Serge
Version: V7.01
Windows 10
Post Reply