-
Notifications
You must be signed in to change notification settings - Fork 136
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
A UI glitch? #56
Comments
Hello. Can you provide more details, eg. the browser and its version. And if you can provide a screen recording, that would be better. |
That's weird... Have you installed any extension that changes style/appearance? |
@nasyxx, Moving cursor to another line causes the original line to restored to "rendered" state. Tried Firefox Quantum 63.0.3 (64-bit), and it has the same issue. @laobubu, I tested this on Chrome Canary as well and saw the same issue. I had not installed any extension on my Chrome Canary. So, this issue is not caused by a 3rd-party extension. |
More clarification on this matter: when this issue happens, there is no mouse/keyboard event whatsoever that could cause this. In other words, I don't click the mouse or use the keyboard. |
Can't reproduce on Firefox Quantum 64.0 (64-bit) & Chrome 72.0.3626.53 beta on Windows. |
I tried on Windows 10, and now I can confirm this also happens on: Windows 10/Chrome 71.0.3578.98 32 bit. With the official demo. |
Yup. The title collapse effect shown in the above animation is what I am talking about. |
The You might not see the blinking caret because the editor is not focused, but it is actually there. This can be fixed by modifying |
Sounds cool. Good luck with your graduation project then, and looking forward to the fix if possible. Thanks! |
feat: Exposed preview md instance
I notice this behavior of HyperMD:
When a document's first line is something like this
#Some Title
, and the page is first loaded, that line is first rendered as Markdown, then "collapses" into plain text. That is, the line is not rendered as Markdown, instead, it appears as plain "#Some Title".This creates a flicker on the first load, which might not be the smoothest UX possible.
Actually this is reproducible on the official demo: simply navigate to that page, and you will notice that the first "#HyperMD" line is collapsed, right after the page is loaded.
Is there a way to disable this behavior, so that everything is rendered on the first load?
Thank you!
The text was updated successfully, but these errors were encountered: