Closed
Bug 1319253
Opened 9 years ago
Closed 9 years ago
Texts are not displayed correctly in popup of WebExtension API based extension
Categories
(WebExtensions :: Frontend, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: tobwithu, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36
Steps to reproduce:
Create a popup with some text
Actual results:
Text is not displayed.
- Displayed correctly in Firefox 50
- Text was shown if I change 'background-color' from 'transparent' to other solid color.
Expected results:
Text should be displayed.
| Reporter | ||
Updated•9 years ago
|
Summary: Text is not displayed correctly in popup of WebExtension API based extension → Texts are not displayed correctly in popup of WebExtension API based extension
Comment 1•9 years ago
|
||
This works as expected for me. Can you please provide a testcase add-on that demonstrates the problem?
| Reporter | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
That add-on seems to work as expected for me. Can you paste the data from about:support as a comment, please?
Comment 4•9 years ago
|
||
I can't reproduce in Firefox 50 or 53 on OS X yet, I get a popup that looks like this:
https://www.dropbox.com/s/t85ejjd0k7mf108/Screenshot%202016-11-21%2015.43.20.png?dl=0
Is there a specific use case or version where it doesn't work?
Updated•9 years ago
|
Flags: needinfo?(tobwithu)
| Reporter | ||
Comment 5•9 years ago
|
||
I checked that this happens in 51.0b1.
This seems to be fixed in 52.0a2.
Comment 6•9 years ago
|
||
Ok, if its fixed in 52, we consider it as closed. Until then you'll have to workaround it if its possible.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 7•9 years ago
|
||
I think you should apply the fix in 51.
It is critical for all WebExtension API based extensions.
Comment 8•9 years ago
|
||
If this is a regression in 51, it needs to be fixed in 51
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: WORKSFORME → ---
Comment 9•9 years ago
|
||
Can't reproduce in 51 either. Currently have no STR to search for a regression range.
Comment 10•9 years ago
|
||
I also can't reproduce on 51 so, again, the data from about:support would be helpful.
Comment 11•9 years ago
|
||
Please reopen if you can provide steps to reproduce.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•