[Webkit-unassigned] [Bug 8111] REGRESSION (NativeTextField): first click in form field on weather.com leaves focus but no caret

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Apr 1 00:14:44 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8111





------- Comment #4 from darin at apple.com  2006-04-01 00:14 PDT -------
I can think of two approaches to fix this:

    1) Change MouseEventWithHitTestResults to have an innerElement, and not an
innerNode, so we'd never have a pointer to the text node in the first place.
We'd probably want to change RenderObject::NodeInfo too if we did this.

    2) Change the FrameView::handleMousePressEvent function to fix up the
MouseEventWithHitTestResults after calling dispatchMouseEvent.

I favor (1).


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