Closed
Bug 504749
Opened 15 years ago
Closed 14 years ago
Textbox will disappear when paste characters and click around the textbox at the same time.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 462970
People
(Reporter: blaze_zhu, Unassigned)
References
Details
Attachments
(1 file)
75.46 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
When I was using FireFox 3.0.11, I paste characters in a textbox,and click around it, the textbox disappear.
Reproducible: Always
Steps to Reproduce:
1.Open FireFox, access a web, such as www.google.com,whatever
2.There is a textbox, then I paste somethings I copied and click around the textbox.
Actual Results:
The textbox disappear.
Expected Results:
Textbox should not be disappeared
It happened on all O/S, not only windows 2003 server.
Contact me if you can not duplicate it base on my description, my msn: blaze_zhu@hotmail.com
Comment 2•15 years ago
|
||
probably as same as
Bug 462970 - textarea, input tag disappears (vanishes) when copy & pasted on the border.
Hi, I experienced the same problem. I think what actually happens is that when you paste text to the text box firefox overwrites the current selection of document (document.selection). Somehow if you click/drag (I don't know how to explain) on the border or outside the texbox while pasting the text, thereby you select some other part of the document (usually part of the input tag) before the actual paste, this selection is overwritten. This deletes the input tag completely (e.g. google) but on ohter sites also only overwrites only parts of the input tag such that it does not render correctly anymore (disappears).
In this strange selection state you can also press delete and the textbox will also disappear.
I think one should see this easyly in the ff code.
Comment 4•14 years ago
|
||
It happend to me and others that I know.
More exactly how to reproduce:
(I will use google.com as example but it appear in all <input> of text)
1 - write something and copy it to the clipboard.
2 - Delete all content of the textbox.
3 - Paste de text.
4 - Hold the left button at the start of the text.
5 - Move the mouse to the end of the text (selecting it). Don't release the mouse button.
6 - Hold Ctrl key.
7 - Move the cursor to the button of "Search with google" until a hand cursor appear.
8 - Move the cursor to the text box until a edit text cursor appear.
9 - Push the V key (it's as if you will paste something). The textbox disappear instead of paste the content of the clipboard.
I have firefox 3.6.6 on a Ubuntu 10.04.
I have tried in windows versión of firefox (3.6.6) and it disppear too.
See Also: → https://launchpad.net/bugs/607863
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•