Open
Bug 1243054
Opened 9 years ago
Updated 2 years ago
Ctrl+Backspace doesn't work in input type="number"
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox47 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
(Blocks 1 open bug, )
Details
>>> My Info: Win7_64, Nightly 46, 32bit, ID 20160121030208
STR:
1. Open the following "data:" url or click URL in the form above
> data:text/html,<input type="number" value="1234">
2. Click between digits "3" and "4" inside the <input type="number">
3. Press Ctrl+Backspace
Result: No visible action.
Expectations: Ctrl+Backspace should delete "123", so only "4" should stay in input.
Comment 1•9 years ago
|
||
It works fine on Linux, fwiw. Both in FF43 and the current Nightly.
Severity: normal → minor
If somebody confirms this behavior on Windows, please tell that explicitly. BTW there's also
Shift+Del not working in input type="number". Do we really need a separate bug for that???
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•