Closed
Bug 736762
Opened 13 years ago
Closed 7 years ago
Search the web from context not working (currentEngine is null)
Categories
(Thunderbird :: Search, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: pqwoerituytrueiwoq, Unassigned)
References
Details
Attachments
(1 file)
|
106.41 KB,
image/png
|
Details |
When I try to use the search the web feature in a email from the context menu nothing happens expect a error
Sat Mar 17 2012 14:06:52
Error: currentEngine is null
Source file: chrome://communicator/content/utilityOverlay.js
Line: 301
alert(typeof currentEngine);// alerts "object"
x='';
for(var i in currentEngine){
x+=i+'\n';
}
alert(x.length+'\n'+x); //alerts "0\n"
Using Ubuntu 10.04.4
the Thunderbird stable ppa https://launchpad.net/~mozillateam/+archive/thunderbird-stable
I also have Firefox 11 installed
Comment 1•13 years ago
|
||
I see this, not an issue on trunk though.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Search the web not working → Search the web from context not working (currentEngine is null)
Version: 11 → 10
Comment 2•13 years ago
|
||
(In reply to Magnus Melin from comment #1)
> I see this, not an issue on trunk though.
Do you mean that this is fixed in TB11 or that the implementation done by Ubuntu is broken?
| Reporter | ||
Comment 3•13 years ago
|
||
I think trunk means nightly
http://i.imgur.com/8smRy.png -- issue is present on this build (i think i had this issue in Thunderbird 10 as well)
Comment 4•13 years ago
|
||
This is partly broken by bug 733802
Comment 5•7 years ago
|
||
Is this still an issue?
bug 733802 was fixed in TB14
Comment 6•7 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(pqwoerituytrueiwoq)
Flags: needinfo?(mkmelin+mozilla)
Resolution: --- → FIXED
Updated•7 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•