Bug 154303

Summary: Konqueror fails to display alternative text (ALT attribute) when images are disabled
Product: [Applications] konqueror Reporter: David Anderson <david>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screenshot of minimal test case from Konqueror
Correct rendering from Opera with images disabled

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 ***