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

Starting a line with an asterisk and space after a SHIFT+ENTER #5671

Closed
wielinde opened this issue Oct 28, 2019 · 1 comment · Fixed by ckeditor/ckeditor5-autoformat#77
Closed
Assignees
Labels
type:bug This issue reports a buggy (incorrect) behavior. type:regression This issue reports a bug that was not present in the previous releases.

Comments

@wielinde
Copy link

ckeditor-shift-enter

Detailed reproduction steps

  1. Go to the official demo page of CKEditor 5
  2. Type a line
  3. Finish that line by pressing SHIFT+ENTER
  4. Start the next line with the an asterisk (*) followed by a space

✔️ Expected result

The asterisk and space should not be transformed. No bullet list should get generated.

❌ Actual result

  1. A bullet list is created, starting at the preceding line.
  2. The first Letter of the preceding line gets lost.
  • Browser: All browsers
  • OS: All OSes
  • CKEditor version: Latest stable

If you'd like to see this fixed sooner, add a 👍 reaction to this post.

@wielinde wielinde added the type:bug This issue reports a buggy (incorrect) behavior. label Oct 28, 2019
@jodator
Copy link
Contributor

jodator commented Oct 28, 2019

Hi, thanks for the report. It looks like I forgot about block autoformat while fixing #1955.

@Mgsy Mgsy added this to the backlog milestone Oct 29, 2019
@jodator jodator modified the milestones: backlog, iteration 28 Oct 29, 2019
@jodator jodator self-assigned this Oct 29, 2019
@mlewand mlewand changed the title Starting a line with an asterisk and spaceh after a SHIFT+ENTER Starting a line with an asterisk and space after a SHIFT+ENTER Oct 30, 2019
@mlewand mlewand added the type:regression This issue reports a bug that was not present in the previous releases. label Oct 30, 2019
Reinmar added a commit to ckeditor/ckeditor5-autoformat that referenced this issue Nov 5, 2019
Fix: `BlockAutoformat` should not react to text typed after inline element. Closes ckeditor/ckeditor5#5671.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior. type:regression This issue reports a bug that was not present in the previous releases.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants