Davide P. Cervone
|
23af855cf5
|
Merge pull request #1534 from dpvc/full-width-fix
Make sure CHTML output stays a table-cell when focused.
|
2016-07-08 09:11:55 -04:00 |
|
Davide P. Cervone
|
4f87ff1b87
|
Merge pull request #1530 from dpvc/issue1478
Fix problem with Safari inserting line breaks before in-line math. #1478
|
2016-07-08 08:58:37 -04:00 |
|
Davide P. Cervone
|
4120eb146c
|
Merge pull request #1529 from dpvc/font-fixes
Font fixes
|
2016-07-08 08:54:28 -04:00 |
|
Davide P. Cervone
|
1c9e74a8f6
|
Merge pull request #1512 from dpvc/node241
Make CHTML mglyph scale image size by hand. mathjax/MathJax-node#241
|
2016-07-06 14:01:23 -04:00 |
|
Davide P. Cervone
|
07709589b1
|
Merge pull request #1510 from dpvc/issue1393
Prevent CSS bleedthrough for box-sizing (set by Bootstrap CSS). #1393
|
2016-07-06 13:52:22 -04:00 |
|
Davide P. Cervone
|
f2ac60f2c5
|
Make sure CHTML output stays a table-cell when focused.
|
2016-06-22 13:59:09 -04:00 |
|
Davide P. Cervone
|
94f2f20448
|
Fix problem with Safari inserting linebreaks for in-line math due to new width-detection scheme (linebreakSpan). #1478.
|
2016-06-20 18:23:18 -04:00 |
|
Davide P. Cervone
|
8f628e0590
|
Adjust height and depth of minus to match plus, and fix arrow rep to remove the extra when it is used as an arrow extender. Fix up some spacing and use shorthands for some font names. Resolves issue #1187.
|
2016-06-16 22:20:56 -04:00 |
|
Davide P. Cervone
|
1d9ba6992a
|
Add alias for U+2206 to U+0394, and remove incorrect data from SVG files. Apparently the batik conversion added these somehow, so that should still be fixed. Resolves issue #1418.
|
2016-06-16 11:30:58 -04:00 |
|
Davide P. Cervone
|
abb7084ae9
|
Merge pull request #1479 from dpvc/issue1478
Properly determine container widths. Resolves issue #1478.
|
2016-06-08 07:32:15 -04:00 |
|
Davide P. Cervone
|
5c12c99381
|
Merge pull request #1505 from dpvc/issue1004
Make rowlines="" and rowlines=" " be rowlines="none". #1004
|
2016-06-08 06:55:00 -04:00 |
|
Davide P. Cervone
|
dd0d6cab3c
|
Merge pull request #1501 from dpvc/issue1499
Allow percentage width to bubble up in bbox.updateFrom(cbox). #1499
|
2016-06-08 06:52:17 -04:00 |
|
Davide P. Cervone
|
e715e1dd99
|
Merge pull request #1503 from dpvc/issue1500
Handle adjusting cell heights properly. #1500
|
2016-06-08 06:50:58 -04:00 |
|
Davide P. Cervone
|
b2f2748c8e
|
Merge pull request #1481 from dpvc/issue1480
Fix problem in CHTML with mmultiscripts that contain stretchy characters. #1480
|
2016-06-08 06:44:21 -04:00 |
|
Davide P. Cervone
|
58e2717d45
|
Merge pull request #1459 from dpvc/issue1447
Improve getNode() so that is finds the correct node. #1447
|
2016-06-08 06:33:11 -04:00 |
|
Davide P. Cervone
|
ae4f60f2df
|
Make CHTML mglyph scale image size by hand rather than using offsetWidth and offsetHeight, since those cause reflow. This also makes it work in mathjax-node. Resolves mathjax/Mathjax-node#241.
|
2016-06-07 12:43:09 -04:00 |
|
Davide P. Cervone
|
5b6aa4f82a
|
Prevent CSS bleedthrough for box-sizing (set by Bootstrap CSS). Resolves issue #1393.
|
2016-06-07 10:45:59 -04:00 |
|
Davide P. Cervone
|
acbb444141
|
Make rowlines='' and rowlines=' ' be rowlines='none'. Resolives issue #1004.
|
2016-06-07 06:46:13 -04:00 |
|
Davide P. Cervone
|
fef425431b
|
Handle adjusting cell heights properly. Add a 1em strut to work around issues with cells containing no text and cells that are shorter than the midpoint of the font. Resolves issue #1500.
|
2016-06-06 07:15:04 -04:00 |
|
Davide P. Cervone
|
a118ca9e82
|
Allow percentage width to bubble up un bbox.updateFrom(cbox). Resolves issue #1499.
|
2016-06-02 16:33:15 -04:00 |
|
Davide P. Cervone
|
c9fc3ae66b
|
Fix up comment.
|
2016-05-18 12:37:23 -04:00 |
|
Davide P. Cervone
|
2f37edaadf
|
Construct the script boxes in the DOM so that stretchy characters can use CHTMLnodeElement() to locate their associated DOM nodes properly. The boxes are moved into the correct places later. REsolves issue #1480.
|
2016-05-18 12:30:53 -04:00 |
|
Davide P. Cervone
|
97ab12ea52
|
Properly determine container width for shrink-wrapped elements in CommonHTML. Issue #1478.
|
2016-05-17 15:55:07 -04:00 |
|
Davide P. Cervone
|
e1d430d1b3
|
Make getNode() non-recursive and add comments for what it does. Issue #1447.
|
2016-05-17 12:31:47 -04:00 |
|
Davide P. Cervone
|
fd223636e0
|
Merge pull request #1462 from dpvc/issue1441
Bubble percentage widths up while line breaking in CHTML. Resolves issue #1441.
|
2016-05-17 11:25:42 -04:00 |
|
Davide P. Cervone
|
17cd3349c7
|
Merge pull request #1465 from dpvc/issue1437
Don't set role in CHTML and HTML-CSS output. Resolves issue #1437.
|
2016-05-11 17:24:04 -04:00 |
|
Davide P. Cervone
|
a091415f55
|
Merge pull request #1457 from dpvc/issue1451
Fix problem with Plane1 not being mapped to the MathJax fonts properly. Resolves issue #1451.
|
2016-05-11 17:12:02 -04:00 |
|
Davide P. Cervone
|
902aa2bf7e
|
Don't set role in CHTML and HTML-CSS output, and fix comments in other jax. Issue #1437.
|
2016-05-04 08:18:59 -04:00 |
|
Davide P. Cervone
|
715dadf23a
|
Bubble percentage widths up while line breaking in CHTML. Resolves issue #1441.
|
2016-05-04 08:08:18 -04:00 |
|
Davide P. Cervone
|
7116cde328
|
Improve getNode() so that it doesn't find elements inside nodes that come from other MathML nodes (those with IDs). Resolves issue #1447.
|
2016-04-29 19:02:15 -04:00 |
|
Davide P. Cervone
|
22c19a8186
|
Fix problem with Plane1 not being mapped to the MathJax fonts properly. Resolves issue #1451.
|
2016-04-29 09:43:00 -04:00 |
|
Peter Krautzberger
|
9da81b518e
|
[CommonHTML] fix typo in styles
Fixes #1443
|
2016-04-21 10:06:26 +02:00 |
|
Davide P. Cervone
|
11b5897959
|
Update version numbers of changed files
|
2016-02-07 15:34:12 -05:00 |
|
Davide P. Cervone
|
d1a569c905
|
Add jax parameter to getTabOrder() so that, if overridden, you can identify the jax (and it asociated script).
|
2016-02-06 10:35:31 -05:00 |
|
zorkow
|
a1bfe0afcf
|
Adds configuration for excluding MathJax elements from tab order.
|
2016-02-06 09:26:29 -05:00 |
|
Davide P. Cervone
|
2b5f6103cc
|
Merge branch 'issue1360' into develop. Issue #1360.
|
2016-01-27 14:40:13 -05:00 |
|
Davide P. Cervone
|
d478573b33
|
Return the NODES array in getNodesByClass().
|
2016-01-27 01:15:07 -05:00 |
|
Davide P. Cervone
|
1318ffeb88
|
Fix CHTML.getNode() to handle nested tags, and fix CHTMLchildNode() for munderover and msubsup elements. Resolves issue #1360
|
2016-01-26 14:59:32 -05:00 |
|
Davide P. Cervone
|
e315be2978
|
Reorganize fraction layout in order to align fraction lines better. (Probably should do something similar for munderover and possibly msupsub as well.) Resolves issue #1348.
|
2016-01-26 12:21:25 -05:00 |
|
Davide P. Cervone
|
24a6cf7c25
|
Merge branch 'issue1359' into develop. Issue #1359.
|
2016-01-26 11:05:34 -05:00 |
|
Davide P. Cervone
|
60de3854b9
|
Merge branch 'issue1353' into develop. Issue #1353.
|
2016-01-26 11:05:02 -05:00 |
|
Davide P. Cervone
|
4d0af10b8d
|
If measurements can't be taken in getHDW(), move the test elements to the document.body instead in hopes that it is visible. Resolves issue #1353.
|
2016-01-25 12:02:24 -05:00 |
|
Davide P. Cervone
|
99782aee54
|
Remove padding from elements where CSS overrides it. Resolves issue #1359.
|
2016-01-25 08:43:47 -05:00 |
|
Davide P. Cervone
|
dc450d6bc7
|
Handle movablelimits on TeXAtom elements. Resolves issue #1197.
|
2016-01-24 18:26:50 -05:00 |
|
Davide P. Cervone
|
ba0de5c8a0
|
Update version numbers to 2.6.0
|
2015-12-29 09:36:52 -05:00 |
|
Davide P. Cervone
|
ae8ae0cb72
|
Fix a number of issues found by running IE8.
|
2015-12-23 19:40:41 -05:00 |
|
Davide P. Cervone
|
e7c11c969a
|
Fix focus problems due to overly aggressive CSS, and done add space around HTML-CSS output (which was causing problems).
|
2015-12-17 17:00:42 -05:00 |
|
Davide P. Cervone
|
a1460f8993
|
Update version numbers for 2.6.0-beta.2
|
2015-12-14 10:14:34 -05:00 |
|
Davide P. Cervone
|
21dd8a4b46
|
Make sure main container element gets width set when using right margin for negative size
|
2015-12-06 07:49:24 -05:00 |
|
Davide P. Cervone
|
757660863f
|
Handle boxes with negative widths in CHTML. Resolves issue #1280
|
2015-12-05 18:43:31 -05:00 |
|