olsh / Feedly-Notifier

Google Chrome, Firefox, Opera and Microsoft Edge extension for reading news from RSS aggregator Feedly
http://olsh.github.io/Feedly-Notifier/
Mozilla Public License 2.0
265 stars 39 forks source link

Popup shows content only on hover #73

Closed ThiefMaster closed 7 years ago

ThiefMaster commented 7 years ago

Happens in Firefox (52.0.2 on Win7) since today.

feedlywtf

olsh commented 7 years ago

Hmm, looks strange. Can't reproduce it, have you tried to use a clean FF profile?

ThiefMaster commented 7 years ago

Doesn't happen on another PC so I guess it's related to something in the profile. Starting with a new profile if obviously not a good solution except to test it.

Any pointers how to track down what's causing it besides selectively disabling other extensions? My first thought was a userContent/userChrome css but I don't have either (except some userContent.css entry for an unrelated site)

olsh commented 7 years ago

I'd suggest to inspect the panel, but Firefox dev tools can't do that. Maybe you can find something suspicion in the file? https://github.com/olsh/Feedly-Notifier/blob/master/src/styles/style.css

ThiefMaster commented 7 years ago

apparently firefox can debug webextensions now :)

It's extremely weird: If I set background-color: #fff on .item it works fine. Somehow the text etc in there is invisible if the element has no background color. This is also why it showed up fine on hover - .item:hover already has a background color.

olsh commented 7 years ago

Whoa, didn't know that it allows to inspect the panel. Yeah, that's really strange, will add this workaround for now. Let me know if you find something else.

Thank you.

olsh commented 7 years ago

Fixed in https://github.com/olsh/Feedly-Notifier/commit/f0ef0302520ab2619e77950dab5e4325db0a793d