The Firefox status bar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    The Firefox status bar

    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.
  • RobG

    #2
    Re: The Firefox status bar

    On Apr 18, 11:47 am, Steve <tinker...@gmai l.comwrote:
    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


    Comment

    • Stevo

      #3
      Re: The Firefox status bar

      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.

      Comment

      • Tuomo Tanskanen

        #4
        Re: The Firefox status bar

        RobG wrote:
        On Apr 18, 11:47 am, Steve <tinker...@gmai l.comwrote:
        >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

        Comment

        • Steve

          #5
          Re: The Firefox status bar

          On Apr 18, 2:54 am, Tuomo Tanskanen <tumi_NOSP...@t anskanen.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!

          Comment

          Working...