[Webkit-unassigned] [Bug 11022] queryCommandState('underline') returns false if the selected text is also bold and italic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 15:25:44 PDT 2009


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #6 from Ryosuke Niwa <rniwa at webkit.org>  2009-08-18 15:25:42 PDT ---
This bug is caused by us checking text-decoration property.  We should be
checking -webkit-text-decorations-in-effect.  It's literally two-line change
for underline and line-through.  I'll submit a patch after writing some tests.

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