Closed
Bug 1443059
Opened 7 years ago
Closed 7 years ago
Right click paste into text box does not work in Responsive Design Mode
Categories
(DevTools :: Responsive Design Mode, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1313291
People
(Reporter: csr, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180208173149
Steps to reproduce:
Create a basic web page with a text input in it e.g.
<!doctype html>
<head>
</head>
<body>
<input type="text" val="">
</body>
Enter Responsive Design Mode from the Tools -> Web Developer menu. Copy some text to the clipboard and try right clicking in the text box and clicking Paste.
Actual results:
Nothing will appear in the text box.
Expected results:
The text in the clipboard should have been pasted into the text box.
Exit out of Responsive Design Mode and the text will paste correctly via the right click option.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Component: Untriaged → Developer Tools: Responsive Design Mode
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•