zorkow
|
fbb70fb658
|
Removes logging and prototype addition.
|
2015-08-31 14:41:07 +01:00 |
|
zorkow
|
576d6b2132
|
Cleans event function.
|
2015-08-29 02:11:15 +01:00 |
|
zorkow
|
986ee52e8a
|
Focuses popup windows.
|
2015-08-29 01:57:33 +01:00 |
|
zorkow
|
189d4a8a81
|
Adds tabbing and menu key event for for all renderers.
|
2015-08-29 01:02:33 +01:00 |
|
zorkow
|
d73dbe2860
|
Adds prototype definition for indexOf.
|
2015-08-29 00:30:34 +01:00 |
|
zorkow
|
9654bd4256
|
Navigation of RTL menus.
|
2015-08-29 00:09:43 +01:00 |
|
zorkow
|
66b56d9ac9
|
Moves posting code for keyboard triggered menus.
|
2015-08-28 22:52:45 +01:00 |
|
zorkow
|
583f4a60dc
|
Fixes some scolling issues.
|
2015-08-28 18:42:28 +01:00 |
|
zorkow
|
d18bfbf66d
|
Removes redundant methods.
|
2015-08-28 16:52:34 +01:00 |
|
zorkow
|
7f4c56df9b
|
Removes all caching of DOM elements.
|
2015-08-28 16:51:20 +01:00 |
|
zorkow
|
0d60b0654b
|
Removes caching of active element.
|
2015-08-28 12:29:19 +01:00 |
|
zorkow
|
1c07cf3189
|
Removes all caching of MathJax nodes.
|
2015-08-26 14:17:08 +01:00 |
|
zorkow
|
39109bf88a
|
Removes caching of MathJax nodes.
|
2015-08-26 13:56:30 +01:00 |
|
zorkow
|
1228bb89ad
|
Introduces accessor function for cached MathJax nodes.
|
2015-08-26 13:38:44 +01:00 |
|
zorkow
|
816259d6ff
|
Introduces accessor methods for all cached HTML nodes.
|
2015-08-25 13:48:00 +01:00 |
|
zorkow
|
e29e3c9e99
|
Fixes activation problem for submenu anchor.
|
2015-08-24 17:01:50 +01:00 |
|
zorkow
|
9266592219
|
Merge branch 'abstract_menu_entry_class' into add_tabbing
|
2015-08-21 13:11:22 +01:00 |
|
Volker Sorge
|
a3eef41c83
|
Merge pull request #1240 from mathjax/abstract_menu_entry_class
Adds level of subclassing for clickable menu items.
|
2015-08-21 21:10:28 +09:00 |
|
zorkow
|
72e1e6b5b5
|
Fixes case of disabled submenu entry.
|
2015-08-21 13:09:46 +01:00 |
|
zorkow
|
2f83433422
|
Makes Attributes interface uniform.
|
2015-08-21 12:59:28 +01:00 |
|
zorkow
|
64e8419ff1
|
Whitespace cleanup.
|
2015-08-21 12:37:26 +01:00 |
|
zorkow
|
4c54fe224e
|
Fixes tangling active on mouseover.
|
2015-08-21 12:36:44 +01:00 |
|
zorkow
|
66fb6c9ab4
|
Fixes event problem
|
2015-08-21 12:27:15 +01:00 |
|
zorkow
|
70da9faa90
|
Introduces abstract superclass of all keyboard navigatable objects.
|
2015-08-21 05:35:20 +01:00 |
|
zorkow
|
85c1801fba
|
Fixes issues with submenus.
|
2015-08-21 04:59:31 +01:00 |
|
zorkow
|
1be417af3a
|
Combined keyboard and mouse navigation works.
|
2015-08-21 04:34:18 +01:00 |
|
zorkow
|
5e88e80975
|
Merge branch 'abstract_menu_entry_class' into add_tabbing
Conflicts:
unpacked/extensions/MathMenu.js
|
2015-08-20 14:48:50 +01:00 |
|
zorkow
|
2c028aee22
|
Incorporates review suggestions.
|
2015-08-18 22:51:59 +01:00 |
|
zorkow
|
7c68c1cb1c
|
WIP
|
2015-08-18 22:01:27 +01:00 |
|
zorkow
|
c6b98d45cc
|
Injects abstract class for clickable items.
|
2015-08-18 18:01:57 +01:00 |
|
zorkow
|
973edc9686
|
Adds level of subclassing for clickable menu items.
|
2015-08-17 19:50:14 +01:00 |
|
Davide P. Cervone
|
2e6b2bb3f0
|
Fix problem with prescripts being lost if they appear with no base at the end of the expression, and a problem with prescripts when they are before an open brace.
|
2015-08-12 09:24:31 -04:00 |
|
Davide P. Cervone
|
49bdd1e9fa
|
Merge branch 'issue1238' into develop. Issue #1238.
|
2015-08-11 08:37:02 -04:00 |
|
Davide P. Cervone
|
5210dbd4c7
|
Merge branch 'issue1233' into develop. Issue #1233.
|
2015-08-11 08:36:45 -04:00 |
|
Davide P. Cervone
|
12bee3279d
|
Remove namespaces (resolves issue #1238) and use createElementNS even in IE when possible (these nodes are temprary and never actually go into the DOM, so no need to trigger MathPlayer). I don't know if the m: is right for earlier IE, since element.nodeName may return that and cause the same problems as 1238. That should be checked.
|
2015-08-10 18:37:43 -04:00 |
|
Davide P. Cervone
|
d566b9b8bc
|
Merge branch 'issue994' into develop. Issue #994.
|
2015-08-09 15:19:39 -04:00 |
|
Davide P. Cervone
|
3f4c47b4d7
|
Make maligngroup and malignmark be self-closing in MathML input, and make them produce no output in SVG mode. Resolves issue #1233.
|
2015-08-09 15:07:42 -04:00 |
|
Davide P. Cervone
|
99d32c7416
|
Merge branch 'issue1230' into develop. Issue #1230.
|
2015-08-05 15:03:44 -04:00 |
|
Davide P. Cervone
|
22364035fb
|
Merge branch 'issue1074' into develop. Issue #1074.
|
2015-08-05 15:02:59 -04:00 |
|
Davide P. Cervone
|
c101f3877d
|
Merge branch 'issue1095' into develop. Issue #1095.
|
2015-08-05 15:02:35 -04:00 |
|
Davide P. Cervone
|
723530ed1e
|
Merge branch 'issue1231' into develop. Issue #1231.
|
2015-08-05 15:02:16 -04:00 |
|
Davide P. Cervone
|
62c9a327a5
|
Merge branch 'issue1229' into develop. Issue #1229.
|
2015-08-05 15:01:58 -04:00 |
|
Davide P. Cervone
|
9b6a1ae723
|
Change blacker to 1 since browsers now seem to handle that pretty well. Resolves issue #994.
|
2015-08-05 14:50:33 -04:00 |
|
Davide P. Cervone
|
c22f47aace
|
Localize the Math Processing Error message text, and try harder to get the file and line number. Resolves issue #1230.
|
2015-08-04 16:20:00 -04:00 |
|
Davide P. Cervone
|
70e23004ea
|
Work around problem with MathPlayer not being triggered by createElementNS in IE11. Resolves issue #1074.
|
2015-08-04 15:05:06 -04:00 |
|
Davide P. Cervone
|
b1b6861a6c
|
Use px rather than em for frames as well. Resolves issue #1095 in Safari.
|
2015-08-04 09:23:03 -04:00 |
|
Davide P. Cervone
|
922eabdf72
|
Use px rather than em for rule thicknesses, and use borderTop for wide rules rather than borderLeft. This makes them less likely to disappear. Resolves issue #1095.
|
2015-08-04 09:19:41 -04:00 |
|
Davide P. Cervone
|
4c06d67673
|
Make childCore use data[0].Core() if there is an inferred row (so that it matches Parent() in skipping inferred rows). Resolves issue #1231.
|
2015-08-03 18:16:12 -04:00 |
|
Davide P. Cervone
|
e72aa99513
|
Handle spacing of trailing binary operators properly.
|
2015-08-03 18:07:14 -04:00 |
|
Peter Krautzberger
|
8c2ed0c91c
|
Merge pull request #1216 from cben/error-tip
Add debugging tips to error messages
|
2015-08-03 17:21:46 +02:00 |
|