[Webkit-unassigned] [Bug 26346] New: when a string is appended to the text input field with a script, the behavior is different than when strings are typed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 11:15:28 PDT 2009


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

           Summary: when a string is appended to the text input field with a
                    script, the behavior is different than when strings are
                    typed.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jshin at chromium.org
                CC: jparent at google.com, ojan at chromium.org


When a string is added to the value of text input field with a script multiple
times and the length of the value in the field becomes longer than the width of
the field (so that only a part of the value in the input field is visible), 
the caret is at the end of the string in the field. However, the rightmost part
of the visible string does not coincide with the end of the value in the field
(and the caret position). So, the caret is not visible. 

When the same sequence of strings are typed directly, the 'visible window' of
the value moves along as the value becomes wider than the width.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list