Bug 122017

Summary: Wikipedia geographical position display does not work.
Product: [Applications] konqueror Reporter: Luciano Montanaro <mikelima>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Luciano Montanaro 2006-02-15 11:12:25 UTC
Version:            (using KDE KDE 3.5.1)
Installed from:    Unspecified

The Italian wikipedia project has a map where the position of the city is hilighted with a red dot. 
The dot is correctly positioned in Firefox, but in Konqueror it is displayed below the Italy map, instead of overlayed to the map. 
The code snipped used to overlay the red dot is:

<div style="position: relative;">
<div style="position:absolute;top:5;left:5;">
<div style="position: absolute;display: block; left:44px;top:78px;width:8px;height:8px;padding:0;"><a href="/wiki/Immagine:PosizioneComune.png" class="image" title="Comune"><img src="http://upload.wikimedia.org/wikipedia/it/3/3a/PosizioneComune.png" alt="Comune" width="10" height="10" longdesc="/wiki/Immagine:PosizioneComune.png" /></a></div>
</div>
<a href="/wiki/Immagine:PMN-Mappa.png" class="image" title="Posizione del comune nell'Italia"><img src="http://upload.wikimedia.org/wikipedia/it/3/36/PMN-Mappa.png" alt="Posizione del comune nell'Italia" width="300" height="349" longdesc="/wiki/Immagine:PMN-Mappa.png" /></a></div>


For a page showing the problem, look here:

http://it.wikipedia.org/wiki/Montegrosso_d'Asti

Near the bottom of the page a red dot with a black border is shown. It should be visible in the map in the higlhlighted region.
Comment 1 Luciano Montanaro 2006-03-06 10:32:32 UTC

*** This bug has been marked as a duplicate of 31121 ***
Comment 2 Germain Garand 2006-03-06 22:32:25 UTC
nope, not a duplicate at all - reopening.
Comment 3 Luciano Montanaro 2006-03-07 10:19:01 UTC
Sorry. I'm pretty sure the page was shown correctly yesterday morning after I updated from head, with the 2006-03-03.
I have retried today (the changelog has been updated with 2006-03-05 changes) and the bug resurfaced.
Comment 4 Germain Garand 2006-03-07 11:03:25 UTC
ah, interesting clue... I'll check the changes :)
Strange bug anyway. The pasted html snippet works perfectly standalone.
Comment 5 Luciano Montanaro 2006-03-08 18:07:49 UTC
Update: I may habe been wrong about it being fixed for some time.
In fact, there are similar pages that work, like:
 
http://it.wikipedia.org/wiki/Asti

and others that don't, like

http://it.wikipedia.org/wiki/Genova
 
Comment 6 Luciano Montanaro 2006-04-19 11:06:47 UTC
Current svn seem to finally have this fixed. Both links I provided work correctly now (while with kdelibs 3.5.2 the marker is displaced to the south).
Comment 7 Germain Garand 2006-04-19 13:43:10 UTC
ah indeed, reading back the testcase that was a dupe of #125185