[Webkit-unassigned] [Bug 8660] REGRESSION: Caret isn't insert automatically after value of input element is set to null

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Apr 29 20:43:59 PDT 2006


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin.garcia at apple.com,
                   |                            |darin at apple.com,
                   |                            |adele at apple.com




------- Comment #4 from darin at apple.com  2006-04-29 20:43 PDT -------
We understand why this happens -- the selection is in the text node, which is
removed when you change the value to null.

The trick is to figure out how to make this work. Might have to be a change to
the SelectionController code that is invoked when the current selection's node
is deleted, or might find a way to do this that's specific to the input
element.


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