Scroll preview to source position option doesn't work
See original GitHub issueIntelliJ IDEA 2019.1 Markdown Navigator 2.8.4.4
Hi Vladimir, I could be wrong but it seems the option to Scroll preview to source position
doesn’t work. I have the JavaFX web browser selected and enabled all the necessary options but the preview doesn’t scroll to the position in the editor. Maybe I forgot something
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
markdown files preview does not save scroll position #63690
Issue Type: Bug. Open markdown file preview; scroll down; switch tabs and then come back to the markdown tab => Scroll position is...
Read more >Re: Scroll Groups not working with Fix Position Wh... - ...
Apply the Horizontal Scroll option in the sidebar (optional: preview to ensure it's working correctly) Check the box for Fix Position When Scrolling....
Read more >Overflow Scroll css is not working in the div
The header should be fixed, and I don't want overall scrollbar so I have given overflow:hidden in the body tag,. I need vertical...
Read more >scroll-behavior - CSS: Cascading Style Sheets - MDN Web Docs
The scroll-behavior CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs ...
Read more >Scroll bar map mode and bar mode - Visual Studio ...
Open the Scroll Bars options page by choosing Tools > Options > Text ... off in map mode by setting Source overview to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I got it working by accident! I changed back to the
Default - Swing
browser and then enabled theJavaFX Web View
by clicking onChange preview browser to JavaFX
in the tip that appeared which saysJavaFX Web-Kit based preview renderer is available.
You could add it to the wiki in the troubleshooting section.@Jelmerb, I think I found the bug. There was an uncaught JS script exception which was silently absorbed by Java code during initialization. It was causing the JS not to initialize properly and not have any ability to sync source or generate other JS events for Java use.
It was a real PITA to find and I stumbled on it almost by accident while working on something else. Have not had scroll sync issues since then.
I will mark this as fixed for next release but when you do try it please let me know if it is still an issue on your system after you try the new release.