Closed
Bug 389856
Opened 18 years ago
Closed 18 years ago
Yahoo mail javascript events producing incorrect dialog
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha7
People
(Reporter: marcia, Assigned: jst)
Details
(Keywords: regression)
Attachments
(4 files)
|
18.28 KB,
image/png
|
Details | |
|
1.13 KB,
patch
|
mrbkap
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
|
18.97 KB,
image/png
|
Details | |
|
23.23 KB,
image/png
|
Details |
Seen using Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a7pre) Gecko/200707270404 Minefield/3.0a7pre.
1. In regular Yahoo mail account, click on either "Empty Bulk" or "Empty Trash."
2. Receive the attached screenshot.
This appears to be a recent regression, as I check Yahoo mail every day as part of my smoketest.
| Reporter | ||
Comment 2•18 years ago
|
||
Just wanted to add that click on either the OK or cancel button renders this strange error in the Error console: Error: uncaught exception: Permission denied to set property Window.safariReturnValue. Just thought the error was interesting since it mentions safari.
Comment 3•18 years ago
|
||
Hey Johnny, this might be yours (I see this, even when I disable my wrappers).
| Assignee | ||
Updated•18 years ago
|
Assignee: mrbkap → jst
Component: JavaScript Engine → DOM
Flags: blocking1.9+
OS: Mac OS X → All
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → mozilla1.9 M7
| Assignee | ||
Comment 4•18 years ago
|
||
Attachment #274842 -
Flags: superreview?(jonas)
Attachment #274842 -
Flags: review?(mrbkap)
Updated•18 years ago
|
Attachment #274842 -
Flags: review?(mrbkap) → review+
Attachment #274842 -
Flags: superreview?(jonas) → superreview+
| Assignee | ||
Comment 5•18 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•18 years ago
|
||
I am running the Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a7pre) Gecko/200708020808 Minefield/3.0a7pre build and I still see the issue in Yahoo mail.
| Assignee | ||
Comment 7•18 years ago
|
||
Marcia, this works correctly for me on Win32, and for mrbkap on both Linux and Mac. Can you please double-chec that you have a build from today and report back whether you're still seeing this problem?
| Reporter | ||
Comment 8•18 years ago
|
||
| Reporter | ||
Comment 9•18 years ago
|
||
| Reporter | ||
Comment 10•18 years ago
|
||
Comment 11•18 years ago
|
||
That's because we're showing a different type of dialog: before, they were using a more limited API to ask the question. Now, they're using showModalDialog and because of that, they control the styling. So, this is really the expected behavior.
| Reporter | ||
Comment 12•18 years ago
|
||
verified fixed using Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a7pre) Gecko/200708020808 Minefield/3.0a7pre, based on Comment 11.
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•