Closed
Bug 468437
Opened 16 years ago
Closed 15 years ago
Textbox disappears on table cell copy-paste
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 424627
People
(Reporter: fak1r, Unassigned)
Details
(Whiteboard: [DUPEME])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Currently, it is possible to make textbox disappear from webpage HTML only by using copy&paste.
Reproducible: Always
Steps to Reproduce:
1. Visit webpage which has textbox input field in a table (i.e. www.google.pl)
2. Copy "this text" into clipboard, so you have something to paste into textbox.
3. Then while holding Ctrl key, start clicking on a textbox boundary, while pressing V key at the same time. In other words, try to paste text from clipboard to a textbox and almost at the same time to a selected table cell.
Actual Results:
Textbox disappears or text from clipboard is pasted straight to HTML.
Expected Results:
Textbox should stay intact.
It is possible to reproduce this bug even using textboxes & textareas, here in Bugzilla.
I think it might be caused by focus lost on textbox followed by focus on selected table cell (because Ctrl key is still pressed), while having ability to paste text.
Updated•16 years ago
|
Whiteboard: [DUPEME]
Updated•16 years ago
|
Product: Firefox → Core
QA Contact: general → general
Comment 2•16 years ago
|
||
Same problem as Bug 424627? (See also test case attached to Bug 462970 Comment #5)
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•