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