Closed
Bug 304
Opened 26 years ago
Closed 26 years ago
BUILD: catch-up with class change for "readonly" keyword
Categories
(MozillaClassic Graveyard :: Layout, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: berkley, Assigned: nisheeth_mozilla)
Details
Created by Berkley Shands (berkley@cs.wustl.edu) on Wednesday, May 6, 1998 8:59:23 AM PDT
Additional Details :
cc: Error: layform.c, line 989: Identifier expected but not
found.
form_data->readonly = FALSE;
-------------------^
cc: Error: layform.c, line 996: Identifier expected but not
found.
form_data->readonly = TRUE;
-----------------------------------^
cc: Error: layform.c, line 1149: Identifier expected but not
found.
form_data->readonly = FALSE;
-------------------^
cc: Error: layform.c, line 1154: Identifier expected but not
found.
form_data->readonly = TRUE;
---------------------------^
this was changed to "readonly2" to get around a keyword
problem submitted as an earier bug.
berkley
Who owns OSF portability issues now? Anyone, anyone?
I think readOnly or read_only might be better...
Updated•26 years ago
|
Summary: catch-up with class change for "readonly" keyword → BUILD: catch-up with class change for "readonly" keyword
Updated•26 years ago
|
Assignee: ramiro → nisheeth
Reassign to nisheeth@netscape.com
berkley@cs.wustl.edu: If you want this fixed, please send nisheeth@netscape.com
a patch.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•26 years ago
|
||
Accepting bug...
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 5•26 years ago
|
||
This bug existed in the old layout engine. Marking wontfix because we have
moved over to doing the 5.0 browser around NGLayout, the new layout engine.
You need to log in
before you can comment on or make changes to this bug.
Description
•