[Webkit-unassigned] [Bug 25319] New: caret does not paint after type in characters in right aligned div or after delete all characters in RTL div or 0px right padding RTL textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 17:15:04 PDT 2009


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

           Summary: caret does not paint after type in characters in right
                    aligned div or after delete all characters in RTL div or
                    0px right padding RTL textarea
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org


Safari works fine for textarea probably because it's
textarea’s inner block always has horizontal padding.

Steps to reproduce:
1. open the attached test case
2. focus on 2nd input box, which is a RTL div, caret is painted. Then, type
character 'a', caret painted at the left side of 'a', then, use backspace to
delete 'a', caret is not painted anymore.
3. focus on 3rd input box, which is a right-aligned LTR div, caret is painted.
Then, type character 'a', caret is not painted anymore.


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