[Webkit-unassigned] [Bug 34880] REGRESSION: SVG text disappaears after double click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 16:48:48 PST 2010


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





--- Comment #4 from MORITA Hajime <morrita at gmail.com>  2010-02-12 16:48:48 PST ---
As krit guessed, the regression was introduced at Bug 15997.

To reduce the count of walking subphase, I tried to skip selection related
subphase
when there is no selection and implement
SVGRootInlineBoxPaintWalker::mayHaveSelection().
But its iplementation was wrong. This patch tries to fix it.

-- 
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