Bug 1664 - the html tag <hr> isn't well see
Summary: the html tag <hr> isn't well see
Status: RESOLVED WONTFIX
Alias: None
Product: Websites
Classification: Unclassified
Component: www.mageia.org (show other bugs)
Version: trunk
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Atelier Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-07 15:09 CEST by mammig linux
Modified: 2011-06-07 17:32 CEST (History)
1 user (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description mammig linux 2011-06-07 15:09:10 CEST
Description of problem:
It seems the CSS isn't well interpreted with some browsers.
For exemple, on this page : http://mageia.org/fr/1/
between "Et nous vous encourageons à  participer au projet, sur votre temps libre ou à travers votre activité professionnelle." and "9 mois après le lancement du projet, nous avons atteint :" you should have a <hr> ( a grey line ).
this <hr> can be see with Firefox and Opera, but not with Iceweasel / epiphany / Konqueror ( with those browsers i have a white space )

Version-Release number of selected component (if applicable):
the version of the browsers for my test : 
 Iceweasel/3.0.6 
 Opera/9.80 (X11; Linux i686; U; fr) Presto/2.7.62 Version/11.01 - revision 1190
 epiphany : Navigateur Web(browser) 2.22.3 - Propulsé(propulsed) par gecko-1.9
 Konqueror 3.5.9 using KDE 3.5.10
 Firefox 4.0.1

How reproducible:
I see <hr> on two pages : 
http://mageia.org/fr/contribute/
http://mageia.org/fr/1/

Steps to Reproduce:
go to those pages with different browser
Comment 1 Romain d'Alverny 2011-06-07 17:32:39 CEST
Likely because this is used with a CSS property that is not supported by Iceweasel 3.0.6/Konqueror: 

hr {
  display: block;
  width: 40%;
  margin: 1em auto 3em auto;
  -webkit-box-shadow: 0 2px 3px #9db1ca;
  -moz-box-shadow: 0 2px 3px #9db1ca;
  box-shadow: 0 2px 3px #9db1ca;
  overflow: hidden;
  border: 0;
  border-top: 1px solid #ffffff;
}

That's really a cosmectic change, though (it doesn't break the understanding and readability of the document) so WONTFIX (unless someone suggests a fix not altering the rendering in recent browsers).

Status: NEW => RESOLVED
CC: (none) => rdalverny
Resolution: (none) => WONTFIX


Note You need to log in before you can comment on or make changes to this bug.