Replies: 3 comments 4 replies
-
Are you using an old version of the web links addon? The latest doesn't have a tooltip callback: |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just opened a similar discussion, I'm sorry I didn't see this one first. Try setting screenReaderMode to false and see if that enables the links? If so... same issue I'm having. |
Beta Was this translation helpful? Give feedback.
3 replies
-
This problem was fixed in #4491 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are trying to get hyperlinks to work on an existing web terminal with references to help in the forums however, though the links are displayed, they are not selectable. Since our team is new xterm reaching out to anyone who can help us figure out what we are missing.
Observation: Mouse click just highlights the entire section but does not trigger any events. (Right-click options are working , normal left mouse click event is not triggering any action other than highlighting the terminal). So am not sure if there's any configurations that would be required to enable mouse click events in the first place or if it is something missing in the webLinksAddon
constructor/code initialization.
Version used:
Initializing Terminal:
Weblink AddOn constructor:
Sample code tested:
Here's the output we see (the grey area is the result of a mouse click).
Note: not looking at the registerLinkProvider hardcoded option, though this too did not enable the links.
Thanks in advance for any help/guidance in the right direction..
Beta Was this translation helpful? Give feedback.
All reactions