Closed
Bug 460453
Opened 17 years ago
Closed 17 years ago
Tab Mix Plus affect FUEL interfaces
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
INVALID
People
(Reporter: lguan, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; zh-CN; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; zh-CN; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3
I use Application.extensions.get(id).prefs.getValue to get a preference, but after install Tab Mix Plus, the return value turn from a boolean to some other thing like wrapper nsIPrefererce or something like that.
Reproducible: Always
Steps to Reproduce:
1. install Tab Mix Plus
2. use Application.extensions.get(id).prefs.getValue to get preference
3.
Actual Results:
you can not get the return value the interface promised to return
Expected Results:
a preference value
a javascipt object like wrapper nsIPreference or something like that.
Comment 1•17 years ago
|
||
Please report this to the extension author.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•17 years ago
|
||
Thank you Mossop :) (I'm Amax on irc)
I checked it again, and seems that Tab Mix Plus registered a function called getPref and that happen to be conflict with my function with the same name.
Although I didn't figure out why my program didn't call the function above him but called a function sooo far away instead. I think that maybe not a bug of Tab Mix Plus.
Sorry for the interruption :( and thanks for your help:)
You need to log in
before you can comment on or make changes to this bug.
Description
•