Open
Bug 1315531
Opened 8 years ago
Updated 1 year ago
Shift+Insert doesn't paste into <input type="number"> fields
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | affected |
People
(Reporter: andrzej, Unassigned)
References
(Blocks 1 open bug)
Details
Steps to reproduce:
1. Put data into the clipboard by copying or cutting some number.
2. Open a webpage containing an <input type="number"> field.
3. Try to paste the data into that field by pressing Shift+Insert.
Actual results:
Nothing happens.
Expected results:
Data should be pasted from the clipboard. Ctrl+V combination works correctly with this, however, Shift+Insert does not.
Apparently, this problem is only observed for the <input type="number"> fields. In case of other field types, e.g. <input type="text">, <input type="email">, etc, both the combinations: Shift+Insert or Ctrl+V paste the data correctly.
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: General → Layout: Form Controls
Ever confirmed: true
Product: Firefox → Core
Updated•7 years ago
|
Blocks: 344616
status-firefox57:
--- → affected
Updated•7 years ago
|
Priority: -- → P3
Comment 2•7 years ago
|
||
Seeing this all the way to nightly 61.0a1.
Updated•2 years ago
|
Severity: minor → S4
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•