Open
Bug 615652
Opened 15 years ago
Updated 2 years ago
sometimes alert dialog appears but message and Okay button don't appear.
Categories
(Toolkit :: Content Prompts, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: tstevelt, Unassigned)
References
()
Details
Attachments
(1 file)
|
7.20 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101028 CentOS/3.6-2.el5.centos Firefox/3.6.11
This bug appeared early in 3.6 and is still a problem in 3.6.11. It also appears on Red Hat Linux and Microsoft Windows computers.
The alert dialog in called from a javascript function named "Loaded" at the bottom of the page. The body statement contains onload='javascript:Loaded();'
Sometimes the alert dialog does not complete painting, The box, frame and X in the upper right are there. The message and the Okay button are missing.
Reproducible: Sometimes
Steps to Reproduce:
1.Start new browser session
2.If it works okay, then I don't know how to reproduce unless
3.Try on other computers, OS etc.
Actual Results:
Sometimes the alert dialog does not contain the message or the Okay button.
Expected Results:
alert dialog should display a message and an Okay button.
| Reporter | ||
Comment 1•15 years ago
|
||
I am up to version 3.6.13 and THIS IS STILL A BUG!!! Is nobody noticing this bug? What do I need to do to get someone to work on it??
Comment 2•15 years ago
|
||
I can't reproduce on 3.6. Is there anything in the error console?
| Reporter | ||
Comment 3•15 years ago
|
||
There is nothing in the error console. Sometimes it is hard to reproduce, other times it happens easily. I will attach a PNG image of the messed up alert dialog.
| Reporter | ||
Comment 4•15 years ago
|
||
This happens to me also, but only with alerts launched at onload event or inline javascript execution.
I tried it with Debian 6 and Ubuntu 10.10 whith different 3.6.x Firefox versions.
I observed that if i save the page that produces de error into my computer as static one, then it works ok. The problem comes only when i get the page throw the server with the computation phase (not static one). E.x. With a logon failure.
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
Comment 6•12 years ago
|
||
Bulk move to Toolkit::Notifications and Alerts
Filter on notifications-and-alerts-component.
Component: General → Notifications and Alerts
Product: Firefox → Toolkit
Version: 3.6 Branch → unspecified
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Component: Notifications and Alerts → Content Prompts
You need to log in
before you can comment on or make changes to this bug.
Description
•