Element under a textarea displayed above
Categories
(WebExtensions :: General, defect, P3)
Tracking
(firefox67 affected, firefox68 affected, firefox69 affected)
People
(Reporter: regseb, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
Download attachment and install webextension.
Open popup.
Actual results:
The text in the background is sometimes displayed above the textarea.
Expected results:
The background text remains displayed under the textarea.
Reporter | ||
Comment 1•6 years ago
|
||
I only reproduced the problem:
- in the webextension popup (no problem when calling directly moz-extension://2d38cc23-e77e-4af1-a944-0154c20cda72/index.html) ;
- if the textarea has the focus;
- if the textarea is not resizable (resize: none;) ;
- if the size of the background element changes.
Comment 2•6 years ago
|
||
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0
Hi,
I have managed to reproduce this issue on latest FF release (67.0.1) and latest Nightly build 69.0a1 (2019-06-11) using Ubuntu 18 and Windows 10.
I will move this over to a component so developers can take a look over it. If is not the correct component please feel free to change it to an appropriate one.
Thanks for the report.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:ddurst, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•6 years ago
|
Reporter | ||
Comment 4•3 years ago
|
||
I don't reproduce this bug with Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0.
Updated•2 years ago
|
Reporter | ||
Comment 5•1 year ago
|
||
I no longer reproduce the bug with Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0.
I think we can close this issue.
Comment 6•1 year ago
|
||
Based on comment 5, since the reporter is not able to reproduce the issue anymore, I will close this issue as worksforme. Feel free to re-open it if the issue will occur again.
Thanks for the update.
Description
•