-
Notifications
You must be signed in to change notification settings - Fork 19
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
Paragraph style lost when hitting <enter> on line start #7
Comments
Just noticed it removed styling on line before, yea that's an issue.. Minor but could do w/ being resolved.. |
@JohnMcLear advises: "I'd guess that the contentcollector.js is where the behaviour is. The concept of "line attributes" is not a first class citizen in the web so it's possible we have a bastardization with a missing expectation that they can be moved from line X to Y. Also ensuring that line X has then removed (if expected behaviour). [see also] https://github.com/ether/ep_test_line_attrib" |
@webzwo0i says "the ep_headings problem might not be in contentcollector, but https://github.com/ether/etherpad-lite/blob/develop/src/static/js/ace2_inner.js#L2679 |
Expected behaviour:
Move the "Heading 1" style line one line to bottom, and insert an empty line styled as "body text".
The text was updated successfully, but these errors were encountered: