Closed
Bug 717587
Opened 14 years ago
Closed 14 years ago
Need to support new MathML3 href attribute
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file, 1 obsolete file)
13.55 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
As of bug 427990 MathML nodes can now use an href attribute instead of an XLink to create a link inside a mathematical formula.
Some test cases are available on bug 534968.
Assignee | ||
Comment 1•14 years ago
|
||
Fixes, so far:
Ctrl+Click on MathML Link to open in new tab
Correct menuitems on right-click of MathML link
Properties menuitem works on MathML link
Page Info detects MathML links
Comment on attachment 588019 [details] [diff] [review]
Possible patch
This looks good so far but was just wondering if there was any code duplication that could be removed around the metadata.js and pageInfo.js changes.
Attachment #588019 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #588019 -
Attachment is obsolete: true
Attachment #588429 -
Flags: review?(iann_bugzilla)
Attachment #588429 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Pushed changeset 7a34e038ee94 to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Now that bug 720225 is fixed, I get:
Error: linkNode.hasAttributeNS is not a function
Source File: chrome://communicator/content/contentAreaClick.js
Line: 76
when clicking an empty space of a website in a browser window. [I guess this can be reproduced in many other ways.] When the error occurs for me, linkNode.nodeName = "#document".
Assignee | ||
Comment 7•14 years ago
|
||
Ah yes, I lost the element check that the previous code had. File a bug?
You need to log in
before you can comment on or make changes to this bug.
Description
•