Grey flash when selecting text on Bugzilla with 'Translate Web Pages' add-on installed
Categories
(Core :: Layout, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | affected |
People
(Reporter: gregp, Unassigned)
References
()
Details
Attachments
(2 files)
Steps to reproduce:
- Install TWP - Translate Web Pages
- Navigate to https://bugzilla.mozilla.org/user_profile?user_id=575867
- Select some text on the page
Actual results:
Grey flash
Expected results:
No grey flash
I tried bisecting and got this range. Emilio, maybe bug 1695314?
| Reporter | ||
Comment 1•3 years ago
|
||
| Comment hidden (obsolete) |
Comment 3•3 years ago
|
||
I could repro but I don't think my patch is related at all. That extension doesn't have any float. But reading the extension source they do something different for Firefox instead of the backdrop-filter thing they have for other browsers. Not sure if that fixes it. It might be worth filing an issue in https://github.com/FilipePS/Traduzir-paginas-web/. I'd usually spend more time debugging it but it's kind of a pain to inspect the generated shadow dom of that extension.
If I change the extension source to have:
<div id="eDivResult" style="display: none">
Then it seems to not flash, so maybe the stylesheet is loading async some times?
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Reporter | ||
Comment 4•1 year ago
|
||
No longer reproduces
Description
•