Bug 248709
Summary: | Handle special case of merging lists in mergeParagraphs() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED | ||
Severity: | Normal | CC: | commit-queue, rniwa, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=35281 https://bugs.webkit.org/show_bug.cgi?id=250561 |
||
Bug Depends on: | 250700 | ||
Bug Blocks: |
Ahmad Saleem
Hi Team,
While going through Blink's commit, came across this one:
Blink Commit [1] - https://src.chromium.org/viewvc/blink?revision=165218&view=revision
and in above, Safari is different from compared to Firefox and Chrome, which match each other:
JSFiddle - https://jsfiddle.net/1ofserwL/
Although above commit will introduce regression, which is fixed in this:
Blink Commit [2] - https://src.chromium.org/viewvc/blink?view=revision&revision=172941
Just raising to merge both and align with other browsers in behavior.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
EWS
Committed 257650@main (31be36f212e4): <https://commits.webkit.org/257650@main>
Reviewed commits have been landed. Closing PR #7349 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103197455>
WebKit Commit Bot
Re-opened since this is blocked by bug 250700
Ryosuke Niwa
The patch got rolled out because it caused
Ryosuke Niwa
(In reply to Ryosuke Niwa from comment #4)
> The patch got rolled out because it caused
regressions in WPT. See the bug 250561.