[Webkit-unassigned] [Bug 45972] New: The cursor in input textbox is invisible after switched the focus back to the browser window on Mac OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 10:22:44 PDT 2010


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

           Summary: The cursor in input textbox is invisible after
                    switched the focus back to the browser window on Mac
                    OS X
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zhoushuqun at gmail.com


Created an attachment (id=67915)
 --> (https://bugs.webkit.org/attachment.cgi?id=67915)
The status of step 2 and step 3.

What steps will reproduce the problem?
1. Prepare an html page with an input textbox as below:
<html>
<head>
<title>hello</title>
</head>
<body>
<input type="text">
</body>
</html>
2. Open the html by safari or chorme and type a long text (longer than the textbox) into the input textbox. Do NOT move the cursor just keep it on the tail of the text. (Right now, the tail of the text is visible and the head is invisble)
3. Focus to the other window directly, and then switch back. Now the head of the text is visible, and the cursor never moved as before, but invisible.

What is the expected output? What do you see instead?
Keep the tail of the text and the cusor visible as before.

Please use labels and text to provide additional information.
Safari 5.0.2 (5533.18.5) or Google Chrome 6.0.472.59 on Mac OS X (Darwin Kernel Version 9.8.0)

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