Closed Bug 2096 Opened 26 years ago Closed 26 years ago

[PP] Image does not draw on initial layout

Categories

(Core :: Layout, defect, P2)

x86
Linux
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: slamm, Assigned: slogan)

References

()

Details

The image on http://dunk/ does not draw after the initial page load. The image only draws after an additional expose event, or a page reload. Build stats: ---------------------------------------------------- Linux: The test platform. Windows: The benchmark platform. Both builds from 12-29-98. Linux Red Hat 5.2 egcs-2.90.29 980515 (egcs-1.0.3 release) gtk+-1.1.9 ramiro's nspr rpm with pthreads ../mozilla/configure --enable-debug --with-pthreads 16-bit display
Pam, any idea why this image doesn't load on Linux?
Assignee: kipp → troy
If you could diagnose this and then reassign it that would be wonderful...
Assignee: troy → rickg
Works fine on Windows so I'm assuming it's a Linux specific problem. I have no way to investigate this. Rick, this belongs to whoever is the point person for Unix
Assignee: rickg → kmcclusk
Kevin -- this is a unix rendering problem. Please assign to someone on the rendering parity squad (macafee, ramiro, syd)
Assignee: kmcclusk → ramiro
If you put in the whole image URL: http://dunk/starr.jpg the image is displayed. This is not an image rendering problem, but perhaps a layout problem, or an URL parsing problem. -pn
I notice when I reaquest http://dunk/index.html, none of my break points for requesting an image are hit. just an fyi, pn
Inserting Milestone info.
Setting all current Open/Normal to M4.
Assignee: ramiro → syd
i just tried this, it seems to work ? reassigning to syd@netscape.com
Status: NEW → ASSIGNED
Verified it does not display when using http://dunk as the URL, but it does display when using http://dunk/starr.jpg
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Conferred with rickg, seems the HTML is bad. I looked at the debug output and we were dropping the <IMG SRC ...> out of the parser. Surrounding <SRC IMG ... > with <td> </td> fixes the problem. Marked bug as INVALID. <HTML> <HEAD> <TITLE>dunk</TITLE> </HEAD> <BODY TEXT="#000000" BGCOLOR="#C0C0C0"> <TABLE BORDER=0 CELLPADDING=5 > <TR BGCOLOR="#FFFFFF"> <td> <---- insert <img src="starr.jpg"> </td> <---- insert </TR> </TABLE> </BODY> </HTML>
QA Contact: 4079
Status: RESOLVED → VERIFIED
verified in 3/9 build. image doesn't come up. bad HTML.
You need to log in before you can comment on or make changes to this bug.