Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinks in City of Secrets don't work #33

Open
curiousdannii opened this issue Aug 12, 2017 · 2 comments
Open

Hyperlinks in City of Secrets don't work #33

curiousdannii opened this issue Aug 12, 2017 · 2 comments

Comments

@curiousdannii
Copy link
Contributor

curiousdannii commented Aug 12, 2017

The help menu and conversation hyperlinks in City of Secrets don't work in Chrome, Firefox, or Edge. It is the same for Lectrote. Other files, such as windowtest.ulx, do work.

@curiousdannii curiousdannii changed the title Hyperlinks in City of Secrets don't work in Chrome Hyperlinks in City of Secrets don't work Aug 12, 2017
@angstsmurf
Copy link

It seems like City of Secrets actually has its own custom hyperlink code that uses mouse events, probably in order to support interpreters without hyperlink functionality.

It creates "real" hyperlinks in the grid window, but this seems to be just for the visuals. It never requests any hyperlink events, only mouse events. I guess the hyperlinks somehow cause Quixe to never fire the mouse events?

@erkyrath
Copy link
Owner

Yeah, the DOM event probably stops on the link element.

You could say this is an implementation bug, but it's in the category of "why would you do that"... no offense to Emily...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants