[Webkit-unassigned] [Bug 14653] REGRESSION (r23994): No caret is drawn after clicking a search field's placeholder text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 12:43:02 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14653


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|justin.garcia at apple.com     |
           Keywords|NeedsReduction              |HasReduction
            Summary|REGRESSION: Sometimes the   |REGRESSION (r23994): No
                   |caret is not drawn in the   |caret is drawn after
                   |search field on Apple       |clicking a search field's
                   |discussion boards           |placeholder text




------- Comment #3 from mitz at webkit.org  2007-07-19 12:43 PDT -------
Reduction:
<input type="search" placeholder="Click this text">
Click the placeholder text, not the space to the right, to see the bug.

Regressed in <http://trac.webkit.org/projects/webkit/changeset/23994> (note
that this is not the regression that was fixed in r24003).

The problem is that computing the target element lazily breaks when the target
node is moved around during event dispatch. By the time
handleMousePressEventSingleClick() sees the event and looks for the target
node, it gets the renderer-less text node instead of the search field's inner
div element.


-- 
Configure bugmail: http://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