Bug 68168 - REGRESSION(r93001): TinyMCE creates spans when merging paragrpahs
Summary: REGRESSION(r93001): TinyMCE creates spans when merging paragrpahs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 45784 68413 69680
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-15 09:24 PDT by Ryosuke Niwa
Modified: 2012-04-30 14:53 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2011-09-15 09:24:51 PDT
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.
Comment 1 Ryosuke Niwa 2011-09-16 17:00:52 PDT
Fixed in http://trac.webkit.org/changeset/95335.
Comment 2 Ryosuke Niwa 2011-09-19 20:23:55 PDT
Apparently, we have to fix the bug 68168 as well.
Comment 3 Ryosuke Niwa 2012-04-30 14:53:07 PDT
I think this has been fixed.