Closed
Bug 146025
Opened 24 years ago
Closed 24 years ago
no window.status
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: etriebel, Assigned: jst)
References
Details
Attachments
(1 file)
|
153 bytes,
text/html
|
Details |
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;
Comment 1•24 years ago
|
||
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
Comment 2•24 years ago
|
||
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.
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
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.
Comment 5•24 years ago
|
||
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?
| Reporter | ||
Comment 6•24 years ago
|
||
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
Comment 7•24 years ago
|
||
As per Eckhart's comments, marking this bug Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 9•20 years ago
|
||
*** 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.
Description
•