Closed
Bug 65844
Opened 25 years ago
Closed 24 years ago
xdrive unusable under Mozilla
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: dcary, Assigned: jst)
References
()
Details
(Whiteboard: [Use dummy acct: login=mozilla_mozilla, password=netscape ])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; 0.6) Gecko/20001205
BuildID: Mozilla/5.0 (Windows; U; Win98; en-US; 0.6) Gecko/20001205
The site http://www.xdrive.com/ expects to be able to replace an old directory
listing with a new one, but Mozilla just appends it and fails to display a
scroll bar.
Reproducible: Always
Steps to Reproduce:
Go to http://www.xdrive.com/
Log in. (Is there a standard test name and password for Mozilla tests ?)
Click on the "expand directory" [+] box.
Actual Results: The new directory listing gets appended to the bottom of the
page. No scroll bar appears on the right. Yet when I hit the keyboard down
arrow, the last part of the directory listing scrolls into view.
Expected Results:
(1) Whenever a page is too long to see all at once, Mozilla should display a
scroll bar, so I can use my mouse to scroll.
(2) Mozilla should replace the old directory listing with the new directory
listing.
![]() |
||
Comment 1•25 years ago
|
||
The scroll bar bug for dynamically generated content is already filed.
I can't access the site in question (DNS is not resolving it) so I can't check
what the JavaScript is doing.
Comment 2•25 years ago
|
||
Browser, not engine. Reassigning to Browser-General for further triage.
I have just set up a dummy acccount at the site for testing purposes:
login=mozilla_mozilla
password=netscape
Could someone help us out and place some files in this account?
The directories for this dummy user are currently empty - thanks.
Assignee: rogerl → asa
Component: Javascript Engine → Browser-General
QA Contact: pschwartau → doronr
Whiteboard: [Use dummy acct: login=mozilla_mozilla, password=netscape ]
Comment 3•25 years ago
|
||
I think 0.7 works. I just used it on xdrive about an hour ago.
Domain servers in listed order:
NAME.ROC.GBLX.NET 209.130.187.10
NAME.PHX.GBLX.NET 206.165.6.10 <== server down
NAME.IAD.GBLX.NET 204.152.166.155
Comment 5•25 years ago
|
||
Nope, not fixed in 0.7, still behaves as desribed (appends to end) in my from CVS
build from yesterday...
Comment 6•25 years ago
|
||
seeing on 200101704 mozilla trunk.
here is what I see:
log in using the given login/password. click on the |+| near private. underneath
what was shown in the frame before, i get an exact copy of what was before in
the frame, except the |+| is in expanded form |-|
ns4 does it correctly. this is a javascript issue
(javascript:parent.parent.parent.flip(1,window.pageXOffset,window.pageYOffset);)
i think, perhaos dom 0?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•25 years ago
|
||
I think that this is reported already.
Just upgraded from 0.6 to
Mozilla/5.0 (Windows; U; Win98; en-US; 0.7) Gecko/20010114
and logged in to xdrive
and I see that Mozilla 0.7 still incorrectly appends to end.
Just for grins I log out of my directory and log in as
mozilla_mozilla, netscape
and
... [/me startled] hey, what are my personal files doing there ?
No, it's just a bug in Mozilla that won't let me
log off and log in as a different user.
(Do we need another Mozilla account to test this behavior ?)
Comment 10•24 years ago
|
||
over to the DOM
Assignee: asa → jst
Component: Browser-General → DOM Level 0
QA Contact: doronr → desale
Assignee | ||
Comment 11•24 years ago
|
||
*** This bug has been marked as a duplicate of 55334 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•