[Webkit-unassigned] [Bug 62531] Find in page -- spaces fail to match tab characters (collapsed to spaces)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 09:38:45 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Find in page -- spaces fail |Find in page -- spaces fail
                   |to match tab characters     |to match tab characters
                   |                            |(collapsed to spaces)
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #1 from Darin Adler <darin at apple.com>  2011-06-13 09:38:45 PST ---
I did some brief investigation. This is not a bug in the search machinery itself, but rather in the TextIterator class. Its code to handle whitespace collapsing does not kick in, and the tab character shows up as a tab character. Another symptom of the problem is that when you copy the content you get a tab character rather than a space character in the plain text version. The intent is that you get a space.

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