Bug 163433 - non correct konqueror rendering of the website
Summary: non correct konqueror rendering of the website
Status: RESOLVED DUPLICATE of bug 138606
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 11:43 UTC by Giovanni Venturi
Modified: 2008-07-09 20:52 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Venturi 2008-06-07 11:43:22 UTC
Version:           4.00.81 (KDE 4.0.81 >= 20080527) (using 4.00.81 (KDE 4.0.81 >= 20080527), compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.4

If you open the following website:

http://www.microfox3000.it/

with Opera or Firefox you can click on "Scarica i listini" (the area on the left with the PDF icon) and the browser will load a new page where you can click and download some files. If you open the same website with Konqueror 3.5.9 or konqueror trunk 6-6-2008 you can't.
Comment 1 Christophe Marin 2008-06-07 12:29:09 UTC
Confirmed with default ua and fake ones.

non working code :

<div id="ls_cv_ga">
<img alt="Listino-Condizioni vendita-guida acquisti" src="immagini/ls_cv_ga.jpg" usemap="#map2" />
<map id="map2" name="map2">
<area shape="rect" coords="8,60,132,24" href="listini_dettaglio.php" title="Scarica listini dettaglio" alt="Listino dettaglio"/>

<area shape="rect" coords="30,98,101,74" href="condizioni_di_vendita.php" title="Condizioni di vendita" alt="Condizioni di vendita"/>
<area shape="rect" coords="29,138,112,115" href="guida_acquisto.php" title="Guida all'acquisto" alt="Guida all'acquisto"/>
</map>
</div>
Comment 2 Frank Reininghaus 2008-07-09 20:52:22 UTC
The error is due to the unusual way to define the corners of clickable areas in image maps used in the site (i.e, not first top left and then bottom right). Until very recently, Konqueror did not handle this correctly.

This bug was reported before and fixed a short while ago. I verified that also http://www.microfox3000.it/ works fine with SVN trunk rev. 830093.

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