Closed
Bug 1220618
Opened 9 years ago
Closed 3 years ago
When input with cursor in it is removed, scrolling the page via arrows stops working
Categories
(Toolkit :: Form Manager, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ssba5206, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.22 KB,
text/html
|
Details |
User Agent: Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.17
Steps to reproduce:
The problem is described in the attached file (it can be reproduced there). In short, an input (input type="text") with the cursor (blinking vertical line) inside it should be removed (this.parentNode.removeChild(this), in the example onkeypress enter). After that, press up/down arrow
Actual results:
Scrolling of the page doesn't work. If FF gets out of focus (via alt+tab or any other method) and gets back into focus, scrolling begins to work again.
Expected results:
Scrolling of the page should work again once the input element is removed.
----
A workaround is appreciated as much as fixing this.
I hope the test file is enough self-explanatory.
Comment 1•9 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/fx-team/pushloghtml?fromchange=7a4c862d6cf3&tochange=d3c18534ce95
Regressed by: 99d7d283b44a Matthew Noorenberghe — Bug 1121040 - Don't send RETURN keypresses to content while a satchel autocomplete entry is selected. r=Gijs,smaug
Blocks: 1121040
Status: UNCONFIRMED → NEW
status-firefox41:
--- → affected
status-firefox42:
--- → affected
status-firefox43:
--- → affected
status-firefox44:
--- → affected
status-firefox45:
--- → affected
status-firefox-esr38:
--- → unaffected
Component: Untriaged → Form Manager
Ever confirmed: true
Flags: needinfo?(MattN+bmo)
Keywords: regression
Product: Firefox → Toolkit
Version: 40 Branch → 39 Branch
Updated•7 years ago
|
Flags: needinfo?(MattN+bmo)
Updated•7 years ago
|
Flags: needinfo?(MattN+bmo)
Updated•7 years ago
|
Flags: needinfo?(MattN+bmo)
Priority: -- → P2
Comment 2•3 years ago
|
||
It works for me on Firefox 102.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: qe-verify?
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•