WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 55339
applyInlineStyleToPushDown may apply style with CSS when pushing down styles even if styleWithCSS is false
https://bugs.webkit.org/show_bug.cgi?id=55339
Summary
applyInlineStyleToPushDown may apply style with CSS when pushing down styles ...
Ryosuke Niwa
Reported
2011-02-27 17:54:52 PST
Currently, ApplyStyleCommand::applyInlineStyleToPushDown sets style attribute to push down styles if the node has block flow style or has children. The following fix me corresponds to this bug: // FIXME: applyInlineStyleToRange should be used here instead. if ((node->renderer()->isBlockFlow() || node->childNodeCount()) && node->isHTMLElement()) { setNodeAttribute(toHTMLElement(node), styleAttr, newInlineStyle->style()->cssText()); return; }
Attachments
Add attachment
proposed patch, testcase, etc.
Brad Vogel
Comment 1
2012-09-27 16:00:46 PDT
My company's product - Inkling Habitat (inkling.com/habitat) - is blocked on this and would love to have it fixed!
Ahmad Saleem
Comment 2
2023-01-10 05:02:06 PST
This FIXME is still present:
https://github.com/WebKit/WebKit/blob/b48ba57fb5ed3acdd4f752c85fdf4f0f9fcd8e8d/Source/WebCore/editing/ApplyStyleCommand.cpp#L1022
Although all dependent bugs have been fixed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug