Closed
Bug 48793
Opened 26 years ago
Closed 24 years ago
Blank frame when clicking on one of the drivers choice
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
Future
People
(Reporter: adelcros, Assigned: harishd)
References
()
Details
(Keywords: compat, testcase)
Attachments
(1 file)
|
97 bytes,
text/html
|
Details |
Go to :
http://www.nvidia.com/Products/Drivers.nsf
Click on "ACCEPT"
Then click on one of the nvidia drivers for example :
"7/12/00 Build Version .094 Now" Available!
Then the central frame becomes empty ...
(Platform : Linux 2.4.0test5 Mozilla Build ID = 2000081205
Comment 1•26 years ago
|
||
Hi :)
redhat 6.2, i686, M17 (where's the build ID indicator gone
I confirm thy complaint.. and I offer explanation/testcase. mozilla is croaking
trying to load the page because the author doesn't know how to write html,
leaving a blank frame.
Dunno if to use lt; gt; stuff.. I will
eg.
<html>
<head>
<title="back to html school">
</head>
<body>
Buffy Rox! :D
</body>
</html>
such a page does not display jack.
Comment 2•26 years ago
|
||
heh. clearly not. sorry
Comment 3•26 years ago
|
||
<html>
<head>
<title="back to html school">
</head>
<body>
Buffy Rox! :D
</body>
</html>
Comment 4•26 years ago
|
||
Comment 5•26 years ago
|
||
Confirming bug, build 2000-08-12-08 on Windows 98 SE.
Over to Parser.
Assignee: asa → rickg
Severity: blocker → normal
Status: UNCONFIRMED → NEW
Component: Browser-General → Parser
Ever confirmed: true
Keywords: testcase
OS: Linux → All
QA Contact: doronr → janc
This is caused by a missing </title> tag. over to harish, since he worked on
this stuff before.
Not a hig priority one. Marking FUTURE.
Target Milestone: --- → Future
Comment 8•26 years ago
|
||
Now this is only happening on the Linux page.
Build 2000082508 Linux
Comment 10•25 years ago
|
||
*** Bug 59424 has been marked as a duplicate of this bug. ***
Comment 11•25 years ago
|
||
*** Bug 59966 has been marked as a duplicate of this bug. ***
Comment 12•25 years ago
|
||
Even though it's not high profile, it still has managed to get 3 dups in the
last couple weeks...
Comment 13•25 years ago
|
||
nVidia is a major graphics chip-maker, probably the biggest in volume, and the
RIVA/TNT drivers are very popular. I was about to file this bug right now but
searched first. http://www.nvidia.com/Products/Drivers.nsf/Linux.html loads an
empty middle frame. NC4.75 loads it just fine.
Comment 14•25 years ago
|
||
Adding evangwanted as this is very bad HTML (read invalid) HTML. Messages
should be sent to the wemasters of this site as well as the sites for bugs that
have been marked dups of this one.
Granted, Mozilla shouldn't choke on this, but it is only half the problem.
Keywords: evangwanted
Comment 15•25 years ago
|
||
Perhaps a message should also be sent to me with instructions on how to type...
Comment 16•25 years ago
|
||
The problem is not the missing </title>,
insert a space before the '=' in the testcase and now neighter IE5.5 nor NS4.73
renders the page.
The problem is caused by Mozilla recognizing <title=....> as a <title> tag,
while other browsers do not. NS4.73 and IE5.5 skips this tag as being invalid.
Adding 4xp.
Keywords: 4xp
Updated•25 years ago
|
Keywords: evangwanted
Status: NEW → ASSIGNED
Target Milestone: Future → mozilla0.9.1
| Assignee | ||
Comment 17•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration -----
Target Milestone: mozilla0.9.1 → Future
Comment 19•24 years ago
|
||
*** Bug 74228 has been marked as a duplicate of this bug. ***
Comment 20•24 years ago
|
||
*** This bug has been marked as a duplicate of 42945 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•