Closed
Bug 301432
Opened 19 years ago
Closed 19 years ago
Gmail link clicks not recognized during compose.
Categories
(Camino Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino0.9
People
(Reporter: chris.wells, Assigned: sfraser_bugs)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
949 bytes,
patch
|
jaas
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050719 Camino/0.9a2 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050719 Camino/0.9a2 When composing a new message in Gmail's standard interface, after adding any text to the "To:" form field none of the links anywhere else on the page register clicks. The Send / Save Draft / Cancel form elements do still work. I have been able to reproduce this bug with 0.9a2 and the latest nightly (7/19) both with my original profile settings (~/Library/Application Support/Camino) and with a completely fresh profile. The problem does not occur in "Basic HTML" Mode. Reproducible: Always Steps to Reproduce: 1. Login to Gmail 2. Make sure you are in "standard" (not Basic HTML) mode. 3. Click "Compose Mail" in the upper left-hand corner. 4. Add any text to the "To:" form field. Actual Results: No link clicks anywhere on the Gmail page register. Expected Results: Clicking on a link should lead you to a different page. OS X version: 10.3.9 uname -a Darwin converge.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
Comment 1•19 years ago
|
||
Weird. Does this work in a Deer Park nightly? Confirming...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•19 years ago
|
||
Oh, forgot to say. I'm using 2005071708. Also, the "Sign out" link works fine.
Comment 3•19 years ago
|
||
When you say this works in Firefox, is it v1.x.x? Or are you using a nightly? If you aren't using an nightly, can you please try this in a Firefox nightly?
| Reporter | ||
Comment 4•19 years ago
|
||
I hadn't tested with Firefox before reporting the bug. I just downloaded the latest nightly and it appears to work as expected. While composing a message, if I click a link I get an alert box confirming that I want to discard the message, and am redirected to the proper page. UA: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050719 Firefox/1.0+ Back in Camino, the "Sign Out" and "Help" links also work for me. I think those are the only two links that do not trigger the alert box confirming that the message will be discarded.
(In reply to comment #4) > Back in Camino, the "Sign Out" and "Help" links also work for me. I think those > are the only two links that do not trigger the alert box confirming that the > message will be discarded. Did this break about the 28th/29th? That's when bug 298320 landed, which is the Camino-specific latest checkin to have something to do with JS/prompts....
| Reporter | ||
Comment 6•19 years ago
|
||
(In reply to comment #5) > > Did this break about the 28th/29th? That's when bug 298320 landed, which is the > Camino-specific latest checkin to have something to do with JS/prompts.... I can't say for sure. I ran a couple of different nightlies between 0.9a1 and 0.9a2 but wasn't very consistent. I just confirmed on my roommate's computer that 0.9a1 (20050620) does not have this problem; clicking a link while composing a message brings up the javascript prompt as expected.
I can't grab the 29th's build right now to verify for sure, but cc'ing Simon on the hunch that it was bug 298320 that regressed this....
Keywords: regression
| Assignee | ||
Comment 8•19 years ago
|
||
Yeah, the nsIDOMWindow that we get in Confirm() is that for a subframe, so [CHBrowserView browserViewFromDOMWindow:parent] is returning nil and we bail.
Assignee: pinkerton → sfraser_bugs
Severity: minor → major
Priority: -- → P2
Target Milestone: --- → Camino0.9
| Assignee | ||
Comment 9•19 years ago
|
||
Patch uses nsIDOMWindow::GetTop() to get the top window in the frameset when looking for the corresponding CHBrowserView.
Attachment #189942 -
Flags: review?(pinkerton)
*** Bug 301497 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 11•19 years ago
|
||
Comment on attachment 189942 [details] [diff] [review] Patch I'm gonna check this in.
Attachment #189942 -
Flags: review?(pinkerton)
| Assignee | ||
Comment 12•19 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Attachment #189942 -
Flags: review+
*** Bug 304742 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
•