Closed Bug 23654 Opened 25 years ago Closed 25 years ago

Double click on directory in file:/// listing is broken!

Categories

(SeaMonkey :: UI Design, defect, P3)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 23437

People

(Reporter: dejong, Assigned: don)

Details

This bug is somewhat related to bug 22250. That bug covered crashing when
selecting a file. The new problem is double clicking on a file in a directory
that was open with the file:/// protocol. Here are the steps
needed to recreate this problem.

By the way, I was seeing this problem on a RedHat 6.0 system with a CVS
build from Jan 10th.

Make these directories.


mkdir /tmp/test
touch /tmp/test/f1
touch /tmp/test/f2

mkdir /tmp/test/one
mkdir /tmp/test/one/onesub
touch /tmp/test/one/onesub/f1
touch /tmp/test/one/onesub/f2

mkdir /tmp/test/two
mkdir /tmp/test/two/twosub
touch /tmp/test/two/twosub/f1
touch /tmp/test/two/twosub/f2



Now type
file:///tmp/test into the browser window. This should open up the
root window
and display the files and directories like this.

--------
   f1
   f2
>  one
>
two
--------

Now double click on the directory "one" (NOT the > widget to
the left of the
text "one"). You should see the following
result.

--------
   f1
   f2
\/  one
>  two
--------

Double click "one" again to return it to the original state.
Now click on the > widget to the left of the text "one".
The following should be
displayed.

--------
   f1
   f2
\/  one
    > onesub
>  two
--------

Click on
the > widget to return it to the original state.
Now if you double click on the
text "one", it will open
the directory just like a click on the > widget. The
bug here is that a double click on the text should have
displayed the contents
of the subdirectory, it does not.
I should not have to click on the > widget to
get a
double click on the text "one" to work.
Assignee: trudelle → don
Component: XP Toolkit/Widgets → XPApps
over to don. Probable dup of 23437, possibly obviated by 12587

*** This bug has been marked as a duplicate of 23437 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
VERIFY duplicate
Status: RESOLVED → VERIFIED
Product: Core → Mozilla Application Suite
You need to log in before you can comment on or make changes to this bug.