Closed
Bug 209350
Opened 22 years ago
Closed 11 years ago
voyages-sncf.com - stylesheet causes text overlap
Categories
(Tech Evangelism Graveyard :: French, defect, P3)
Tech Evangelism Graveyard
French
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: madhur, Unassigned)
References
()
Details
(Keywords: regression, Whiteboard: [bug248549notfixed])
Attachments
(2 files)
1. Go to http://www.sncf.com
2. Click on the image logo "voyages-sncf.com"
3. Look at the box just above the "NOS COUPS DE COEUR" which has options to look
at Trains, Avions, Hotels and Voitures
Actual:
The lower part of the box is not complete. It is getting overlapped by the
absolutely position iframe ...... which starts with "NOS COUPS DE COEUR"
IE renders this fine. Even Moz 1.3a renders this fine. I start seeing the layout
rendering problem from 1.3b onwards.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 184274 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Summary: regression after moz1.3a → regression after moz1.3a
Comment 2•22 years ago
|
||
if it renders fine with Mozilla 1.3a, is it really a Tech Evangelism bug ? Maybe
we can come up with a testcase and actually pinpoint a Mozilla issue.
Comment 3•22 years ago
|
||
Reopening. This is about a layout problem, not a form problem.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•22 years ago
|
||
The problem here is with the stylesheet on the site. The stylesheet
http://www.voyages-sncf.com/homepage/homepageV3.css
has the lines:
#flt { display:none; font-family:arial; font-size:13px; height:110px; }
#hot { display:none; font-family:arial; font-size:11px; height:110px; }
#car { display:none; font-family:arial; font-size:11px; height:110px; }
#trn { display:block; font-family:arial; font-size:13px; height:110px; }
The 'height: 110px' should be removed. WinIE incorrectly treats 'height' as
'min-height'.
->Evang
Assignee: position → french
Status: REOPENED → NEW
Component: Layout: R & A Pos → French
Product: Browser → Tech Evangelism
QA Contact: ian → french
Version: Trunk → unspecified
Comment 5•22 years ago
|
||
Olivier, I just followed in your footsteps from bug 208610, I assumed you had
analyzed it.
Comment 6•22 years ago
|
||
Mats, you're right, I just didn't know there was a regression (i.e. it worked
with previous Mozilla releases).
Comment 7•22 years ago
|
||
*** Bug 209469 has been marked as a duplicate of this bug. ***
Comment 8•22 years ago
|
||
TE Triage: large functionality loss, seems like a big site. P1
Priority: -- → P1
Summary: regression after moz1.3a → voyages-sncf.com - stylesheet causes text overlap
Comment 10•21 years ago
|
||
There are still problems in the middle of the page with overlapping content.
The green buttons are not fully visible.
Comment 11•21 years ago
|
||
Comment 12•21 years ago
|
||
Look at the capture, with Firebird the green button is complete, Mozilla problem ?
Comment 13•21 years ago
|
||
The problem is dependent on font size. See comment 4.
Comment 14•20 years ago
|
||
there are still overlapping elements but it's triial now, aonly a few pixels,
lowering priority and severity
Severity: normal → trivial
Priority: P1 → P3
Updated•20 years ago
|
Whiteboard: [bug248549notfixed]
Comment 15•19 years ago
|
||
This bug should be closed now.
Comment 16•11 years ago
|
||
The site has changed plenty of time since.
Status: NEW → RESOLVED
Closed: 22 years ago → 11 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•