[Webkit-unassigned] [Bug 72830] [Gtk] Regression: text-inserted events lack text inserted and current line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 6 04:25:11 PST 2011


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


Joanmarie Diggs <jdiggs at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #7 from Joanmarie Diggs <jdiggs at igalia.com>  2011-12-06 04:25:11 PST ---
(In reply to comment #6)

> Hmmm... I am not sure I understand. I've quickly checked this in the text entries in http://www.igalia.com/contact and all the events I see in accerciser seem to be correct, both in terms of the text displayed and the offset and count values.

Yeah, but what about the current line? -- which you would have to use the ipython console for. Or alternatively, you could use my handy (and attached with the opening report) test script. ;)

When I type 'Acme Inc.' in the Company field at http://www.igalia.com/contact, here is what my test script prints out in Epiphany:

    Current line: A  
    All text: A  
    Text inserted: <c>  
    Current line: A          <-- WRONG  
    All text: Ac  
    Text inserted: <m>  
    Current line: A          <-- WRONG  
    All text: Acm  
    Text inserted: <e>  
    Current line: A          <-- WRONG  
    All text: Acme  
    Text inserted: < >  
    Current line: A          <-- WRONG  
    All text: Acme   
    Text inserted: <I>  
    Current line: A          <-- WRONG  
    All text: Acme I  
    Text inserted: <n>  
    Current line: A          <-- WRONG  
    All text: Acme In  
    Text inserted: <c>  
    Current line: A          <-- WRONG  
    All text: Acme Inc  
    Text inserted: <.>  
    Current line: A          <-- WRONG  
    All text: Acme Inc.  

Contrast that with what is seen in Epiphany's Gtk+ widget in which you can type the URL to navigate to.

    Text inserted: <A>  
    Current line: A  
    All text: A  
    Text inserted: <c>  
    Current line: Ac         <-- EXPECTED  
    All text: Ac  
    Text inserted: <m>  
    Current line: Acm        <-- EXPECTED  
    All text: Acm  
    Text inserted: <e>  
    Current line: Acme       <-- EXPECTED  
    All text: Acme  
    Text inserted: <,>  
    Current line: Acme,      <-- EXPECTED  
    All text: Acme,  
    Text inserted: < >  
    Current line: Acme,      <-- EXPECTED  
    All text: Acme,   
    Text inserted: <I>  
    Current line: Acme, I    <-- EXPECTED  
    All text: Acme, I  
    Text inserted: <n>  
    Current line: Acme, In   <-- EXPECTED  
    All text: Acme, In  
    Text inserted: <c>  
    Current line: Acme, Inc  <-- EXPECTED  
    All text: Acme, Inc  
    Text inserted: <.>  
    Current line: Acme, Inc. <-- EXPECTED  
    All text: Acme, Inc.  

Given that your response was based on what you were seeing in Accerciser (which does not spit out the current line of text automatically in the event monitor), I am going to assume that this bug is only partially fixed and REOPEN it so that it does not get forgotten.

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