Last modified: 2014-11-09 14:01:30 UTC
An it:voy user has an issue to display correctly an image left-aligned that has a bullet list on its right side. The problem consist on the fact that the bullet points are covered by the image, and to show them that user has been forced to convert "*" into "****" in order to shift them outside the image. It works also with ":::*". If I add the thumb parameter to the image everything is shown correctly, but without it we have that issue. I've tested the code in https://it.wikivoyage.org/wiki/Arqu%C3%A0_Petrarca#In_treno also in en:w and in it:w and I got the same output. Is it something that can be corrected? I think it could be useful for all the wikis.
I think that because of the same issue, the bullet list in https://it.wikivoyage.org/wiki/Sulzano is shown align the text with the paragraph instead of aligning the bullet with the paragraph.
PS I'm referring to the list in the top of the page inside the paragraph called "Introduzione".
Which revision on https://it.wikivoyage.org/wiki/Arqu%C3%A0_Petrarca#In_treno exposes the problem? None of the revisions since 312321 hide the bullet points of the list in Firefox 23.0.1 on Fedora 19. Also in general, browser information is always welcome.
I use Chrome. To "see" the hidden bullet, modify the section substituting the "****" into "*" and then preview it.
I've just tested it with IE and it has the same behaviour. Another user with safari has just tested it, and he sees the same issue.
Furthermore with IE the "****" patch is not applicable because the generated HTML is different; it creates void bullets above. So I've just substitute them with ":::*"; this seems to have an identical rendering in all the browser. I suppost this is another stuff that should be corrected.
Thanks. Confirming after turning :::* into * for === In treno === [[File:Italian traffic signs - icona stazione fs.svg|60px|left|]] Le stazioni ferroviarie più vicine sono quelle di: * [[Montegrotto Terme]]: sulla direttrice [[Padova]]-[[Bologna]] da cui Arquà Petrarca dista 15 min; * [[Monselice]]; {{-}}
Let me add further details hoping that someone sooner or later would look into this bug trying to fix it. With this code (using thumb): [[File:Reggia di Colorno.jpg|100px|left|thumb|Reggia di Colorno]] * test text The bullet is shown correctly. With this code (without thumb): [[File:Reggia di Colorno.jpg|100px|left|Reggia di Colorno]] * test text The bullet is not shown and the work around is the following: [[File:Reggia di Colorno.jpg|100px|left|Reggia di Colorno]] :::::* test text but clearly the resolution and the zoom could affect the layout.
It seems that 10 years ago has been opened a similar ticket (bug 27). ...and is not yet sovled...