Closed
Bug 873458
Opened 12 years ago
Closed 8 years ago
Firefox doesn't back erase text on text field
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 968056
People
(Reporter: car.alb19, Unassigned)
Details
(Whiteboard: parity-chrome,parity-opera)
Attachments
(1 file)
340 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130511120803
Steps to reproduce:
I entered to http://sisfoh-fse.sisfoh.gob.pe/PERSONAS/Buscar_personas_sisfoh.asp then I wrote 12345678 on DNI\CUI field then I'll try to erase with back space key and it doesn't work.
Actual results:
it doesn't erase each character that I wrote
Expected results:
Each charater get erased with backspace key
Updated•12 years ago
|
Group: core-security
![]() |
||
Comment 1•12 years ago
|
||
The problem is:
Firefox fire onkeypress event with BS, DEL Arrowkey etc and cancel with return false.
However, ComodoDragon26.2.2.0 and Opera12.15 do not fire onkeypress event with such key.
![]() |
||
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Component: Untriaged → DOM: Events
Ever confirmed: true
Product: Firefox → Core
Version: 21 Branch → Trunk
![]() |
||
Updated•12 years ago
|
Whiteboard: parity-chrome,parity-opera
![]() |
||
Updated•12 years ago
|
Attachment #751345 -
Attachment description: reduced html → reduced html (input number)
![]() |
||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•