Firefox not showing ALT verbiage for img src

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
keperry
Posts: 2
Joined: February 16th, 2006, 12:46 pm

All great points, but it hurts the user

Post by keperry »

Sorry, but I just find this a little ridiculous. So should we praise Firefox/Mozilla for following a standard that no one cares about....especially the end users. I think Mozilla should take the time and money to re-educate the developers that are creating the sites and web apps that produce alt text (for its purpose in a tool tip). Is it the users fault that the web designer/administrator/contributor doesn't know this little bit of differentiation between when to use ALT and TITLE.

I purchased several books on website development...albiet a couple of years ago, but nothing ever mentioned anything about using the TITLE tag with images. Bottom line is that it's the developers making the mistakes that hurt the end user. Isn't firefox mainly for end users?

I love the people that rave about firefox because its not as commonly used (unique), and they rip on MS IE. These same people, in my opinion, that would rip on Firefox if it ever got as big as IE. It's like they can't respect the good in both (sorry but IE has one up on Firefox here).
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

I know! Not being able to use alt for tooltips is so annoying! As a web developer, writing "title" is hard. the l looks like the t, and when accidentally put a capital I, I really can't tell if I wrote it right. I can't believe that the Mozilla developers followed the spec that was written 10 years ago and didn't spend a cent on an advertising campaign to tell me I'm wrong. And this whole "accessibility" thing is a joke. How many blind people or dial-up users exist nowadays? Next to none! Screw those people, I'm just going to lock Firefox users out of my site, because without the use of alt tooltips, my site is unusable :(.
keperry
Posts: 2
Joined: February 16th, 2006, 12:46 pm

Post by keperry »

You stay in your "little" world, and Firefox will surely stay in its own little world, too :D

BTW--way to address any of the points I brought up.
old np
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by old np »

Thanks.
User avatar
jqp
Posts: 5070
Joined: November 17th, 2004, 10:56 am
Location: In a box
Contact:

Post by jqp »

I wrote a short GM script for this a while back. I've found my GM script to be helpful from time to time. I've also found it to be annoynig from time to time: text really meant to be alternate text appearing as a tooltip is sometimes annoying. See the link in my sig.
User avatar
Cyberman
Posts: 325
Joined: December 18th, 2004, 2:06 pm

Post by Cyberman »

There is no way in this to not hurt the end user and educate the developers.

Matter of fact, showing the ALT text will hurt the end user almost as much as not showing it.

In any case, there are websites that´re going to be broken. Do you want to break compliant pages, written by people who think before the write, or rather those that are sloppy made, without regard to specs or standards?
HTML is defined by the W3C, not by a browser. <- I reject HTML5 for that reason. Making the fox guard the henhouse "because he's always been there anyway" isn't a good idea.
User avatar
jqp
Posts: 5070
Joined: November 17th, 2004, 10:56 am
Location: In a box
Contact:

Post by jqp »

mind if I illustrate that a little?

I was at the Fedex site yesterday shipping a package, and when I got done entering my information, I clicked the Continue button. The Continue button is an image with alt text. Using my GM script, I saw a tooltip that popped up that said "Continue" before I could click the button.

I was already well aware that the button said "Continue" and didn't need a tooltip to help me. The tooltip was more annoying than helpful. Useless tooltips popping up like that are more distracting than helpful.

So, yeah, what Cyberman said isn't "if we lived in a perfect world" philosophy. It's reality that occurs often enough to matter.
stickmaker
Posts: 62
Joined: December 17th, 2004, 12:23 pm
Location: Canada
Contact:

Post by stickmaker »

Useful and informative discussion. I want "nicer" tooltips but am disappointed that Firefox shows only part of my TITLE tags in ONE line, while IE7 shows all of it, multi-line. Is that a bug in FF? I hope not; I love FF. Here is my effort to understand it all:

<http>
<head>
<title> test Tool Tip or Tooltip codes </title>

<!-- note that the TITLE tag, not the ALT tag that shows nicely with shadow in FF and in IE7
IE 7 can handle long tags, FF can not. The ALT ("Alternative") tag is intended to show where a picture
should be on a website if the picture can't be loaded. -->


</head>

<body>

test of tooltips

<a href="http://www.sticksite.com/"> <alt> Link to my website</a>

<p><br>
<img alt="this is an ALT tag" title="this is a TITLE tag" src="dog.jpg">


</body>
</html>
Diamond Willow: "Pure Art by Mom Nature"
stickmaker
Posts: 62
Joined: December 17th, 2004, 12:23 pm
Location: Canada
Contact:

Post by stickmaker »

Hmmmm; what I pasted into that comment does not show; everything between "test of tooltips" and "this is an ALT tag" is gone and partly replaced with that link.
Diamond Willow: "Pure Art by Mom Nature"
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

stickmaker wrote:Useful and informative discussion. I want "nicer" tooltips but am disappointed that Firefox shows only part of my TITLE tags in ONE line, while IE7 shows all of it, multi-line. Is that a bug in FF? I hope not; I love FF.

Yes, it's unfortunately a long-standing bug in Firefox.

stickmaker wrote:Hmmmm; what I pasted into that comment does not show; everything between "test of tooltips" and "this is an ALT tag" is gone and partly replaced with that link.

You need to disable HTML when you put code in your posts here, otherwise the forum tries to absorb it.
User avatar
BenoitRen
Posts: 5946
Joined: April 11th, 2004, 10:20 am
Location: Belgium

Post by BenoitRen »

I want "nicer" tooltips but am disappointed that Firefox shows only part of my TITLE tags in ONE line, while IE7 shows all of it, multi-line.

SeaMonkey 1.1, coming out within one month or so, will fix part or all of this. Didn't read up on the details.
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

Is that a trunk core fix or a SeaMonkey only fix?
User avatar
Philip Chee
Posts: 6475
Joined: March 1st, 2005, 3:03 pm
Contact:

Post by Philip Chee »

Cusser wrote:
stickmaker wrote:Useful and informative discussion. I want "nicer" tooltips but am disappointed that Firefox shows only part of my TITLE tags in ONE line, while IE7 shows all of it, multi-line. Is that a bug in FF? I hope not; I love FF.
Yes, it's unfortunately a long-standing bug in Firefox.
Multiline tooltips are fixed on trunk, well at least on SeaMonkey.

Phil
User avatar
Philip Chee
Posts: 6475
Joined: March 1st, 2005, 3:03 pm
Contact:

Post by Philip Chee »

Cusser wrote:Is that a trunk core fix or a SeaMonkey only fix?
There is a bug open to port the fix to Firefox. So if it isn't already done it should be there soon.

To clarify, now that the reflow branch has landed, the several blocking bugs that prevent multi-line tooltips from working have been fixed, so it's just a matter of turning them back on - they were turned off long ago because of the said bugs.

Phil
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

Ah, excellent - thanks for the clarification.
Post Reply