[Webkit-unassigned] [Bug 112240] execCommand("RemoveFormat") might remove format after the selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 07:02:55 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112240





--- Comment #9 from Claudio Saavedra <csaavedra at igalia.com>  2013-04-16 07:01:12 PST ---
So the only thing that seems to make sense to me is that in Position::upstream(),

          if (renderer->isText() && toRenderText(renderer)->firstTextBox()) {

firstTextBox() should be returning something else than 0 but for whatever reason there are no text boxes in the renderer (yet?). Should the render tree be updated somehow after the DOM is changed and this is why now this is not working?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list