From: Steve on
I know this must be a lame question, but I ask it after a lot of
searching and experimentation. I can not get a string to print into
the status bar of a Firefox browser.

Is it the case that if any extensions for firefox put anything in the
status bar that window.status() status() are bolluxed up?

Thanks in advance for the info.
From: RobG on
On Apr 18, 11:47 am, Steve <tinker...(a)gmail.com> wrote:
> I know this must be a lame question, but I ask it after a lot of
> searching and experimentation. I can not get a string to print into
> the status bar of a Firefox browser.
>
> Is it the case that if any extensions for firefox put anything in the
> status bar that window.status() status() are bolluxed up?

By default, Firefox status bar can't be modified by script. Users can
change that in about:config, I expect very few have.


--
Rob


From: Stevo on
Steve wrote:
> I know this must be a lame question, but I ask it after a lot of
> searching and experimentation. I can not get a string to print into
> the status bar of a Firefox browser.
>
> Is it the case that if any extensions for firefox put anything in the
> status bar that window.status() status() are bolluxed up?
> Thanks in advance for the info.

Same deal with IE7 and IE8.
From: Tuomo Tanskanen on
RobG wrote:
> On Apr 18, 11:47 am, Steve <tinker...(a)gmail.com> wrote:
>> I know this must be a lame question, but I ask it after a lot of
>> searching and experimentation. I can not get a string to print into
>> the status bar of a Firefox browser.
>>
>> Is it the case that if any extensions for firefox put anything in the
>> status bar that window.status() status() are bolluxed up?
>
> By default, Firefox status bar can't be modified by script. Users can
> change that in about:config, I expect very few have.

Actually there is checkbox in Options / Content / Javscript (Advanced)
/ Allow scripts to modify statusbar, but I doubt many users change it
from there either.

Regards, Tumi
From: Steve on
On Apr 18, 2:54 am, Tuomo Tanskanen <tumi_NOSP...(a)tanskanen.org>
wrote:
> Actually there is checkbox in Options / Content / Javscript (Advanced)
> / Allow scripts to modify statusbar, but I doubt many users change it
> from there either.

Thank You!