Skip to content
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

Bullet list bugs #1269

Closed
oaknorton opened this issue Jul 1, 2023 · 1 comment
Closed

Bullet list bugs #1269

oaknorton opened this issue Jul 1, 2023 · 1 comment
Milestone

Comments

@oaknorton
Copy link

Describe the bug
When using bullet lists there are really screwy behaviors like hitting enter deletes lines above the current line and other things. Watch this:
https://www.loom.com/share/9836f62670f940f3b5252adb56b26605
Then stick the code into an editor and follow the instruction as shown in the video.

To Reproduce
Expected behavior
Screenshots
See video

Desktop (please complete the following information):
Performed in Firefox, latest build, Windows 11

Additional context
Here's the html code you can paste into a window and recreate the behavior.

`

  • line 1
    • line 1a
    • line 1b - position cursor on next line and hit enter. This line and the one above it will delete.

  • line 2 with extra space
  • line 3
  • line 1
  • line 1a
    <ul>
      <li>line 1b</li>
    </ul>
    
  • line 2 with extra space
  • line 3
`
@FlavioMH
Copy link

FlavioMH commented Sep 5, 2023

Same problem here...and it happens on a very simple way!
I am here (on point "c."):
image
And pressing ENTER I get:
image
The whole sublist has been deleted...

I reproduced it directly on the Suneditor HomePage or even initializing a new project following base Install guidelines.

@JiHong88 JiHong88 added this to the 2.45.2 milestone Sep 7, 2023
JiHong88 added a commit that referenced this issue Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants