Closed
Bug 488972
Opened 16 years ago
Closed 16 years ago
Help Key [F1] does not work in the pageInfo window.
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b1
People
(Reporter: philip.chee, Assigned: philip.chee)
References
(Depends on 1 open bug)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
1.43 KB,
patch
|
philip.chee
:
review+
philip.chee
:
superreview+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Invoke the Page Info window.
2. Press F1
See error: doHelpButton() is not defined.
![]() |
Assignee | |
Comment 1•16 years ago
|
||
This is a cut and paste port of the doHelpButton() function from the Firefox Page Info.
Attachment #373463 -
Flags: superreview?(neil)
Attachment #373463 -
Flags: review?(neil)
![]() |
Assignee | |
Updated•16 years ago
|
Status: NEW → ASSIGNED
Comment 2•16 years ago
|
||
Comment on attachment 373463 [details] [diff] [review]
Patch v1.0 Port Firefox doHelpButton() to Suite.
>+ "feedTab": "pageinfo_general", //"pageinfo_feed",
>+ "permTab": "pageinfo_general", //"pageinfo_permissions",
Are there bugs on these?
![]() |
Assignee | |
Comment 3•16 years ago
|
||
>>+ "feedTab": "pageinfo_general", //"pageinfo_feed",
>>+ "permTab": "pageinfo_general", //"pageinfo_permissions",
> Are there bugs on these?
Yes. Bug 397236 is for update of Page Info. Bug 423281 is the tracking bug.
Depends on: 397236
Comment 4•16 years ago
|
||
It'd be nice if mac users could open pageInfo help from the keyboard too.
Comment 5•16 years ago
|
||
Comment on attachment 373463 [details] [diff] [review]
Patch v1.0 Port Firefox doHelpButton() to Suite.
I was thinking you could use "pageinfo_" + id.slice(0, -3) but I guess that doesn't work nicely with overlays.
>+ "feedTab": "pageinfo_general", //"pageinfo_feed",
>+ "permTab": "pageinfo_general", //"pageinfo_permissions",
We've got a default value so you can just comment out the whole line but using the intended help topic name.
>+ var helpdoc = helpTopics[tabbox.selectedTab.id] || "pageinfo_general";
Maybe the default should be "nav-page-info"?
Attachment #373463 -
Flags: superreview?(neil)
Attachment #373463 -
Flags: superreview+
Attachment #373463 -
Flags: review?(neil)
Attachment #373463 -
Flags: review+
![]() |
Assignee | |
Comment 6•16 years ago
|
||
Carrying forward r+/sr+ from Neil.
> (From update of attachment 373463 [details] [diff] [review])
>>+ "feedTab": "pageinfo_general", //"pageinfo_feed",
>>+ "permTab": "pageinfo_general", //"pageinfo_permissions",
> We've got a default value so you can just comment out the whole line but using
> the intended help topic name.
Fixed.
>>+ var helpdoc = helpTopics[tabbox.selectedTab.id] || "pageinfo_general";
> Maybe the default should be "nav-page-info"?
Fixed.
Attachment #373463 -
Attachment is obsolete: true
Attachment #373568 -
Flags: superreview+
Attachment #373568 -
Flags: review+
![]() |
Assignee | |
Updated•16 years ago
|
Keywords: checkin-needed
Comment 7•16 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•