Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Argh! Who thought it would be a bright idea to turn *off* tooltips? I fixed that part - apparently I'm the only one with the problem, but just do about:config in the titlebar, scroll down to 'browser.chrome.toolbar.tips', double click it and enter 'true'.
For your problem, itsjustme - which also works for my busted 'title' attributes, apparently - scroll down to 'browser.display.force_inline_alttext' and set *that* to true. That should make alt work as well as title, since it seems targeted at alt. Mozilla's really losing it.
Mozilla has an about:config page where you can alter many advanced or hidden settings. Most of them are not interesting, and those that are can generally be configured through the normal settings panel. Just browse to "about:config" (I didn't type that space).
browser.chrome.toolbar.tips has true as its default, so somehow it got altered at digiots setup. I didn't know about the setting, but I'll keep it in mind if the pop-ups stop working. :-)
About browser.display.force_inline_alttext, it's not for making the ALT attribute a pop-up. Here's an quote from Hidden Mozilla Prefs:
Code:
// This pref displays the alt-text instead of the "image-not-found" image
// true = force ALT text for missing images to be layed out inline
user_pref("browser.display.force_inline_alttext", false);
I'm thinking whoever made the package fubared it. It was listed as 'default false' on mine and says 'user true' now. But I do seem to be the only one.
And you're right. I just saw both those settings, so changed them both but I unset the 'alt' thing after reading your post and the 'title' attribute still works. Not sure what's up with that unless either dropline gnome was somehow screwing it and flux isn't (but I swear I thought I checked that) or that somehow the tooltips controls it generally?
Anyway - we've all got our tabtips and alts and titles so it's all good. *g*
And I find about: config very interesting, myself.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.