Jump to content


Important Announcement!

Please read this post about our new Privacy Policy


Photo

autoHideStatusbar - Ver. 0.4.2


  • Please log in to reply
137 replies to this topic

#21 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 03 January 2006 - 10:02 AM

QUOTE(Flactal @ Jan 3 2006, 08:13)
Hi, I upload Korean localization in WTS
[right][snapback]7754[/snapback][/right]

Thanks Fractal smile.gif
Régis

autoHideStatusbar - keywordManager

#22 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 16 January 2006 - 10:46 AM

Hi everyone,

I was thinking about releasing 0.3.4 but some locales still are "in progress". So I was thinking about releasing with some warning about not bulletproof tested locales. What do you guys think about that?

(I've a small request too; If someone here use a Mac I will be grateful if he/she can tell me if the "spinbox" (see FF prefs dialog) I coded looks/works well because I've already checked it on linux and windows but I don't have access to a Mac. So if someone feels like doing this for me I just need to know if it's OK on Mac and what MacOS version was used.)

Thanks in advance smile.gif
Régis

autoHideStatusbar - keywordManager

#23 Luana

Luana

    (Just a passionate localizer since 2004!)

  • Admin
  • 3478 posts

Posted 16 January 2006 - 11:01 AM

QUOTE(Regis @ Jan 16 2006, 10:46)
Hi everyone,

I was thinking about releasing 0.3.4 but some locales still are "in progress". So I was thinking about releasing with some warning about not bulletproof tested locales. What do you guys think about that?
[right][snapback]8461[/snapback][/right]

Mmm... if it could be possible, it would be great if you could wait for (a day?), so who didn't complete the tests can do it wink.gif
And in case tomorrow there were some locales again 'in progress', you will add the warning
Could it be an acceptable compromise?
E' meglio tacere ed essere, che dire e non essere (Ignazio, II sec. d. C)
Quod scripturae mandatur, non solum praesentibus sed futuris prodesse valeat...

#24 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 16 January 2006 - 11:45 AM

QUOTE(MatrixIsAllOver @ Jan 16 2006, 12:01)
Mmm... if it could be possible, it would be great if you could wait for (a day?), so who didn't complete the tests can do it  wink.gif
And in case tomorrow there were some locales again 'in progress', you will add the warning
Could it be an acceptable compromise?
[right][snapback]8462[/snapback][/right]

