Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Completely doesn't work. #18

Closed
knoajp opened this issue Sep 15, 2011 · 13 comments
Closed

Completely doesn't work. #18

knoajp opened this issue Sep 15, 2011 · 13 comments

Comments

@knoajp
Copy link

knoajp commented Sep 15, 2011

(Maybe since I update Firefox 5 to 6, or 4 to 5, or Windows XP to 7...)
ImageTweak is enabled, but doesn't work. None of the features appear.
It also happen with clean profile.

ImageTweak 0.23 and 0.23b1.
Firefox 6.0.1 and 6.0.2.
Windows 7 64bit SP1

@CAFxX
Copy link
Owner

CAFxX commented Sep 15, 2011

Are there any messages in the Firefox error console that can be traced back to ImageTweak?

@knoajp
Copy link
Author

knoajp commented Sep 15, 2011

Thanks.
"Firefox error console" means that firebug's console pane on image url ?
I tried firebug's console, Firefox's error console and Firefox's web console.
There are no error messages.

Is it happen for only me ? :-(

@CAFxX
Copy link
Owner

CAFxX commented Sep 15, 2011

Yes, I meant the Firefox's error console (ctrl+shift+j on my locale)
It's the first time I hear about this, so I really have no idea what might be causing this. Which locale are you on?
Does this happen also on a clean profile with no other extensions installed and no tabs from the previous session? In this case, are there no error messages on the Firefox error console?

@knoajp
Copy link
Author

knoajp commented Sep 15, 2011

My locale is ja-JP.

I make new clean profile just for this test.
Error console is up with ctrl+shift+j and is blank.
There are just 2 tabs, addon(there's only ImageTweak) and large jpeg image below.
http://ricoh.co.jp/dc/gr/digital4/img/sample_01.jpg

No error message in console even if I reload image with Ctrl+F5.
Oh, I tried ImageTweak option in addon tab now, and see errors below!!
(Just copy and paste, no translation, but might be helpful ?)

**

警告: 'background-color' の値をパース中にエラーが発生しました。 このスタイル宣言は無視されました。
ソースファイル: chrome://imagetweak/content/prefs.xul
行: 0

警告: getElementById() に空文字列が渡されました。
ソースファイル: chrome://imagetweak/content/prefs.xul
行: 0

エラー: gBrowser is not defined
ソースファイル: chrome://imagetweak/content/imagetweak.js
行: 943

警告: WARN addons.manager: Exception calling callback: [Exception... "'[JavaScript Error: "gBrowser is not defined" {file: "chrome://imagetweak/content/imagetweak.js" line: 943}]' when calling method: [extIExtensionsCallback::callback]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: resource:///components/fuelApplication.js :: <TOP_LEVEL> :: line 1354" data: yes]
ソースファイル: resource:///components/fuelApplication.js
行: 1354

@CAFxX
Copy link
Owner

CAFxX commented Sep 20, 2011

This is very strange; gBrowser should always be available (once the browser has fully started).
Do other extensions work fine?

@knoajp
Copy link
Author

knoajp commented Sep 20, 2011

Yes.
Every addons work fine in my profile, and no other problems in test profile (only ImageTweak is installed).
Error messages are exactly same for each profiles.
I tried to confirm wheather I get errors of some other addons' option view in my profile, and get no errors.

@knoajp
Copy link
Author

knoajp commented Nov 6, 2011

I finally detect the problem. Japanese language file "{DB2EA31C-58F5-48b7-8D60-CB0739257904}.xpi\locale\ja-JP\imagetweak.ent" is broken. It has no contextmenu entities. I don't know the reason...

Here is my complement+ (contains some fixes of older version).
// can i submit such a xml entities...? "percent" for & # 3 7 ; is okay?
**

@knoajp
Copy link
Author

knoajp commented Nov 6, 2011

Okay, not okay.
If you use above, replace "%" for "& # 3 7 ;"(delete spaces).

@knoajp
Copy link
Author

knoajp commented Nov 6, 2011

and I find mistype in "\content\prefs.xul" of line 95-96.

original:

fix: (tooltip>tooltiptext)

@knoajp
Copy link
Author

knoajp commented Nov 6, 2011

wow, ... but you may find it !! :-)

@MaximeC
Copy link

MaximeC commented Dec 20, 2011

Hi,

Same thing here.

I'm running Firefox 8.0 on Ubuntu 11.10.
My locale is fr_FR.UTF-8.
I use the English language pack for Firefox (Ubuntu package). I tried before with the French language pack, same thing.
I use a fresh new Firefox profile with ImageTweak 0.23 addon, all other addons disabled.

When I start Firefox with a new session (did not even tried to look at a picture), I can find this in the error console :
---8<----------------------
Error: undefined entity
Source File: chrome://imagetweak/content/overlay.xul
Line: 45, Column: 3
Source Code:

---8<----------------------

I hope it will help you to solve this issue, I was used to use this add-on.

@CAFxX
Copy link
Owner

CAFxX commented Jan 5, 2012

Should be fixed on trunk:
d84e89f
c7b3e08
Please report any further issues.

@CAFxX CAFxX closed this as completed Jan 5, 2012
@CAFxX
Copy link
Owner

CAFxX commented Jan 5, 2012

also: ea8709d

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants