When doind a copy/paste using right click in style editor (only), pasting is duplicated. ctrl-c/ctrl-v works.
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: j-g.eustache, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0
Steps to reproduce:
Select (left mouse button). Copy (right-click). Paste (right-click)
Example copy "element{color:red}" paste in style editor.
Actual results:
element{color:red}element{color:red}
Expected results:
element{color:red}
| Reporter | ||
Comment 1•1 year ago
|
||
(In reply to j-g.eustache from comment #0)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0
Steps to reproduce:
Select (left mouse button). Copy (right-click). Paste (right-click)
Example: copy "element{color:red}" / paste in style editor.Actual results:
element{color:red}element{color:red}
Expected results:
element{color:red}
Comment 2•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Reporter | ||
Comment 3•1 year ago
|
||
I should add that not only CSS but also any text or html will be duplicated when copying/pasting in the style editor. I don't know whether this information is relevant.
Updated•1 year ago
|
Description
•