Davide P. Cervone
|
3dfd100a64
|
Merge remote branch 'mathjax/master'
|
2010-11-02 11:46:54 -04:00 |
|
Davide P. Cervone
|
862d07a04b
|
Changes from Sean for IE9
|
2010-11-02 11:16:14 -04:00 |
|
Sean Hogan
|
df61c069a0
|
IE <= 8 parses MathML incorrectly. MathJax implements an alternative code path to get around this problem. This code was executed for all versions of IE, but IE9 parses MathML correctly, so this fix implements feature detection of MathML parsing.
|
2010-10-29 11:13:39 +11:00 |
|
Davide P. Cervone
|
266328ebca
|
Fix a problem with IE when parentNode is null.
Apparently IE removes empty text nodes, and so the open.parentNode can
be null. So check before trying to remove the node. This resolves
the issue raised by
https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3902096
|
2010-10-20 22:46:30 -04:00 |
|
dpvc
|
bb695a2d9a
|
Work around MSIE bug where outerHTML doesn't put quotation marks around attribute values in some cases (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3873440)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@622 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-10-10 23:25:11 +00:00 |
|
dpvc
|
9a05b34113
|
Work around Firefox bug that inserts a line break when display math causes an empty text node within a pre element
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@621 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-10-10 22:02:20 +00:00 |
|
dpvc
|
173f1e22df
|
Add check for xmlns that specifies MathML, and process tags with namespace prefixes in HTML documents
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@614 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 01:13:30 +00:00 |
|
dpvc
|
ee4a142258
|
Add support for \href, \style, \class, and \cssId macros
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@610 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-28 00:35:22 +00:00 |
|
Davide Cervone
|
d0800c8c3c
|
Change jax 'name' property to 'id' to avoid conflict with read-only name property of the Function object (the ElementJax and base classes are functions)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@606 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-22 21:58:30 +00:00 |
|
Davide Cervone
|
960c0db2ab
|
Fix problem with IE8 inserting <?xml:namespace> tags in upper case as part of the <math> tag's outerHTML.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@601 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-14 12:18:34 +00:00 |
|
Davide Cervone
|
961a5ab928
|
Allow CDATA comments to include newlines
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@600 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-03 16:25:22 +00:00 |
|
Davide Cervone
|
71ac366cad
|
Change \b to (^| ) or ( |$) when looking for math in the class name
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@593 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-27 12:15:56 +00:00 |
|
Davide Cervone
|
a831f61907
|
Fix problem with entities (resolves bug 3052435)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@591 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-25 21:57:22 +00:00 |
|
Davide Cervone
|
096d4b4e5d
|
Fix problem with tex2jax_ignore bleeding into its siblings (resolves issue from https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3817124).
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@587 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-20 21:14:24 +00:00 |
|
Davide Cervone
|
e3da32b7a8
|
Fixed missing quotation mark in VERSION number
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@577 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-13 15:35:12 +00:00 |
|
Davide Cervone
|
373cd164cb
|
Make sure text wraps for MSIE
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@572 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-10 00:49:18 +00:00 |
|
Davide Cervone
|
e50fbe9715
|
Add version numbers to auxiliary files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@570 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-09 22:20:24 +00:00 |
|
Davide Cervone
|
c48fabff81
|
Set text of script rather than move MathML element into script (slower, but avoids bugs in getting the text version of the script for Show Source). Resolves remainder of bug 3040088.)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@566 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-06 11:43:36 +00:00 |
|
Davide Cervone
|
c1109ee95f
|
Fix problem with Show Source not opening a window in Firefox. (Resolves half od the issues in bug 3040088)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@565 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-06 10:49:15 +00:00 |
|
Davide Cervone
|
a8fed6e65b
|
Adjust CSS for about box (use system fonts, etc.)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@545 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-02 12:19:10 +00:00 |
|
Davide Cervone
|
ea7f309b0a
|
Correct help URL
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@542 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-07-30 14:03:13 +00:00 |
|
Davide Cervone
|
512e9cb291
|
Make format submenu use 'Original' for original MathML source, and set the value each time the menu is opened, so mixed pages work properly
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@539 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-07-30 13:49:04 +00:00 |
|
Davide Cervone
|
16ef7aa7ea
|
Second step of reorganizing diretory structure
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@530 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-07-29 20:11:31 +00:00 |
|