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.
*** This bug has been marked as a duplicate of 31121 ***
nope, not a duplicate at all - reopening.
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.
ah, interesting clue... I'll check the changes :) Strange bug anyway. The pasted html snippet works perfectly standalone.
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
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).
ah indeed, reading back the testcase that was a dupe of #125185