Bug 154303 - Konqueror fails to display alternative text (ALT attribute) when images are disabled
Summary: Konqueror fails to display alternative text (ALT attribute) when images are d...
Status: RESOLVED DUPLICATE of bug 145224
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-19 08:43 UTC by David Anderson
Modified: 2007-12-19 08:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot of minimal test case from Konqueror (10.44 KB, image/png)
2007-12-19 08:44 UTC, David Anderson
Details
Correct rendering from Opera with images disabled (9.68 KB, image/png)
2007-12-19 08:45 UTC, David Anderson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Anderson 2007-12-19 08:43:08 UTC
Version:            (using KDE KDE 3.5.8)
Installed from:    Fedora RPMs

When Konqueror has image loading turned off, it doesn't display the alternative text from the ALT attribute.

This makes Konqueror basically unusable for users on slow bandwidth connections who have images turned off - many websites use images for navigation, and if the alt tag isn't shown then Konqueror displays nothing at all, and so the website is unusable.
Comment 1 David Anderson 2007-12-19 08:44:26 UTC
Created attachment 22614 [details]
Screenshot of minimal test case from Konqueror

Minimal test case:

<html>
<body>
<img
src="http://newsimg.bbc.co.uk/media/images/44308000/jpg/_44308529_euhealth_203i.jpg"
alt="alternative text">
</body>
</html>
Comment 2 David Anderson 2007-12-19 08:45:55 UTC
Created attachment 22615 [details]
Correct rendering from Opera with images disabled
Comment 3 Tommi Tervo 2007-12-19 08:57:21 UTC

*** This bug has been marked as a duplicate of 145224 ***