You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Links without destination hrefs are correctly rendered (visually differentiated), however they should also be totally inert. Right now, they respond to mouse hover, display a hand cursor which indicates clickability. Nothing happens when clicking. However, when using the keyboard the links can be activated and a web browser window is opened to load the external link!! (because of undefined value at the end ... not sure what it going on exactly, but it's a bug :)
Compare Thorium / readium-desktop with r2-testapp-js:
The text was updated successfully, but these errors were encountered:
Interestingly, good old Readium1 web/cloud reader renders the TOC with clickable and usable top-level chapter links:
danielweck
changed the title
reader view, navigation (TOC), "title"-only headings should not be clickable
reader view, navigation (TOC), "title"-only headings should not be clickable, should be inert.
Aug 1, 2019
Links without destination hrefs are correctly rendered (visually differentiated), however they should also be totally inert. Right now, they respond to mouse hover, display a hand cursor which indicates clickability. Nothing happens when clicking. However, when using the keyboard the links can be activated and a web browser window is opened to load the external link!! (because of
undefined
value at the end ... not sure what it going on exactly, but it's a bug :)Compare Thorium /
readium-desktop
withr2-testapp-js
:The text was updated successfully, but these errors were encountered: