Closed
Bug 2819
Opened 27 years ago
Closed 26 years ago
Various formatting CSS objects not displaying at all
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: jcarpenter0524, Assigned: harishd)
References
()
Details
(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #109631
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=109631
Imported into Bugzilla on 02/01/99 17:57)
This test case works fine in MSIE 4.0, but in Communicator it just shows as a
bunch of text.
Rendering of CSS format object visibility does not display appropriately.
Worked somewhat in 4.04 Released Version.
<HEAD>
<TITLE>Sample</TITLE>
<STYLE type="text/css">
H2 {color:red}
</STYLE>
</HEAD>
<BODY>
<H2>This should be red</H2>
</BODY>
Reporter | ||
Comment 1•27 years ago
|
||
Per Beth Epperson upgraded to P0/critical
This is a regression from 4.04 and requires a fix
Comment 2•27 years ago
|
||
I don't see any difference in the behavior of 4.04 rtm bits and
3/17 4.05 bits on win95. Can we update the bug with additional
information on build numbers... platforms...
adding brendan and nistheeth to the cc list.
Comment 3•27 years ago
|
||
marking works for me. please re-check and re-open if we can confirm
this is not a 4.05 regression.
Reporter | ||
Comment 4•27 years ago
|
||
Screen Capture comparison of Netscape vs IE displaying the above URL can be seen
at this URL:
http://slip/projects/dogbert/test/web/html/stylesheets/example/nvsie.html
I have looked at this bug on the 3/16 build (on UNIX,NT,and PPC Mac), and while
it no longer displays as "a bunch of text" it still does not display correctly.
(I believe this problem is reported elsewhere.)
- the height and width are not working
- positioning is working now
- the various colors assigned are working now
For example, the 1st element in the originally noted URL should be 200x200 yet
it only shows background color where the actual text is. (see above URL for
comparison screen captures of IE and Communicator)
Comment 5•26 years ago
|
||
I don't think this is going to get any better until maybe 5.0.
assigned to dp.
Comment 6•26 years ago
|
||
Marking it 4.5In
Downgrading to P1
Jan, could you test if this is a regression. I want to know when in navigator
builds this stopped working if it is a regression.
Harish could you close on this with jan. It is not clear to me from the bug
comments if this is a regression or not.
4.04, 4.06, and 4.5...all show the same behavior. Jan could you update me on
this?
Comment 9•26 years ago
|
||
Re-opened in bugzilla because the third element does not display fully.
Comment 10•26 years ago
|
||
Setting all current Open Critical and Major to M3
Assignee | ||
Comment 11•26 years ago
|
||
Janc, I was able to see the third element in Feb 04 build.
Assignee | ||
Comment 12•26 years ago
|
||
Ooops!!! That comment was for paulmac...sorry :)
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•26 years ago
|
||
Yes, I see it now too. Sorry for the late response, I forgot to cc: myself on
the bug... Marking resolved.
You need to log in
before you can comment on or make changes to this bug.
Description
•