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)

defect
Not set
normal

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)

Steps to reproduce: 1. Invoke the Page Info window. 2. Press F1 See error: doHelpButton() is not defined.
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)
Status: NEW → ASSIGNED
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?
>>+ "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
It'd be nice if mac users could open pageInfo help from the keyboard too.
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+
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+
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: