Summary: | non correct konqueror rendering of the website | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Giovanni Venturi <giovanni> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | christophe, frank78ac, grundleborg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Giovanni Venturi
2008-06-07 11:43:22 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> 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 *** |