Closed
Bug 1287242
Opened 9 years ago
Closed 9 years ago
Textareas on reviewable.io lose focus after pasting text from the clipboard
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox49 | --- | unaffected |
firefox50 | --- | affected |
People
(Reporter: jdm, Unassigned)
References
Details
(Keywords: regression)
[Tracking Requested - why for this release]:
STR:
0. Visit https://reviewable.io/reviews/servo/servo/12467
1. log in to reviewable.io via github
2. Click on any line and paste something from the clipboard
Expected:
Focus remains in the textarea after the pasted content
Actual:
Focus disappears from the textarea
Bisecting pointed the finger at bug 906420; the third patch looks most likely since it directly relates to using the clipboard.
Reporter | ||
Updated•9 years ago
|
Flags: needinfo?(michael)
Reporter | ||
Comment 1•9 years ago
|
||
Just in case I'm wrong about the bisecting, the range from mozregression was https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b2409b36cd07bba045bf38dd131166c36ea3da4a&tochange=3d0aef4586bdbd81591811ec627c85161fc11065 .
Comment 3•9 years ago
|
||
This seems to be a bug on their side, it is reproducible on Chromium when spoofing the Firefox UA, and doesn't occur on Firefox nightly when spoofing the Chrome UA.
I've commented on the bug here: https://github.com/Reviewable/Reviewable/issues/360
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(michael)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•