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
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
Note You need to log in before you can comment on or make changes to this bug.