Closed Bug 579299 Opened 14 years ago Closed 14 years ago

In Firefox window.statusbar.visible always returns true if status bar is hidden

Categories

(Firefox :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 579301

People

(Reporter: saraltoms, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2

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. 


Reproducible: Always

Steps to Reproduce:
1.Open a URL in Firefox and enter.
2.Hide the status bar.
3.Open console and test window.statusbar.visible
Actual Results:  
It returns true 

Expected Results:  
actual result is false.

If we set false to window.statusbar.visible, the status bar is not hidden.Similarly if we set to true, the status bar is not visible.
Summary: In Firefox window.statusbar.visible always returns true if there is no status bar → In Firefox window.statusbar.visible always returns true if status bar is hidden
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.