Davide P. Cervone
|
bcdb2f1048
|
Don't allow labels to overlap equations in HTML-CSS mode. Because HTML-CSS allows tables that fill 100% of the width, making this work for centered equations is sub-optimal as we have to leave space on both sides of the equation to balance the label width. Issue #596.
|
2015-07-13 10:52:04 -04:00 |
|
Davide P. Cervone
|
a154d7ded1
|
Merge branch 'hotfix-2.5.3' into develop
|
2015-04-30 17:51:07 -04:00 |
|
Davide P. Cervone
|
242c9356f5
|
Put off moving math in containers with display:none from the hidden div where they are typeset to their proper locations until AFTER they have been remeasured. Resolves issue #1179.
|
2015-04-30 13:44:03 -04:00 |
|
Davide P. Cervone
|
325f149ef7
|
Merge remote-tracking branch 'mathjax/hotfix-2.5.2' into develop
|
2015-04-29 10:54:31 -04:00 |
|
Davide P. Cervone
|
6aba7a2170
|
Fix handling of colored backgrounds on math elements in IE, and on mspace/mpadded elements in IE < 8.
|
2015-04-20 13:18:14 -04:00 |
|
Davide P. Cervone
|
feb05eb185
|
Merge branch 'issue1163' into hotfix-2.5.2. Issue #1163.
|
2015-04-13 18:02:27 -04:00 |
|
Davide P. Cervone
|
4a4221b78b
|
Make sure that unknown characters in an mrow force the mrow to be measured. Resolves issue #1163.
|
2015-04-13 17:18:07 -04:00 |
|
Davide P. Cervone
|
b8a48d9cd7
|
Properly measure final HTML-CSS output to make sure we have the right size. Resolves issue #1158.
|
2015-04-13 16:15:07 -04:00 |
|
Davide P. Cervone
|
ad66602529
|
Merge remote-tracking branch 'dpvc/hotfix-2.5' into develop
|
2015-02-25 18:34:17 -05:00 |
|
Davide P. Cervone
|
5f53a23e58
|
Force measurement of unknown characters, even when noReflows is active.
|
2015-02-25 10:59:01 -05:00 |
|
Davide P. Cervone
|
6286c63239
|
Fix var problems identified by YUI.
|
2015-02-20 09:47:47 -05:00 |
|
Davide P. Cervone
|
3308957304
|
Fix some comments.
|
2015-02-19 08:58:01 -05:00 |
|
Davide P. Cervone
|
fe0d977494
|
Handle padding in measured children when noReflows is used (e.g., in maction tags around operators).
|
2015-02-17 16:03:25 -05:00 |
|
Davide P. Cervone
|
15b3928891
|
Break HTML-CSS output into phases so that the final measurement can be done all at once. Restores timing improvements that were lost due to a change made in the testing for v2.5.
|
2015-02-14 15:30:37 -05:00 |
|
Davide P. Cervone
|
737fbc01df
|
Fix var issues (noted by YUI compression)
|
2015-01-29 10:34:58 -05:00 |
|
Davide P. Cervone
|
f5c10288dd
|
Update copyright dates.
|
2015-01-29 10:21:06 -05:00 |
|
Davide P. Cervone
|
0433a7b0ee
|
Some fixes to get things to work in older IE versions.
|
2015-01-28 14:46:15 -05:00 |
|
Davide P. Cervone
|
da8b1ea1ff
|
Make super- and subscripts respect height of stretched characters.
|
2015-01-28 11:43:19 -05:00 |
|
Davide P. Cervone
|
8f9d982af6
|
Scale displayIndent to HTML size, since the shift is outside the font-size scaling. This was required by the change to issue 769. (Issue #768.)
|
2015-01-24 05:15:21 -05:00 |
|
Davide P. Cervone
|
cd235d5b0e
|
Handle background color properly when there is an indentshift.
|
2015-01-23 11:31:17 -05:00 |
|
Davide P. Cervone
|
08cb7160f5
|
Fix scaling of indentshift in HTML-CSS; since is outside the font-size change, it doesn't need HTMLCSS.scale.
|
2015-01-22 10:15:12 -05:00 |
|
Davide P. Cervone
|
24bfd6baf2
|
Merge branch 'issue997' into develop. Issue #997.
|
2015-01-12 09:37:34 -05:00 |
|
Davide P. Cervone
|
856d839ce9
|
Don't set tabindex, as it causes unwanted focus outlines. Revisit this later when we do accessibility update. Resolves issue #997.
|
2015-01-11 09:25:41 -05:00 |
|
Davide P. Cervone
|
2431a90a9f
|
Rename variable used for displayIndent so it doesn't conflict with previous usage. Also, handle '0em' and similar values as '0'. Resolves issue #1000.
|
2015-01-11 09:20:30 -05:00 |
|
Davide P. Cervone
|
8a1db4b859
|
Make HTML-CSS measure the final math element so that the right amount of place is left for it (particularly a problem in Safari).
|
2014-12-30 18:21:05 -05:00 |
|
Davide P. Cervone
|
edce81f691
|
Prevent use of id's in previews from confusing HTMLspanElement() calls.
|
2014-12-28 12:02:34 -05:00 |
|
Davide P. Cervone
|
301ee4f300
|
Merge branch 'issue950' into develop. Issue #950.
|
2014-12-07 07:10:09 -05:00 |
|
Davide P. Cervone
|
3f3f27005a
|
IE9+ has a name limits of 31 for font-family, so the long names cause problems; fortunately, FontFaceBug is only needed for IE8 and below, so make that be version dependent. Resolves issue #950.
|
2014-12-06 20:24:41 -05:00 |
|
Davide P. Cervone
|
ae0f3fe3b3
|
Add more version information for Safari, and use Em rounding for Safari 8.0 (also 6.2, 7.1, which have the same WebKit version). Resolves issue #931.
|
2014-12-06 18:00:31 -05:00 |
|
Davide P. Cervone
|
2babc14e1b
|
Merge branch 'issue860' into develop. Issue #860.
|
2014-11-02 09:27:27 -05:00 |
|
Davide P. Cervone
|
ff8637377f
|
Merge branch 'issue804' into develop. Issue #804.
|
2014-11-02 09:26:36 -05:00 |
|
Davide P. Cervone
|
ad004ac668
|
Preserve RDFa and other non-standard attributes from MathML elements in the HTML-CSS or SVG output. Resolves issue #860, and also handles #502 as a side-effect.
|
2014-09-14 13:47:20 -04:00 |
|
Davide P. Cervone
|
9bf55785f0
|
Use proper value of base scaling to reset u and v in super- and subscript positioning. Resolves issue #804.
|
2014-09-14 11:02:16 -04:00 |
|
Davide P. Cervone
|
0a04a6ce19
|
Don't clip left or right-hand sides, only top and bottom (which are what need clipping to hide exctra height/depth, and prevent the positioning spans from overlaying the material above). Resolves issue #807, and may hekp issue #646.
|
2014-09-14 10:33:06 -04:00 |
|
Davide P. Cervone
|
ca196c8e0d
|
Merge branch 'issue835' into develop. Issue #835.
|
2014-09-14 09:21:44 -04:00 |
|
Davide P. Cervone
|
f07278d3db
|
Make zoom box large enough for overlaps (e.g., when \llap, \rlap, or \smash are used) in SVG and HTML-CSS output. Can't do it effectively for NativeMML, since we don't know anything about overlaps in that case. Resolves issue #835.
|
2014-09-13 15:34:52 -04:00 |
|
Davide P. Cervone
|
6ed822313f
|
Set the internal bounding box data properly for mpadded elements. Resolves issue #917.
|
2014-09-13 15:29:49 -04:00 |
|
Davide P. Cervone
|
74253a955f
|
Merge branch 'issue834' into develop. Issue #834.
|
2014-09-11 06:59:18 -04:00 |
|
Davide P. Cervone
|
84206a3f15
|
Merge branch 'issue769' into develop. Issue #769.
|
2014-09-11 06:58:42 -04:00 |
|
Davide P. Cervone
|
c30dd6647b
|
Merge branch 'issue829' into develop. Issue #829.
|
2014-09-11 06:50:13 -04:00 |
|
Davide P. Cervone
|
1e219b4304
|
Get linebreaking size correct for zoom boxes, and do a better job of managing the width for full-width tables (only make the box as wide as necessary). Resolves issue #834.
|
2014-09-10 22:05:03 -04:00 |
|
Davide P. Cervone
|
ea42f427f6
|
Fix multiple problems with indentshift and indentalign in HTML-CSS and SVG output. (Negative values not handled properly, shift not applied to centering, SVG not handling shift past edges well, percentage shifts now in relation to container, etc.) Resolves issues #769 and #768.
|
2014-09-09 10:28:25 -04:00 |
|
Davide P. Cervone
|
82d0ea22c2
|
Fix a conflict with noReflows and mtextFontInherit.
|
2014-09-08 17:49:47 -04:00 |
|
Davide P. Cervone
|
14fd3918ed
|
Use delimitershortfall and delimiterfactor for stretching vertical delimiters. Resolves issue #829.
|
2014-09-08 15:23:42 -04:00 |
|
Davide P. Cervone
|
4a4d88c26f
|
Merge branch 'no-reflows' into develop
|
2014-09-01 14:13:52 -04:00 |
|
Davide P. Cervone
|
3848ac329b
|
Fix scaling for text when mtextFontInherit is in effect and Scale All Math is not 100%. Issue #826
|
2014-08-24 18:23:37 -04:00 |
|
Davide P. Cervone
|
58c20a9a4c
|
Merge branch 'issue826' into develop. Issue #826.
|
2014-08-21 16:27:15 -04:00 |
|
Davide P. Cervone
|
b7fbcc73b6
|
Fix scaling of unknown characters to handle 'Scale All Math' values properly. Issue #826.
|
2014-08-20 12:10:28 -04:00 |
|
Davide P. Cervone
|
1cd23252c1
|
Fix problem with percentage width being used too many times in HTML-CSS output. Resolves issue #832.
|
2014-08-20 09:30:04 -04:00 |
|
Davide P. Cervone
|
0104a90463
|
Merge branch 'issue845' into develop. Issue #845.
|
2014-08-20 07:59:01 -04:00 |
|