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

[ISSUE-#19208] If scaladocs on file protocol don't do SPA routing. #22013

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

Math-ias
Copy link
Contributor

@Math-ias Math-ias commented Nov 23, 2024

If we detect scaladocs are being served locally
(i.e page on the "file" protocol)
then we let the link click event go back to normal handling.

Otherwise unless a user has allowed pages on the file protocol to access other files
https://github.com/chromium/chromium/blob/b6c23ba2056e65081f8a5bcbf73b176baaa42645/content/public/common/content_switches.cc#L15 for example with the allow-file-access-from-files flag in chrome then SPA routing won't work.

Fixes #19208.

If we detect scaladocs are being served locally
(i.e page on the "file" protocol)
then we let the link click event go back to normal handling.

Otherwise unless a user has allowed pages on the file protocol
to access other files
https://github.com/chromium/chromium/blob/b6c23ba2056e65081f8a5bcbf73b176baaa42645/content/public/common/content_switches.cc#L15
for example with the allow-file-access-from-files flag in chrome
then SPA routing won't work.
@Math-ias Math-ias changed the title [ISSUE-19208] If scaladocs on file protocol don't do SPA routing. [ISSUE-#19208] If scaladocs on file protocol don't do SPA routing. Nov 23, 2024
@Gedochao Gedochao merged commit 75ddad2 into scala:main Nov 26, 2024
29 checks passed
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

Successfully merging this pull request may close these issues.

Scaladoc generates broken local links
3 participants