[Webkit-unassigned] [Bug 10169] REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Aug 4 06:48:06 PDT 2006


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


darin at apple.com changed:

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




------- Comment #1 from darin at apple.com  2006-08-04 06:48 PDT -------
The problem here is in WebCore::Frame::appliedEditing.

When you drop the text into the <textarea>, the new select is inside the
<texarea>. So the appliedEditing function ends up focusing the <texarea> when
setSelection is called.

But it's only after that when dispatchEditableContentChangedEvent is called.
There are other things wrong too, for example, if the selection delegate
refuses to change the selection then we won't communicate where the change took
place, which is incorrect. Whether the selection moves or not is unimportant.

I'll try rearranging code to fix this.


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