-
I have an xterm.js instance running with xterm-addon-web-links enabled. When the xterm screenReaderMode is set to false, http:// uris are detected on cursor hover, and are clickable, which is the behavior I'm looking for. When I change the theme's screenReaderMode to true to add aria hints for screen reader software, the http:// uris are no longer detected on rollover and are no longer clickable. Not the behavior I am looking for. Is this an intentional behavior for screenReaderMode? Is there something else I should be doing to enable both xterm-addon-web-links and screenReaderMode: true at the same time? (Chrome 110.0.5481.77, Firefox 102.7.0esr. xterm 5.1.0, xterm-addon-web-links 0.8.0.) Thanks for any advice! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Seems Line 150 in 4037b94 |
Beta Was this translation helpful? Give feedback.
-
Verified the fix in 5.2.1. Links are clickable regardless of screenReaderMode setting. |
Beta Was this translation helpful? Give feedback.
Verified the fix in 5.2.1. Links are clickable regardless of screenReaderMode setting.