Bug 68168
Summary: | REGRESSION(r93001): TinyMCE creates spans when merging paragrpahs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | enrica, kenneth, spocke |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 45784, 68413, 69680 | ||
Bug Blocks: |
Ryosuke Niwa
After r93001, TinyMCE no longer removes style spans created by WebKit to preserve styles of h1, pre, etc... when merging paragraphs.
Note this bug is to be fixed by my patch for the bug 45784. This is just a placeholder so that people from other ports can identify my patch as a regression fix more easily.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Fixed in http://trac.webkit.org/changeset/95335.
Ryosuke Niwa
Apparently, we have to fix the bug 68168 as well.
Ryosuke Niwa
I think this has been fixed.