Closed Bug 146025 Opened 24 years ago Closed 24 years ago

no window.status

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 98
defect
Not set
normal

Tracking

()

VERIFIED INVALID

People

(Reporter: etriebel, Assigned: jst)

References

Details

Attachments

(1 file)

Mozilla 1.0 (rc1, rc2) does not respond to: window.status and window.defaultStatus and if 'return true' is added some like: window.status="bla";return true; the javascript-console reports: Fehler: invalid return Quelldatei: file:///D:/JavaScript/test.htm Zeile: 24 Quellcode: return true;
Browser, not engine. Reassigning to DOM Level 0. I cannot confirm this bug using Mozilla trunk binary 2002052008 on WinNT. The following javascript:URL works perfectly: javascript: window.status="bla"; alert(window.status); Eckhart: do you have any new settings in Mozilla? For example: Edit > Preferences > Advanced > Scripts & Windows > "Change status bar text" Is this unchecked? If this doesn't explain it, could you attach a reduced HTML testcase by using the "Create a New Attachment" link above? Thanks -
Assignee: rogerl → jst
Component: JavaScript Engine → DOM Level 0
QA Contact: pschwartau → desale
Same for me. It seems working fine for me on windows NT on 05-21-08-trunk. Window Status testcase at http://bubblegum/ngdriver/suites/javascript/win024.html passes too. Eckhart Triebel, could you please attach a testcase that fails as Phil suggests.
Attached file Testcase #1
Testcase #1 is a simple one with just one <div> element: <div onMouseover="window.status='Hello'; return true;" onMouseout="window.status='';"> Mouseover this div. Does the status bar show a message? </div> This WORKSFORME using current Mozilla trunk builds. |window.status| is successfully changed to 'Hello' and back.
Eckhart reports that testcase #1 does not work for him: > NO ! Even that doesn't work. > ecka > System: Win 98 SE, PC pentium III, 650 MHz, via-chipset, 128 mb RAM > Browser: RC1 en, RC2 de Eckhart: on testcase #1, do you still get that "invalid return" error in the JavaScript Console?
hi people, now i know the 'bug': i have to check "Change status bar text" in preferences. I'm sorry. Bug nr. 146025 can be deleted. thanks for your efforts ecka
As per Eckhart's comments, marking this bug Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Verified Invalid
Status: RESOLVED → VERIFIED
*** Bug 319938 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: