You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2021. It is now read-only.
Firstly - Amazing library! Really impressed with the work here.. So smooth in experience and user-flow. Testing the journey, I encountered a few things, that I just wanted to share, should you not yet be aware of them.
Adding an image that "floats" next to a list of bullet points, shows all the bullets on top of the image. This however does fix itself, if an inline-edit is made to the text in the bullet list (e.g. changing font colour or similar.)
Code blocks should clear floats .graf--code { clear: both; }, in order to not overlap with floated images.
Tab navigation is buggy. When hitting enter for new line, and then pressing Tab I am taken somewhere to a new section on the page.
Pasting from Word adapts styling in terms of Headers, bolds and italics, but not line breaks. Would be great if it created a new paragraph block for each line-break.
When adding link, the cursor should autofocus in the input field as simply clicking and start typing overwrites the selection in the text block.
Link text in the input field is white when writing (Not readable), and it is not possible to update/remove links.
Keep up the good work.. Would love to see this grow! :D
Cheers
The text was updated successfully, but these errors were encountered:
Thanks for the report @CorfitzMe I will review this in the next weeks. If you can came with a PR of some of the issues reported here would be a great help!
thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Firstly - Amazing library! Really impressed with the work here.. So smooth in experience and user-flow. Testing the journey, I encountered a few things, that I just wanted to share, should you not yet be aware of them.
.graf--code { clear: both; }
, in order to not overlap with floated images.Tab
I am taken somewhere to a new section on the page.Keep up the good work.. Would love to see this grow! :D
Cheers
The text was updated successfully, but these errors were encountered: