Closed
Bug 59814
Opened 25 years ago
Closed 24 years ago
Can't open history item by pressing enter
Categories
(Core Graveyard :: History: Global, defect, P3)
Core Graveyard
History: Global
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Keywords: access, helpwanted, Whiteboard: fix in hand)
Build ID: new trunk
Steps to Reproduce:
(1) Open the Manage Bookmarks or History window
(2) Select an item
(3) Press enter
Same action as double clicking should occur, but instead nothing happens.
![]() |
||
Comment 1•25 years ago
|
||
blake/jrgm, is this a recent regression? could it be a more general problem with
trees? i've a hunch that it might be so, since i encounter this problem trying
to open another window when hitting Enter for a mail folder. if that's the case,
perhaps this should go to the trees component...?
[am looking at a linux mozilla trunk build from 2000.11.08.08, so presently
don't have a branch build handy. marking All, since this occurs also on linux
--and am guessing also on Mac. claudius/jrgm, if you get to it before me, could
you verify? thx!]
OS: Windows 98 → All
QA Contact: sairuh → claudius
Hardware: PC → All
![]() |
||
Comment 2•25 years ago
|
||
The tree widget provides the base keyboard functionality to open and close
folders, and a framework for adding more elaborate application code.
Implementations such as mailnews threadPane or bookmarks have to supply
the appropriate logic for actions specific to their needs (i.e., the tree
widget shouldn't/cannot know how to reply to an email, or open a bookmark
in a new window).
This particular action (pressing enter opens item) did not work (was not
implemented) in the branch builds either. (But I think Blake was just filing
the bug on himself to do this work -- go Blake :-).
![]() |
Assignee | |
Comment 3•25 years ago
|
||
Yeah, I'll do it. It's not a general tree widget problem, we're just being bad
and firing onclick.
Status: NEW → ASSIGNED
![]() |
||
Comment 4•25 years ago
|
||
Dupe of 39385
![]() |
Assignee | |
Updated•25 years ago
|
Priority: P3 → P2
Target Milestone: --- → mozilla0.9
![]() |
Assignee | |
Updated•25 years ago
|
Priority: P2 → P3
Target Milestone: mozilla0.9 → mozilla1.0
![]() |
Assignee | |
Comment 7•24 years ago
|
||
Works for me in bookmarks. -> alec for history
Assignee: blakeross → alecf
Status: ASSIGNED → NEW
Component: XP Apps: GUI Features → History: Global
![]() |
||
Comment 8•24 years ago
|
||
this has got to be really easy..just a key that calls OpenURL() or
something...someone must want to just do this so I can review it, right? :)
Status: NEW → ASSIGNED
Summary: Can't open bookmark or history item by pressing enter → Can't open history item by pressing enter
![]() |
||
Updated•24 years ago
|
![]() |
Assignee | |
Comment 9•24 years ago
|
||
okay, I'll do it.
Assignee: alecf → blakeross
Status: ASSIGNED → NEW
![]() |
Assignee | |
Updated•24 years ago
|
Status: NEW → ASSIGNED
Whiteboard: fix in hand
Target Milestone: mozilla1.0 → mozilla0.9.3
![]() |
Assignee | |
Updated•24 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 10•24 years ago
|
||
fix landed.
![]() |
||
Comment 11•23 years ago
|
||
mass-verifying claudius' Fixed bugs which haven't changed since 2001.12.31.
if you think this particular bug is not fixed, please make sure of the following
before reopening:
a. retest with a *recent* trunk build.
b. query bugzilla to see if there's an existing, open bug (new, reopened,
assigned) that covers your issue.
c. if this does need to be reopened, make sure there are specific steps to
reproduce (unless already provided and up-to-date).
thanks!
[set your search string in mail to "AmbassadorKoshNaranek" to filter out these
messages.]
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•