Closed
Bug 83949
Opened 24 years ago
Closed 22 years ago
beelinegsm.ru - Wrong width of table (unclosed <nobr>)
Categories
(Tech Evangelism Graveyard :: Other, defect, P4)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Kirya, Assigned: nikolai)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9+) Gecko/20010602
BuildID: 20010602
Wrong width of table.
Reproducible: Always
Steps to Reproduce:
1.Go to URl and see this bug.
2.
3.
Actual Results: None
Expected Results: None
None
Comment 1•24 years ago
|
||
--> Layout.
OK So I don't see anything particularly wrong with the source, although
|margin-left: 115px; text-indent: -115px;| is rather odd. Also, the reporter's
JavaScript file won't pick up Navigator 6.x or Mozilla since document.layers
will return false as will document.all.
Reporter: can you extract the main bits of the page and whip up a small testcase
please? Many thanks.
Assignee: asa → karnaze
Component: Browser-General → Layout
OS: Windows ME → All
QA Contact: doronr → petersen
| Reporter | ||
Comment 2•24 years ago
|
||
But, reliz 2001052920 view this page right. Why ? I don't know.
Comment 3•24 years ago
|
||
There's a <nobr> right after <body> that is never closed. -> Evangelism.
BTW, { margin-left: 115 px } does not work because of the space in "115 px".
Assignee: karnaze → bclary
Status: UNCONFIRMED → NEW
Component: Layout → Evangelism
Ever confirmed: true
QA Contact: petersen → zach
Summary: Wrong width of table. → Wrong width of table (unclosed <nobr>)
Comment 4•24 years ago
|
||
Kirill, if you are the author of the page in question, would you please correct
your HTML and CSS, and retry, commenting here on whether it successfully renders
in Mozilla now or not. If you are not the author of the page, would you please
contact them and refer them to these comments please.
Many thanks.
Updated•24 years ago
|
Priority: -- → P4
Updated•24 years ago
|
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•24 years ago
|
Whiteboard: EastEurope
Comment 6•24 years ago
|
||
.
Assignee: nitot → prokosch
Component: European → East Europe
Summary: Wrong width of table (unclosed <nobr>) → beelinegsm.ru - Wrong width of table (unclosed <nobr>)
Whiteboard: EastEurope
| Assignee | ||
Comment 7•24 years ago
|
||
What exactly is wrong with this page? Yes, I know about unclosed <nobr>, but the
table look OK to me. Margin-left 115 + indent-left -115 yields 0 (yes, it's
weird, but....) and table width is 653 px according to TABLE tag. That's exactly
what I see on the screen. Can someone explain where exactly the problem is? I'm
using 0.9.4.
Status: NEW → ASSIGNED
Comment 8•23 years ago
|
||
this seems fixed. any objections?
Comment 9•23 years ago
|
||
I the ident is supposed to work like this:
(image)xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
The entire box (P) is set to left-margin: 115px
except that the first line should indent -115px.
It looks like the above with IE5/6 and NN4
but with Mozilla (2002-01-14 Win32 trunk build)
it looks like:
(image)xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is space not allowed between 115 and px? Is that explicitly
defined so in CSS2 spec?
Comment 10•23 years ago
|
||
"The format of a length value (denoted by <length> in this specification) is an
optional sign character ('+' or '-', with '+' being the default) immediately
followed by a <number> (with or without a decimal point) _immediately_ followed
by a unit identifier (e.g., px, deg, etc.). After the '0' length, the unit
identifier is optional."
so no space allowed.
Comment 11•22 years ago
|
||
404.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
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
•