Closed
Bug 97169
Opened 23 years ago
Closed 22 years ago
ibm.com - left frame empty
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
Jan
People
(Reporter: biro.arpad, Assigned: bc)
References
()
Details
(Whiteboard: [USERAGENT][CONTACT-INFO])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.3+)
Gecko/20010821
BuildID: 2001082109
Visit
http://www.redbooks.ibm.com/redbooks/SG245757.html
The left frame is empty. Netscape 4 shows it correctly.
Reproducible: Always
Steps to Reproduce:
Visit
http://www.redbooks.ibm.com/redbooks/SG245757.html
Comment 1•23 years ago
|
||
I can confirm that this problem exists on that page (and any other "redbook"
HTML pages put out by IBM)
Just a quick peek at the HTML coding makes me wonder if it isn't just an
incompatable JS problem (rather than an HTML Frames problem). If you look at
the source of the left frame, you will see it is almost completely script.
However, I'm not skilled enough in JS to really know what is and is not compatable.
(marking as new)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
(shouldn't I automatically be added to CC list since I added additional comments?)
Adding to CC
Status: NEW → ASSIGNED
Updated•23 years ago
|
Status: ASSIGNED → NEW
Comment 3•23 years ago
|
||
back to default component owner.
Comment 4•23 years ago
|
||
damn, pollmann *is* the default component owner.
i agree, i'm not sure this is actually a frames problem.
Comment 5•23 years ago
|
||
The frame http://www.redbooks.ibm.com/redbooks/SG245757/nn4/SG245757_bmark.html
has no content for Mozilla.
In http://www.redbooks.ibm.com/redbooks/SG245757/nn4/bookmark.js :
function initialize()
{
if(document.all)
gBrowser = IE;
else if(document.layers)
gBrowser = NN;
else
return;
...
-> Evangelism
Component: HTMLFrames → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Comment 7•23 years ago
|
||
Priority: -- → P1
Whiteboard: [USERAGENT][CONTACT-INFO]
Assignee | ||
Updated•23 years ago
|
Summary: redbooks.ibm.com: left frame empty → ibm.com: left frame empty
Assignee | ||
Updated•23 years ago
|
Whiteboard: [USERAGENT][CONTACT-INFO] → [USERAGENT][CONTACT-INFO][aok]
Assignee | ||
Updated•23 years ago
|
Keywords: evang500
Whiteboard: [USERAGENT][CONTACT-INFO][aok] → [USERAGENT][CONTACT-INFO]
Comment 9•22 years ago
|
||
This appears to be fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Summary: ibm.com: left frame empty → ibm.com - left frame empty
Comment 10•22 years ago
|
||
Marking Verified. It does indeed appear fixed.
Reporter, please reopen if you still see this problem.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•