Closed
Bug 706406
Opened 13 years ago
Closed 13 years ago
<maction> doesn't work when click event is called stopPropagation()
Categories
(Core :: MathML, defect)
Core
MathML
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: masayuki, Assigned: masayuki)
References
()
Details
Attachments
(1 file)
9.84 KB,
patch
|
smaug
:
review+
karlt
:
review+
|
Details | Diff | Splinter Review |
Load the URI, you cannot toggle the maction's content.
Assignee | ||
Comment 1•13 years ago
|
||
This also fixes another bug the frame doesn't check defaultPrevented value.
Attachment #577930 -
Flags: review?(karlt)
Attachment #577930 -
Flags: review?(bugs)
Updated•13 years ago
|
Attachment #577930 -
Flags: review?(bugs) → review+
Comment 2•13 years ago
|
||
(In reply to Masayuki Nakano (:masayuki) (Mozilla Japan) from comment #1)
> Created attachment 577930 [details] [diff] [review] [diff] [details] [review]
> Patch
>
> This also fixes another bug the frame doesn't check defaultPrevented value.
Does this fix bug 433774?
Updated•13 years ago
|
Attachment #577930 -
Flags: review?(karlt) → review+
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Frédéric Wang from comment #2)
> (In reply to Masayuki Nakano (:masayuki) (Mozilla Japan) from comment #1)
> > Created attachment 577930 [details] [diff] [review] [diff] [details] [review] [diff] [details] [review]
> > Patch
> >
> > This also fixes another bug the frame doesn't check defaultPrevented value.
>
> Does this fix bug 433774?
On the testcase, no. The click event is fired on <mn> rather than <maction>. So, the testcase doesn't make sense.
Assignee | ||
Comment 4•13 years ago
|
||
But that is a good point, I'll land the patch without defaultPrevented code, and I'll attach a new patch to the bug.
Assignee | ||
Comment 5•13 years ago
|
||
Flags: in-testsuite+
Whiteboard: [inbound]
Target Milestone: --- → mozilla11
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
You need to log in
before you can comment on or make changes to this bug.
Description
•