-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Shift enter not inserting <br>'s in Safari #13321
Comments
Started digging, but I can't track down the origin of the problem. At At At |
That's the origin. Safari fires a wrong event. I remember it doing this in some case but I don't remember what we did about this. I'm afraid we may need to be listening to Shift key too and if we see it's pressed, turn |
Cannot reproduce on Windows using either Maxthon or Midori browsers. Someone with Apple should take this. |
Just checked it's still reproducible on Version 16.1 (18614.2.9.1.12). |
Fix (enter): Pressing Shift+Enter in Safari should insert <br> instead of splitting block. Closes #13321.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
In Chrome you get the expected
<br>
s❌ Actual result
In Safari you get multiple
<p>
s📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: