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 |
|
Jason Davies
|
be1b17f544
|
Fix spelling
|
2010-10-19 14:40:08 +01:00 |
|
Sean Hogan
|
fac13ed351
|
issue #4: MathJax init fail in IE9 (IE9 mode)
|
2010-10-15 16:04:27 +11:00 |
|
Sean Hogan
|
73070cc749
|
issue #3: MathJax init fail in IE9 (IE7 mode)
|
2010-10-15 15:59:29 +11:00 |
|
dpvc
|
c35cfc9e9f
|
Make sure movable limits is off for \underline and related macros (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3873129)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@623 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-10-10 23:41:08 +00: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
|
86ad73c8bd
|
Fix reference to params.config to check for params (avoids undefined variable error)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@620 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-10-01 10:34:50 +00:00 |
|
dpvc
|
8971f378f5
|
Add ability to pass parameters to the script that loads MathJax (via MathJax.js?name=value&name=value&... in the URL). Implement config=file parameter as a method of specifying the configuration file.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@619 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 03:36:41 +00:00 |
|
dpvc
|
89fab25603
|
Make AJAX.loadComplete() work even if no AJAX.Load() was called (in preparation for putting multiple files into a single configuration file that can include all the common extensions and setup files)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@618 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 02:49:27 +00:00 |
|
dpvc
|
b8350ca60c
|
Bump version for changes in SVN 613
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@617 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 02:24:54 +00:00 |
|
dpvc
|
8b46d6f27e
|
Bump version number for changes in SVN 615
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@616 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 02:22:13 +00:00 |
|
dpvc
|
508188ecba
|
Fix problem with combining operators when an element is null, and only combine within mrows (and inferred mrows). Should this be in the STACK.Push() methods instead?
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@615 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 02:14:55 +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
|
fa7820f393
|
Preserve case when adding xmlns to <math> element
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@613 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-29 01:12:25 +00:00 |
|
dpvc
|
be52ea6f7f
|
Bump the version numbers due to the changes in SVN 609-611
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@612 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-28 01:31:42 +00:00 |
|
dpvc
|
bf75061186
|
Combine adjacent REL operators into a single <mo> tag (resolves bug #3074348)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@611 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-28 01:19:44 +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 |
|
dpvc
|
58ee4a04a5
|
Handle background colors from style attributes better
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@609 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-28 00:34:43 +00:00 |
|
Casey W. Stark
|
344c25fa2f
|
Merge branch 'old'
|
2010-09-25 23:57:15 -07:00 |
|
Davide Cervone
|
4965070442
|
Use onkeypress to force IE to do onchange when RETURN is pressed (resolves bug reproted at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3862906)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@608 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-23 11:12:15 +00:00 |
|
Davide Cervone
|
81a1413d19
|
Add separate (shorter) timeout for web fonts, and after first web font fails, give up on web fonts and use image fonts instead (if available)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@607 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-22 23:43: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
|
7890430ddb
|
Update html docs to include corrections in rst files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@605 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-20 03:31:05 +00:00 |
|
Davide Cervone
|
8a883edb0a
|
Fix use of image mode for iPad/iPhone/iPod
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@604 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-20 03:29:40 +00:00 |
|
Jason Davies
|
85975e7880
|
Fix spelling and grammar typos in docs
|
2010-09-20 02:30:21 +08:00 |
|
Robert Miner
|
a1bd4704ec
|
fixed bad typos in sample config code s/C/c/
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@603 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-16 22:58:38 +00:00 |
|
Davide Cervone
|
311b800451
|
Update html docs to include recent changes in rst files
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@602 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-14 12:19:42 +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
|
fdf51d1425
|
Let Android 2.2 use web-fonts, but still have iPod/iPhone/iTouch use image mode. Should mobile safari default to images, and only allow web fonts when known to work?
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@599 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-01 21:36:58 +00:00 |
|
Davide Cervone
|
0c1bddc0a2
|
Fixes to detect Firefox 4 and Android 2.2 work better
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@598 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-09-01 17:09:49 +00:00 |
|
Casey W. Stark
|
5eece68de7
|
Two typos in the TeX docs page
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@597 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-31 05:17:38 +00:00 |
|
Davide Cervone
|
f33232b0cf
|
Replace illegal character used in cookie name (again).
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@596 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-30 11:14:03 +00:00 |
|
Davide Cervone
|
3a43c9b273
|
Change cookie prefix to not include illegal ':' character
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@595 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-29 20:52:19 +00:00 |
|
Davide Cervone
|
b2cdb55231
|
Work around a bug new in Opera 10.61 that causes it to get the em-size wrong (resolves bug 3054207)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@594 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-27 16:27:41 +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
|
4067a227fe
|
Correct error in svn command for version 1.0 tag, and update HTML files to include recent changes
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@592 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-26 13:02:52 +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 |
|
Robert Miner
|
4fb9a8d319
|
typos, editorial changes
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@590 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-25 15:40:11 +00:00 |
|
Davide Cervone
|
c8d615dc26
|
Fix problem with \fbox producing longdiv rather than box
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@589 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-23 21:00:12 +00:00 |
|
Davide Cervone
|
c535d157bc
|
Fix CSS bleed in Frefox zoom testing, and move imgBrowserZoom() call to initImg() so that it is called once per equation rather than once per image.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@588 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-23 12:44:26 +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
|
7c12db8b93
|
Try to isolate DIV used for font checking from bleeding of page CSS
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@586 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-19 11:18:26 +00:00 |
|
dpvc
|
99ef8710cc
|
Another typo
|
2010-08-19 00:35:18 +00:00 |
|
Davide Cervone
|
4913c618c1
|
Another typo
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@585 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-19 00:35:18 +00:00 |
|
dpvc
|
e1b7d498ee
|
Fixed typo
|
2010-08-19 00:32:36 +00:00 |
|
Davide Cervone
|
d1d9eeb42c
|
Fixed typo
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@584 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-19 00:32:36 +00:00 |
|
dpvc
|
3cc9978f0a
|
Fixed CSS bleed for width of hidden DIV's used for measurements.
|
2010-08-18 23:38:47 +00:00 |
|
Davide Cervone
|
204a315d4f
|
Fixed CSS bleed for width of hidden DIV's used for measurements.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@583 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
|
2010-08-18 23:38:47 +00:00 |
|