[Webkit-unassigned] [Bug 122716] Broken text rendering in some cases.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 13 08:39:55 PDT 2013


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





--- Comment #10 from Antti Koivisto <koivisto at iki.fi>  2013-10-13 08:38:42 PST ---
Does this fix it?

--- Source/WebCore/rendering/InlineTextBox.cpp    (revision 157368)
+++ Source/WebCore/rendering/InlineTextBox.cpp    (working copy)
@@ -610,7 +610,7 @@

     int sPos = 0;
     int ePos = 0;
-    if (paintSelectedTextOnly || paintSelectedTextSeparately)
+    if (haveSelection && (paintSelectedTextOnly || paintSelectedTextSeparately))
         selectionStartEnd(sPos, ePos);

     if (m_truncation != cNoTruncation) {

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