Of course, I don't want to "push" things so I'll wait some more time (let's say 1 week) and release after that with the warning. If someone is against that I'll wait the time needed.

PS: Thanks for your response and your "release" smile.gif
Régis

autoHideStatusbar - keywordManager

#25 Luana

Luana

    (Just a passionate localizer since 2004!)

  • Admin
  • 3478 posts

Posted 16 January 2006 - 11:55 AM

QUOTE(Regis @ Jan 16 2006, 11:45)
PS: Thanks for your response and your "release" smile.gif
[right][snapback]8468[/snapback][/right]

Eh eh eh, I'm sincere
I had forgotten to change the status ops.gif
It was in Q/A, but it was ready a week ago...

I promise, I'll check it soooner the next time


E' meglio tacere ed essere, che dire e non essere (Ignazio, II sec. d. C)
Quod scripturae mandatur, non solum praesentibus sed futuris prodesse valeat...

#26 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 19 January 2006 - 09:13 AM

QUOTE(MatrixIsAllOver @ Jan 16 2006, 12:55)
Eh eh eh, I'm sincere
I had forgotten to change the status  ops.gif
It was in Q/A, but it was ready a week ago...

I promise, I'll check it soooner the next time
[right][snapback]8469[/snapback][/right]
Thanks.

Thanks to Fractal for the korean translation smile.gif

BTW: topic reply notification seems broken ..

Régis

autoHideStatusbar - keywordManager

#27 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 01:23 PM

done.
on tb, when open pref the first time(since start Tb), the window is very small..
close it and retry(and after), then this problem doesn't occur
see http://www.rsz.jp/ahs.png

#28 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 01:36 PM

QUOTE(victory @ Jan 22 2006, 14:23)
done.
on tb, when open pref the first time(since start Tb), the window is very small..
close it and retry(and after), then this problem doesn't occur
see http://www.rsz.jp/ahs.png
[right][snapback]8789[/snapback][/right]

Thanks victory,
Any error in JS console ? because sizeToContent seems to fail.. Can you check too if sizeToContent is here (chrome://autohidestatusbar/content/preferences.js line 63)
Edit: can't reproduce I get that all the time (tried 15-20 times)

Régis

autoHideStatusbar - keywordManager

#29 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 02:04 PM

2 errors found:
error: window.document.getElementById("extensions.autohidestatusbar.enabled") has no properties
source file: chrome://autohidestatusbar/content/FFprefs.js
line: 68

error: oldPane has no properties
source file: chrome://global/content/bindings/preferences.xml
line: 660


strange..
why FFprefs.js?
latter occurs every time when open pref.

#30 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 02:22 PM

QUOTE(victory @ Jan 22 2006, 15:04)
2 errors found:
error: window.document.getElementById("extensions.autohidestatusbar.enabled") has no properties
source file: chrome://autohidestatusbar/content/FFprefs.js
line: 68

error: oldPane has no properties
source file: chrome://global/content/bindings/preferences.xml
line: 660
strange..
why FFprefs.js?
latter occurs every time when open pref.
[right][snapback]8792[/snapback][/right]

Hum, this is really strange. I get an error when I open the preferences too:
CODE
Error: foundWindow.document.getElementById("status-bar") has no properties
Source File: chrome://autohidestatusbar/content/TBprefs.js
Line: 62
but this no errors such yours. I already corrected mine.
It looks like your appinfo.ID is not right. Can you check that ? In JS console (TB) type:
CODE
appinfo = Components.classes['@mozilla.org/xre/app-info;1'].getService(Components.interfaces.nsIXULAppInfo); appinfo.ID
(in one line) then evaluate. Should return {3550f703-e582-4d05-9a08-453d09bdfdc6}
Régis

autoHideStatusbar - keywordManager

#31 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 02:31 PM

same string returned


#32 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 02:32 PM

QUOTE(victory @ Jan 22 2006, 15:31)
same string returned
[right][snapback]8795[/snapback][/right]

So there's something really strange here. Can you try attached xpi (cvs snapshot) ?

Attached Files


Régis

autoHideStatusbar - keywordManager

#33 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 03:15 PM

same 2 errors as i posted 1 hour before

#34 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 03:24 PM

QUOTE(victory @ Jan 22 2006, 16:15)
same 2 errors as i posted 1 hour before
[right][snapback]8798[/snapback][/right]

As we have same code (now) I think it's something else that's wrong. Thunderbird version* ? I have "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051201 Thunderbird/1.5 ID:2005120115"

* using Nightly Tester Tools
Régis

autoHideStatusbar - keywordManager

#35 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 03:46 PM

Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.8) Gecko/20051129 Thunderbird/1.5 ID:2005112906

((almost?) same as 1.5 release)
i don't like installer so use zip ;-)
note that this isn't localized version, qls makes ja-JP.


#36 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 04:04 PM

QUOTE(victory @ Jan 22 2006, 16:46)
Mozilla/5.0 (Windows; U; Windows NT 5.0; ja-JP; rv:1.8) Gecko/20051129 Thunderbird/1.5 ID:2005112906

((almost?) same as 1.5 release)
i don't like installer so use zip ;-)
note that this isn't localized version, qls makes ja-JP.
[right][snapback]8803[/snapback][/right]

[del]What's qls ?[/del] EDIT ok = Quick Language Switcher
What can be done in order to understand is you send me a zipped version of your TB dir so that I can try to reproduce here or I send you my version and you check if bug is always here. Because at the moment, I'm totally lost with this bug. The only thing that I'm sure is that remaining "sources" are TB, profile (extensions) or OS. So I you prefer sending me the ja-JP TB you can mail me the zip regis[dot]caspar[at]gmail[dot]com but can you give me direction if menu ordering are different 'cause I can't read japanese
Régis

autoHideStatusbar - keywordManager

#37 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 04:17 PM

PM'ed
i thought that was en-us but it seems ja...

profile isn't affect - same on new profile

#38 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 04:34 PM

QUOTE(victory @ Jan 22 2006, 17:17)
PM'ed
i thought that was en-us but it seems ja...

profile isn't affect - same on new profile
[right][snapback]8808[/snapback][/right]

Strange things is I can't reproduce even with this version (I found easily stuff because menu ordering is the same + shortcut letter). I get the pref dialog size right all the time. But I get the two errors and the icon on the pref dialog is wrong the first time I open the it.

Edit: there's definitly something wrong with this TB version. Current code has 2 pane in the prefwindow and bad one is removed (FF or TB one). I tried to create a pane dynamically and then I reproduce your error with size and mine with enabled icon. I then assume there's a bug somewhere in this TB version and that I need to figure out what the bug is and how to workaround it. I better understand why people usually do separate extension version...
Régis

autoHideStatusbar - keywordManager

#39 victory

victory

    Advanced Member

  • Members
  • 237 posts

Posted 22 January 2006 - 05:06 PM

same on 1.5-candidates
very strange though....
anyway this doesn't happen on every user and not a critical problem

#40 Regis

Regis

    Advanced Member

  • Members
  • 127 posts

Posted 22 January 2006 - 05:25 PM

QUOTE(victory @ Jan 22 2006, 18:06)
same on 1.5-candidates
very strange though....
anyway this doesn't happen on every user and not a critical problem
[right][snapback]8813[/snapback][/right]

Yep.
Thanks for the testing. I will try to fix that quickly.
Régis

autoHideStatusbar - keywordManager


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users