[Webkit-unassigned] [Bug 52846] InsertUnorderedList breaks up paragraphs when they contain non-editable elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 14:48:47 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=52846

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #11 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am able to observe following behavior:

*** Safari 15.5 on macOS 12.5 ***

Placing caret in any place except non-editable make it "list" upon clicking button, non-editable span does not do anything. Upon listified, the caret remain at the same position and <div contenteditable> remain focused (like you can continue typing etc. and how rich text formatting behave).

*** Firefox Nightly 104 ***

Placing caret in any place except non-editable make it "list" upon clicking button, non-editable span does not do anything. Upon listified, the focus is lost from <div contenteditable> and it is more like one click magic and now poof. (NOT Ideal for Rich text formatting)

*** Chrome Canary 106 ***

Placing caret in any place except non-editable make it "list" upon clicking button, non-editable span does not do anything. Upon listified, the caret jumps to start of text line or paragraph and <div contenteditable> remain focused (like you can continue typing etc. and how rich text formatting behave). Although jumping of caret is not ideal for editing document.

__________

I think Safari behavior is the most ideal one here and there is no issue of content being moved as mentioned in Comment 0. I think this can be marked as "RESOLVED WONTFIX" or "RESOLVED CONFIGURATION CHANGED". Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220726/38400e0b/attachment-0001.htm>


More information about the webkit-unassigned mailing list