-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Scrolling neither working by trackpad nor scrollbar #102
Comments
Interestingly when triggering QuickLook via Terminal the scrolling works
QuickLook window differences whether triggered via Finder or Terminal |
The bug is only for long documents? Can you share a .md file? There are no API to control the buttons in the Quick Look title window (also the title is not customizable before macOS 12). The buttons (and the "debug" title prefix) are automatically inserted by |
I suggest you try to convert the markdown file to html with the utility:
The try to view the generated html with the Quick Look. If the bug still occurs it means that it is not due to my application but to what problem of your system (the preview of html files is always managed by the operating system). |
Closing this for now as a false alarmJust experienced something really mysterious. Probably we will never know how to explain this. I used your From then on all my .MD files everywhere on disk suddenly scroll correctly again in QuickLook! 🙂 I suspect some caching or config that was wrong and that was reset by the procedure as an unintended but welcome side effect. Whatever has happened behind the scenes. Now scrolling works again. Both on MD and the manually converted HTML version, which I wrote to a correct html-suffixed file after I restored the backup. |
Sorry I oversaw one more question of you, which I want to answer, nevertheless of having closed this issue myself:
Sample: This 5 paragraph lorem ipsum: Scrolling Demo.md.txt |
Reopening
|
have you tried as I told you to generate the html file with the command line utility and then try to see if the preview of the html file has problems? |
As I wrote yesterday:
And now the Finder restart has also resolved the situation again. As of now both a .MD and its .HTML counterpart gained from a When I get into the bug situation again, I will try a HTML conversion with |
I hereby re-open the issue until we have more clarity on it. |
Encountered it again:
|
Encountered it again. Restarted macOS (instead of just Finder) --> Markdown in QuickLook scrolls normal again. Question is, what leads to scrolling being stuck? And where/who is the proper addressee of this bug report? |
Unfortunately I don't have a macOS 11 to test. In macos 12 a different API is used which seems to work much better. Before Monterey there are a lot of bugs in the webkit view inside a quicklook. Try to replace the qlmarkdown app with this debug version that use the deprecated webview. Thre preview shows a "LEGACY VIEW" warning at the first line. This version cannot shows remote images. |
Thanks for the offer.
|
|
Then my pro/con balance is clear and I stick with this bug on macOS Big Sur as-is and use a Finder relaunch whenever necessary. |
New observation
Open selected text as filepath in QuickLook
|
Environment
sbarex-qlmarkdown: 1.0.3
macOS 11.6.5 (20G527)
Reproduction 1
Reproduction 2
Screen Recording
Note: In the recording I had a folder incorrectly named "No scrolling in Macdown QuickLook plugin"
Scrolling.neither.working.by.trackpad.nor.scrollbar.mp4
The text was updated successfully, but these errors were encountered: