Copy / Paste Clipboard Restrictions In Firefox / Gecko Engine On Linux
- Dominant language
- TypeScript
- Stars
- 111
- Forks
- 109
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 20
Description
### Severity
P4 - Low (Cosmetic/minor inconvenience)
### Describe the Bug with repro steps
Highlight text and copy (_either with keyboard shortcut, the UI dropdown, or native_) and paste in another location.
This:
```json
{
"SomeKeyOne": "Some Value",
"SomeKeyTwo": [
"One",
"Two",
"Three"
],
"SomeKeyThree": false,
"SomeKeyFour": 1234,
"SomeKeyFive": {
"One": true,
"Two": 2,
"Three": "Six"
}
}
```
Becomes the following in Linux:
```json
{
"SomeKeyOne": "Some Value",
... "SomeKeyFour": 1234,
"SomeKeyFive": {
"One": true,
"Two": 2,
"Three": "Six"
}
}
```
In Windows it is:
```json
{
"SomeKeyOne": "Some Value",
"SomeKeyTwo": [
"One",
"Two",
"Three"
],
"SomeKeyThree": false,
"SomeKeyFour": 1234,
"SomeKeyFive": {
"One": true,
"Two": 2,
"Three": "Six"
}
}
```
### What type of Logic App Is this happening in?
Consumption (Portal)
### Are you experiencing a regression?
_No response_
### Which operating system are you using?
Linux
### Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
### Screenshots or Videos
### Environment
- Browser: Firefox 141.0 (mozilla-deb - 1.0)
- Browser: Firefox 140.0 (Windows)
### Additional context
It might be worse than this and truncating the deeper values, or more complex JSON objects. But I've not remembered / gathered enough evidence of when this happens as I need to hack around it to do my work.
~I am also unable to replicated this reliably, but it happens on quite a few occasions.~
`EDIT` It *_literally_* recurred within minutes of me posting this ... see the new screenshot above.
And ... no ... the add-ons are not causing it. 😉
I perfectly understand if you want to close this as long as we can reopen if if I capture more data. However I'd need to build something to explicitly test it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.