scrollbar issue in autoscroll
// Please enter a detailed description of the issue // Description of the issue:
If you scroll using the mouse or the trackpad when in autoscroll you cannot scroll higher than the position you were in when you started autoscroll. Just pressing s to start autoscroll shows the scrollbar on the top, pressing s again shows the real position of the scrollbar.
// Please enter a list of steps required to reproduce the issue // Steps to reproduce:
- start autoscroll (press s)
- scroll up with mouse/trackpad
// If applicable please attach a sample document that causes the issue for you.
// Configuration (do not edit) Marked 2 989 (Direct)
macOS Version: 10.14.6
additionalMathJaxConfig:
allowPageBreakInCode: YES
bookTxtIsLeanpub: NO
summaryMdIsGitBook: NO
codeIsPoetry: NO
codeCanWrap: YES
collapsibleHeadlines: NO
convertGithubCheckboxes: YES
convertYAMLToMMD: NO
defaultMathJaxConfig: TeX-AMS-MML_HTMLorMML
defaultPreviewStyle: 0
defaultProcessor: MultiMarkdown
enableMiniMap: NO
excludeBlockQuotesFromCounts: NO
excludeFootnotesFromCounts: NO
excludeVerbatimFromCounts: NO
excludeCaptionsFromCounts: NO
folderPreviewExtensionsArray: md, markdown, txt, mdown, html, opml
githubNewlines: YES
h1IsPageBreak: NO
h2IsPageBreak: NO
hrIsPageBreak: NO
includeMathJax: NO
includeKatex: NO
limitTextWidth: NO
minimalJavaScript: NO
outlineModeExtensions:
permissionGranted: NO
printHeaderBottomLeft:
printHeaderBottomRight:
printHeaderFirstPage: NO
printFooterFirstPage: NO
printHeaderTopLeft:
printHeaderTopRight:
processHTMLFiles: YES
removeMetadataForPreview: NO
removeYAMLHeaders: NO
scrollToEdit: YES
shouldDetectCritic: YES
shouldHighlightMarkupErrors: NO
shouldLoadCritic: NO
syntaxHighlight: NO
syntaxHighlightOnlyLang: NO
useCustomMarkdownProcessor: NO
customMarkdownProcessor:
useCustomPreprocessor: NO
customPreprocessor:
useFirstH1AsPrintTitle: YES
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 14 Jun, 2020 12:32 PM
Smooth scroll was accomplished using CSS transforms, which does have the
side effect of breaking scroll while Autoscroll is enabled. It's assumed
that if you're going to navigate the document, you'll just stop
autoscroll by hitting s again.
-Brett
Support Staff 2 Posted by Brett on 14 Jun, 2020 01:30 PM
I detailed this a bit more here:
https://brettterpstra.com/2020/06/13/marked-2-as-an-even-better-teleprompter/
-Brett
3 Posted by p.ahles on 14 Jun, 2020 09:19 PM
OK, so it's feature, not a bug :p
Thanks for clearing it up!
Support Staff 4 Posted by Brett on 14 Jun, 2020 10:00 PM
Sure thing. Hope the super-smooth autoscroll is worth the change in
mouse scroll behavior :).