Closed
Bug 1341030
Opened 8 years ago
Closed 8 years ago
Input field flexbox keydown cannot type
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: adrian, Unassigned)
References
Details
Attachments
(1 file)
736 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170125094131
Steps to reproduce:
See this codepen or the attached HTML file: http://codepen.io/ThiefMaster/pen/zNVJRB
Actual results:
The text field behaves as if it was readonly
Expected results:
The text field should behave normally as neither the JavaScript nor the CSS even touch it except that the JS runs on keydown.
Comment 1•8 years ago
|
||
I can reproduce it in a release build, but not Nightly or Beta so I suspect
this has been fixed already. I don't recall seeing anything specific about
display:flex messing up editor functionality though.
Fix range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b48820f4c87aeaa2186c401c1bafe6661d6b7e31&tochange=fa43713a681d3bd2c482a25a2895d1cd63533d77
Probably by bug 1269045 in 52+.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•