[Webkit-unassigned] [Bug 69816] Document marker added by find looks odd when found text is split by inline elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 02:10:32 PDT 2011


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


MORITA Hajime <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION (WebKit2):       |Document marker added by
                   |Document marker added by    |find looks odd when found
                   |find looks odd when found   |text is split by inline
                   |text is split by inline     |elements
                   |elements                    |




--- Comment #2 from MORITA Hajime <morrita at google.com>  2011-10-12 02:10:32 PST ---
It looks markers are actually splited because each marker is associated to a text node, not to a range.
I guess its design haven't changed from beginning. 
But something is apparently wrong.  

The problem is that WebKit2(safari) paint textmatch marker hightlight to animate it.
(Other ports seem to use InlineTextBox::paintTextMatchMarker(), a non-animated version.)
I have no idea what type of fix is good for the Safari's implementation.

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