Discussion:
How to find if statusbar is hidden or visible in firefox?
saraltoms
2010-07-16 11:23:49 UTC
Permalink
Hi,

I have some issue in identifying if the status bar is visible or
hidden in a window.

window.statusbar will return the statusbar object of the window. And
window.statusbar.visible will return true, if the status bar is
visible. The issue here is , even if the status bar is hidden in my
current window, the window.statusbar.visible returns true.

Is there a javascript solution to identify if the status bar is
visible or hidden in firefox browser ?

Does anybody came across this issue in Firefox ?

Inputs will be greatly appreciated.

Saral
Stanimir Stamenkov
2010-07-19 13:42:54 UTC
Permalink
Due to the increased spam coming from Google Groups I guess many
folks have configured their readers to filter out any posts
originating from Google Groups, therefore missing your questions.
You may consider dropping Google Groups and use one of the News or
Email interfaces provided by Mozilla.org to access these groups:

http://www.mozilla.org/community/forums/
Post by saraltoms
I have some issue in identifying if the status bar is visible or
hidden in a window.
window.statusbar will return the statusbar object of the window. And
window.statusbar.visible will return true, if the status bar is
visible. The issue here is , even if the status bar is hidden in my
current window, the window.statusbar.visible returns true.
Is there a javascript solution to identify if the status bar is
visible or hidden in firefox browser ?
Does anybody came across this issue in Firefox ?
Inputs will be greatly appreciated.
Saral
--
Stanimir
Jason Tan Wei Lin
2010-08-30 16:58:05 UTC
Permalink
Post by saraltoms
Hi,
I have some issue in identifying if the status bar is visible or
hidden in a window.
window.statusbar will return the statusbar object of the window. And
window.statusbar.visible will return true, if the status bar is
visible. The issue here is , even if the status bar is hidden in my
current window, the window.statusbar.visible returns true.
Is there a javascript solution to identify if the status bar is
visible or hidden in firefox browser ?
Does anybody came across this issue in Firefox ?
Inputs will be greatly appreciated.
Saral
You could also file a bug in Bugzilla about your issue.
alta88[nntp]
2010-09-02 01:20:23 UTC
Permalink
window.statusbar.hidden ?
Post by saraltoms
Hi,
I have some issue in identifying if the status bar is visible or
hidden in a window.
window.statusbar will return the statusbar object of the window. And
window.statusbar.visible will return true, if the status bar is
visible. The issue here is , even if the status bar is hidden in my
current window, the window.statusbar.visible returns true.
Is there a javascript solution to identify if the status bar is
visible or hidden in firefox browser ?
Does anybody came across this issue in Firefox ?
Inputs will be greatly appreciated.
Saral
Loading...