WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
9301
Invite button for Windows Live Mail Beta is unclickable
https://bugs.webkit.org/show_bug.cgi?id=9301
Summary
Invite button for Windows Live Mail Beta is unclickable
David Kilzer (:ddkilzer)
Reported
2006-06-04 08:49:59 PDT
I find it ironic that the "Join Now" button on the email from Microsoft to join Windows Live Mail Beta is unclickable in Safari 2.0.3 (417.9.3) + WebKit
r14717
(as well as Firefox 1.5.0.4). The HTML wraps a <tr> tag with an <a> tag, and expects the <td> elements to respond to click events. Safari+WebKit (and Firefox 1.5.0.4) both move the <a> tag (and an <img> tag that appears after </a> but before </table>) above the <table> tag. Use Hixie's Live DOM Viewer for details.
http://software.hixie.ch/utilities/js/live-dom-viewer/
Not surprisingly, this works fine in MSIE 6 on Win XP SP2.
Attachments
Semi-reduced test case with links to live images
(1.14 KB, text/html)
2006-06-04 08:51 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Same semi-reduced test case with local images
(3.64 KB, application/zip)
2006-06-04 08:59 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Another example of this behavior (congrats page)
(4.20 KB, text/html)
2006-06-04 09:43 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Fixed first example by adding onclick attribute to <tr> element
(1.16 KB, text/html)
2006-06-05 20:02 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Fixed second example by adding onclick attribute to <tr> element
(1.23 KB, text/html)
2006-06-05 20:05 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2006-06-04 08:51:19 PDT
Created
attachment 8689
[details]
Semi-reduced test case with links to live images
David Kilzer (:ddkilzer)
Comment 2
2006-06-04 08:53:38 PDT
(In reply to
comment #1
)
> Created an attachment (id=8689) [edit] > Semi-reduced test case with links to live images
Seriously, I didn't intend this pun when I wrote the description!
David Kilzer (:ddkilzer)
Comment 3
2006-06-04 08:59:52 PDT
Created
attachment 8690
[details]
Same semi-reduced test case with local images
David Kilzer (:ddkilzer)
Comment 4
2006-06-04 09:43:36 PDT
Created
attachment 8691
[details]
Another example of this behavior (congrats page)
Geoffrey Garen
Comment 5
2006-06-05 07:56:09 PDT
Can someone try to figure out how the IE DOM treats the elements?
David Kilzer (:ddkilzer)
Comment 6
2006-06-05 20:02:00 PDT
(In reply to
comment #5
)
> Can someone try to figure out how the IE DOM treats the elements?
Adding an onclick attribute to the <tr> element that's just inside the <a> element makes this work in Safari and Firefox just like MSIE. The contents of the onclick attribute should be identical to the contents of the href attribute in the <a> element. I will attach a new example with the onclick attribute added.
David Kilzer (:ddkilzer)
Comment 7
2006-06-05 20:02:51 PDT
Created
attachment 8722
[details]
Fixed first example by adding onclick attribute to <tr> element
David Kilzer (:ddkilzer)
Comment 8
2006-06-05 20:05:21 PDT
Created
attachment 8723
[details]
Fixed second example by adding onclick attribute to <tr> element This looks better than
Attachment 8722
[details]
since it has the original image URLs in it.
Sam Sneddon [:gsnedders]
Comment 9
2020-12-22 15:11:57 PST
We still don't have the old IE behaviour, but we do now have all browsers having identical behaviour through the specification of the HTML parser. -> INVALID.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug