Closed
Bug 203846
Opened 22 years ago
Closed 21 years ago
'Web search' context menu item for selection doesn't
Categories
(SeaMonkey :: Help Documentation, defect)
SeaMonkey
Help Documentation
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: rjkeller)
References
Details
Attachments
(1 file, 3 obsolete files)
2.68 KB,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
tested with 2003.04.29 comm builds (also occurs with mozilla).
1. open the Help window.
2. select (highlight) some text in the right content panel.
3. bring up context menu and select the "Web Search for "[selection]"' item.
results: nothing happens. just get the following in the js console:
Error: OpenSearch is not defined
what would be the expected behavior --should another browser window open showing
the web search results for the selection?
or, should this item be removed from the selection context menu for the Help window?
Comment 1•22 years ago
|
||
moving stuff over to an outside-the-firewall email for the time being, looking
for people to pick these Help and doc bugs up for me.
Assignee: oeschger → oeschger
Assignee | ||
Comment 2•22 years ago
|
||
--> me
Yes, and we get a nice JS error (OpenSearch is not defined). If we import
navigator.js, this will be fixed, but I doubt we want to do that. In fact, Web
Search shouldn't even appear in the help menu.
http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.js#968
Assignee: oeschger → webmaster
Assignee | ||
Comment 3•21 years ago
|
||
FIXED with bug 214678. This item was removed from help, which looks like it
covers the reporter's report.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 4•21 years ago
|
||
reopen. Still getting error in today's (1.6a) build. Was the patch applied to
1.5 only?
Status: RESOLVED → REOPENED
QA Contact: tpreston → stolenclover
Resolution: FIXED → ---
Assignee | ||
Comment 5•21 years ago
|
||
Removes the item. Surprised I didn't delete this before!
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 132268 [details] [diff] [review]
Patch
dveditz, since you super reviewed the bug that added this file, can you
super-review this change to it?
Attachment #132268 -
Flags: superreview?(dveditz+bmo)
Attachment #132268 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 7•21 years ago
|
||
Comment on attachment 132268 [details] [diff] [review]
Patch
It looks to me that having removed this you're not using gContextMenu or its
scripts any more.
Attachment #132268 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Assignee | ||
Comment 8•21 years ago
|
||
Takes in Neil's comments + the typo the Neil found in bug 214678.
Attachment #132268 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #132268 -
Flags: superreview?(dveditz+bmo)
Assignee | ||
Updated•21 years ago
|
Attachment #132272 -
Flags: review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 9•21 years ago
|
||
The last patch didn't apply, so maybe this one will ;)
Attachment #132272 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Status: REOPENED → ASSIGNED
Comment 10•21 years ago
|
||
Comment on attachment 132272 [details] [diff] [review]
Patch
Had to apply this manually, and I noticed that you hadn't removed the
onpopupshowing/hiding.
Attachment #132272 -
Attachment is obsolete: false
Attachment #132272 -
Flags: review?(neil.parkwaycc.co.uk) → review-
Assignee | ||
Comment 11•21 years ago
|
||
Attachment #132272 -
Attachment is obsolete: true
Attachment #132273 -
Attachment is obsolete: true
Comment 12•21 years ago
|
||
Comment on attachment 132276 [details] [diff] [review]
Patch 2.01
Applies without patch or run-time error - what more can I ask ;-)
Attachment #132276 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Attachment #132276 -
Flags: superreview?(dveditz+bmo)
Comment 13•21 years ago
|
||
but I like "Web search"... can you make it work instead of deleting it?
Assignee | ||
Comment 14•21 years ago
|
||
Daniel: I don't think that web search is for help. Why would a user want to use
it? They should be searching using the help search if there's something they
don't understand in help.
Assignee | ||
Comment 15•21 years ago
|
||
Comment on attachment 132276 [details] [diff] [review]
Patch 2.01
next on the sr list...
Attachment #132276 -
Flags: superreview?(dveditz+bmo) → superreview?(alecf)
Comment 16•21 years ago
|
||
Comment on attachment 132276 [details] [diff] [review]
Patch 2.01
sr=alecf
Attachment #132276 -
Flags: superreview?(alecf) → superreview+
Assignee | ||
Comment 17•21 years ago
|
||
Fix checked in!
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•