Closed
Bug 203885
Opened 22 years ago
Closed 12 years ago
ifr.sap.com - Tree structure not displayed
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fredh, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js] [bug248549notfixed])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030429 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030429 Mozilla Firebird/0.6
In this page, on the left should be an expandable tree structure - i.e. you
click on a node and the subsections under that node expand. This tree structure
does not display at all.
Reproducible: Always
Steps to Reproduce:
1. Go to the URL
2.
3.
Actual Results:
the info message displayed at the bottom of the browser says "preparing tree
nodes". The tree never appears even after waiting several minutes.
Expected Results:
The tree strcuture should have been displayed to allow browsing of the tree
Can confirm the problem using both Mozilla/5.0 (Windows; U; WinNT4.0; en-US;
rv:1.4b) Gecko/20030429 Mozilla Firebird/0.6 and Mozilla so if at all, this is a
Mozilla problem!
But there is an error listed in the JavaScript Console:
Error: Layer is not defined
Source File: http://ifr.sap.com/globals/IFR_NAVIGATION_JS.js
Line: 343
So perhaps this is not a Mozilla / Firebird bug but a problem of the page...
-> Leaving bug as is for further investigation.
Comment 2•22 years ago
|
||
I think this is INVALID, just bad coding on their part:
var isIE4 = (document.all)? true:false;
...
if(isIE4) {
newLayer = eval('document.all.lItem'+_lid);
} else {
layer = new Layer(width);
}
They assume if it doesn't support document.all that it will have layers (a la
Netscape 4). Maybe have them fix their code to support standards.
According to comment #2 it seems to be NOT invalid but a tech evangelism bug...
=> moving over to the guys at tech evangelism to see what they suggest to do...
Component: General → Europe: Central
Product: Phoenix → Tech Evangelism
Comment 4•22 years ago
|
||
please check if this problem still exists, because we want to get rid of
unconfirmed bugs.
Many bugs in here are strill unconfirmed, because eigher nobody sees the problem
or nobody is able to get to the page because of a required login.
(sorry for the spam)
Kai, problem still repoducible using Mozilla/5.0 (Windows; U; WinNT4.0; en-US;
rv:1.4b) Gecko/20030515
Comment 6•22 years ago
|
||
IE/NN4 only...
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Whiteboard: [proprietary-js]
Updated•22 years ago
|
Summary: Tree structure not displayed → ifr.sap.com - Tree structure not displayed
Comment 7•22 years ago
|
||
The Europe Central component is now obsolete, but I think this bug should never
have been in "Europe Central".
Now, I'll suggest the English US or English Other component.
Comment 8•22 years ago
|
||
sap is both english and german. -> en other
Assignee: blaker → english-other
Component: Europe: Central → English Other
QA Contact: asa → english-other
Comment 9•22 years ago
|
||
I think, this is duplicate to bug #148328.
pls. someone confirm this...
-Andreas.
Updated•21 years ago
|
Whiteboard: [proprietary-js] → [proprietary-js] [bug248549notfixed]
Comment 10•12 years ago
|
||
404
Mozilla/5.0 (X11; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
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
•