Closed
Bug 11986
Opened 26 years ago
Closed 25 years ago
Double-clicking sites in History OR Bookmarks window doesn't open them
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: cmaximus, Assigned: slamm)
References
Details
*Summary:
Call it a bug, call it feature work, whatever. Double-clicking on an entry in the
History view should launch the url in a new, chromed browser window.
*Build info
This bug is XP and was tested and reporducedon WinNTsp4, MacOS 8.5.1,
and RHLinux 6.0.
*Actual results:
This functionality is currently unimplemented as double-clicking yields only
the standard 'Javascript Error: OpenURL is not defined'.
Steve, did this ever work? If not, prefix this with the big "[FEATURE]" label.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Whiteboard: fix ready.
Assignee | ||
Comment 3•26 years ago
|
||
I have a fix. I am waiting for the tree to open.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
Looks fixed now on all 3 platforms on 8/20.
Updated•26 years ago
|
Status: RESOLVED → REOPENED
Comment 5•26 years ago
|
||
using 1999082016 on win95 and on the mac, selecting Tasks|Tools|History displays
the History window. Selecting any item in the history window results in nothing
-- the selection is not triggered.
Updated•26 years ago
|
Resolution: FIXED → ---
Comment 6•26 years ago
|
||
With the Mac Build (19990829016) , the menu bar is completely scrambled when the
History window is opened. Clicking on the menu bar will cause a crash.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 8•26 years ago
|
||
This still works on Linux, I need to get on a Mac.
Reporter | ||
Comment 9•26 years ago
|
||
I think this is a branch thing, based on my testing and jpatel's smoketest results,
I believe what happened was some divergence with the M9/M10 branching. This was
fixed everywhere but is now broken on the M9 branch.
Reporter | ||
Comment 10•26 years ago
|
||
verification is currently being blocked by bug 12563 on Linux and Mac.
this checks out OK with 1999082613 WinNT build
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 11•26 years ago
|
||
VERIFIED fixed for all platforms now 1999090808 on MAc and Linux
QA Contact: beppe → cpratt
Resolution: FIXED → ---
Summary: double-clicking a history entry should launch url → Double-clicking sites in History window doesn't open them
Comment 12•25 years ago
|
||
This is not working in recent builds on any platform.
Comment 13•25 years ago
|
||
Slamm, are you able to reproduce this? It seems a little flaky, sometimes it
works sometimes no.
Reporter | ||
Updated•25 years ago
|
Status: REOPENED → NEW
QA Contact: cpratt → claudius
Summary: Double-clicking sites in History window doesn't open them → Double-clicking sites in History OR Bookmarks window doesn't open them
Whiteboard: Why has this been re-opened?
Reporter | ||
Comment 14•25 years ago
|
||
Just changing the summary to reflect the fact that this affects both Bookmarks
and History
Reporter | ||
Updated•25 years ago
|
Hardware: All → PC
Reporter | ||
Comment 15•25 years ago
|
||
recent builds have shown this to actually only be a problem on Win32.
works fine as 1999100110 builds on Mac and linux. cahnging platform.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 16•25 years ago
|
||
broken on Windows. I heard "ondblclick" has been deprecated, so I need to switch
the event handles to "onclick".
Assignee | ||
Comment 17•25 years ago
|
||
Actually, I am supposed to use something like,
onmousedown="if (event.clickCount == 2) { /* double click action */ }"
This is described in but #14857. Marking it dependant.
Comment 18•25 years ago
|
||
This is broken on Linux now also. Stuff like clicking on related links, or
opening links from the bookmark manager. Using 100814 build.
Comment 19•25 years ago
|
||
*** Bug 15481 has been marked as a duplicate of this bug. ***
Comment 20•25 years ago
|
||
*** Bug 15922 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 21•25 years ago
|
||
I checked in a fix.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 22•25 years ago
|
||
VERIFIED fixed with the 1999102008 builds
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•