Show a warning that userChrome.css is active after major version browser updates
Categories
(Firefox :: Toolbars and Customization, enhancement)
Tracking
()
People
(Reporter: 08xjcec48, Unassigned)
Details
Steps to reproduce:
This is a very common issue:
- Enable
toolkit.legacyUserProfileCustomizations.stylesheets
- Paste some code copied from the Internet into
userChrome.css
- Forget about it
Actual results:
After a few browser updates, those CSS hacks need updates. Firefox looks "broken" to users, and they create posts about it on support communities.
Expected results:
Firefox could show a warning bar after every browser update telling users that they have set up a userChrome.css
file, and that it needs to be edited or disabled in case the GUI looks funny.
Comment 1•4 months ago
|
||
I have a few questions:
- How frequently do these updates actually produce a problem? Signal/noise ratio would be pretty bad if it's 1-in-10. Then people get habituated to clicking the warning message (and/or annoyed about it and they complain in the support forum about that!). Then when things break it may or may not work in reminding them it may be related...
- What kind of breakage are we talking about (i.e. do you have some links to example support threads where this happens) ?
- Aren't the people who use userChrome.css just going to then write userChrome.css to remove the annoying warning (see #1), which would defeat the point of all this work?
I've filed this issue because of a recent change in the address bar code:
https://old.reddit.com/r/firefox/comments/1cs3g49/address_bar_suggestions_going_up_instead_of_down/
https://old.reddit.com/r/firefox/comments/1ctqwzp/after_update_the_url_bar_pops_upwards_off_the/
https://old.reddit.com/r/firefox/comments/1cttnfs/stupid_1260_update_screwed_up_uri_history_input/
https://old.reddit.com/r/firefox/comments/1cuh8zn/typing_in_address_bar_makes_text_float_above/
https://old.reddit.com/r/firefox/comments/1cvgmyz/address_bar_suggestions_improperly_placed_after/
https://old.reddit.com/r/firefox/comments/1cvzgts/my_url_suggestions_started_concealing_url_bar/
https://old.reddit.com/r/firefox/comments/1d34i2r/help_writing_in_the_address_bar_is_hidden/
https://old.reddit.com/r/firefox/comments/1d4u1un/url_bar_viewing_issue/
https://old.reddit.com/r/firefox/comments/1d4u9qs/firefox_address_bar_popup_overlap/
Maybe a bar isn't the best idea, but there could be some kind of reminder that the user has customized his/her GUI.
Description
•