Closed
Bug 82
Opened 27 years ago
Closed 26 years ago
Navigator crashes when loading a page with BORDER-WIDTH and WIDTH CSS
Categories
(MozillaClassic Graveyard :: Layout, defect, P1)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: mhauer, Assigned: harishd)
References
Details
Created by Marcos Hauer (mhauer@iis.com.br) on Tuesday, April 7, 1998 6:57:17 AM PDT
Additional Details :
Both Win95 and Linux versions crash ( GPF and Seg Fault )
when loading a page that contains one CSS entity with BORDER
and BORDER[-top,-left,-right,-bottom]-WIDTH and at the same
time, like the example below:
#borderblock {
...
border-width: 2;
...
width: 300;
}
I
Updated by Marcos Hauer (mhauer@iis.com.br) on Tuesday, April 7, 1998 7:10:00 AM PDT
Additional Details :
Confirming, the error occurs with WIDTH and BORDER-WIDTH in the same entity, and
not with BORDER and BORDER-WIDTH as said in the text above ( the example is
right ).
Updated by Marcos Hauer (mhauer@iis.com.br) on Wednesday, April 8, 1998 1:00:00 PM PDT
Additional Details :
I have found references linking WIDTH and BORDER-WIDTH as a ''shorthand''
variable in the files ns/lib/libstyle/csstab.c and ns/lib/libstyle/css.y, but
I''m not sure if it''s related with the error.
Updated by Nisheeth Ranjan (nisheeth@netscape.com) on Wednesday, April 22, 1998 9:31:15 PM PDT
Additional Details :
Assigning to djw as he is in charge of CSS stabilization.
Updated•27 years ago
|
Assignee: dp → harishd
Summary: Navigator crashes when loading a page with BORDER-WIDTH and WIDTH CSS → ss:Navigator crashes when loading a page with BORDER-WIDTH and WIDTH CSS
don't think this should be on ss: radar, which is for NGLayout-based bugs. note
that product is mozilla (and date of bug)?
Summary: ss:Navigator crashes when loading a page with BORDER-WIDTH and WIDTH CSS → Navigator crashes when loading a page with BORDER-WIDTH and WIDTH CSS
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Old bug, old code base. Marked won't fix. Please re-open if I'm incorrect.
You need to log in
before you can comment on or make changes to this bug.
Description
•