Closed
Bug 29921
Opened 26 years ago
Closed 25 years ago
stories dont show on 32bitsonline.com's news.php3
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: larry, Assigned: karnaze)
References
()
Details
Attachments
(1 file)
|
732 bytes,
text/html
|
Details |
using M14, Linux 686 on rh6.1: (2000022916)
Stories created from 32bitsonline's news script dont show properly.
(No body text)
Neither do the article.php3's output.
Very odd problem. Below you'll see the content associated with the missing
story, and the frames as well
Notice that the frames are all there, but the text frames have "" for their
content. No text and hence nothing gets displayed for that table cell
What I don't know is why. Changing component to tables, because it's happening
inside of a table.
What we need to do is to narrow this down to as small an HTML sample as possible
and then debug it.
There's a scary assertion being hit in the dump of the content model. I don't
know if that has anything to do with the problem or not
td@00D70BA0 valign=Top###!!! ASSERTION: no default enumerated value to string
conversion: 'Not Reached', file
e:\mozilla\layout\html\content\src\nsGenericHTMLElement.cpp, line 1281
width= refcount=4<
Text@00D70D38 refcount=3<\n\n>
font@00D70DF4 face=arial,geneva,helvetica size=+1 color=Red refcount=3<
b@00D70EC4 refcount=3<
Text@00D70F20 refcount=3<CeBIT - Nokia Working Towards Mass Market
Telematics>
>
>
Text@01F5E440 refcount=3<\n>
p@01F5E4FC refcount=3<
Text@01F5E558 refcount=3<\n>
Comment@01F5E608 refcount=2<!-- CeBIT - Nokia Working Towards Mass Market
Telematics -->
Text@01F5E790 refcount=3<\n\n>
>
p@01F5E884 refcount=3<
Text@01F5E8E0 refcount=3<By: Sylvia Dennis\n>
br@01F5E964 refcount=3<>
Text@01F5EA60 refcount=3<Date: 03/01/00\n>
br@01F5EB2C refcount=3<>
Text@01F5EB88 refcount=3<Location: HANOVER, GERMANY\n\n>
>
p@01F5EC9C refcount=3<
Text@01F5ECF8 refcount=3<Nokia [NASDAQ:NOK] has announced that its first car
telematics\ntechnology will start arriving in the second half of the year.\n\n>
>
p@01F5EE34 refcount=3<
Text@01F5EE90 refcount=3<Speaking with reporters at the CeBIT Computer Faire
taking place in\nGermany at the moment, Nokia's senior managers said they see
mobile\nInternet access becoming available in most new cars by 2005.\n\n>
>
TableCell(td)(4)@0202DBA8 next=020363B8 {5650,30,0,14760} [state=00000004]
sc=02031600<
Block(td)(4)@0202DC04 {0,30,0,0} [state=001c0406] sc=02031B10(i=1,b=19)<
line 02035590: count=3 state=inline,dirty,,[0xc01] {0,0,0,0} <
Text(0)@0202DC4C[0,0,F] next=0202DC88 {0,0,0,0} [state=00000426]
sc=02032028<
""
>
Inline(font)(1)@0202DC88 next=0202DD34 {0,0,0,0} [state=00000406]
sc=020324E0<
Inline(b)(0)@0202DCC0 {0,0,0,0} [state=00000406] sc=020329F0<
Text(0)@0202DCF8[0,0,F] {0,0,0,0} [state=00000426] sc=02032F00<
""
>
>
>
Text(2)@0202DD34[0,0,F] next=0202DD70 {0,0,0,0} [state=00000426]
sc=02032028<
""
>
>
line 020355B8: count=1 state=block,dirty,,[0x403] {0,0,0,0} <
Block(p)(3)@0202DD70 next=0202DE58 {0,0,0,0} [state=40000406]
sc=020333B8(i=1,b=0)<
line 0202DE30: count=2 state=inline,dirty,,[0x801] {0,0,0,0} <
Text(0)@0202DDB8[0,0,F] next=0202DDF4 {0,0,0,0} [state=00000426]
sc=020338C8<
""
>
Text(2)@0202DDF4[0,0,F] {0,0,0,0} [state=00000426] sc=020338C8<
""
>
>
>
>
Assignee: troy → karnaze
Component: Layout → HTMLTables
QA Contact: petersen → chrisd
I attached a testcase.
Basically, there's a <a name="top"></a> between a <tr> and a <td> in the
table. Then, there's a simple selector,<select name="engine"><option
value="32bitsonline" selected>32BitsOnline</option></select> in the first
cell. Remove either of these, and text will display normally in the second
cell.
Comment 5•25 years ago
|
||
I can reproduce this in M14, but it appears to be fixed on the tip as of
3/23/2000. PLatform is Debian GNU/Linux for PowerPC (potato). I recommend the
reporter get a nightly and check, then this can probably be marked fixed.
Problem fixed as of 2000032409
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•