Closed
Bug 642357
Opened 15 years ago
Closed 15 years ago
the alert window is not right.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jingyinggong, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0
alert("hello!"); on firefox4, the window is not right, there is no title and no close button on the top.
Reproducible: Always
Steps to Reproduce:
1.run js alert('hello!');
2.
3.
Actual Results:
no title, no close button!
Comment 1•15 years ago
|
||
that is on purpose, JS alerts are now tab modal (bug 59314) and are not moveable
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•