Comment 9 for bug 508969

Revision history for this message
In , Cork (cork) wrote :

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091016 Minefield/3.7a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091016 Minefield/3.7a1pre

Pasting with ctrl-v in input fields or textareas in tables might remove the widget or paste the text in front of it.

Reproducible: Always

Steps to Reproduce:
1. Have a line of text in your clipboard.
2. Open the testcase.
3. Press and holding ctrl.
4. Mousedown in the widgets, and drag outside and mouseup.
5. Press v while still holding ctrl.
Actual Results:
a. If the widget had text in it, the widget gets removed from the dom.
b. If the widget is empty, the text gets pasted in front of the widget.

Expected Results:
The text should be pasted inside the widget or not at all.

I can reproduce this in all firefox versions on linux and windows back to firefox 1.5, So it happen between firefox 1.0 and firefox 1.5.

This might be a dup on bug 372709, but its to vague or me to post this in it.