Skip to content

Conversation

@jaltekruse
Copy link

No description provided.

eluberoff and others added 30 commits January 31, 2018 08:52
Add verbal support for reading and navigating nthroots
add support for overleftrightarrow, and cleanup styles for overleftarrow and overrightarrow
Add a configuration flag to disable copy & paste
add support for overarc
remove important modifiers
less version 3.0.0 causes problems with inline javascript, which was breaking the build
we aren't gauranteeing that controller.options is an object
We were trying to index into, e.g., `parent.parent.ends[L]`, but it's
possible that a parent is actually equal to `0`, in which case there
is no `ends` property and the lookup throws. Reported by a partner,
but we're also seeing this occasionally on WWW.
Add defensive checks for property lookup on parent-parent nodes
This is a new feature of npm that specifies exact package versions. It
gets generated every time you run `npm install` (or `make` or
`make basic`), so we need to either check this in or ignore it.
Checking it in is helpful because it avoid surprise version differences
between users.
…boardevents

restore legacy substituteKeyboartdEvents option
…-build

mathquill#797 less 3.0.1 breaks build because @var:; is non standard
…ead-of-gray

use semi-transparency instead of gray
sclower and others added 30 commits August 17, 2021 18:22
For general mathspeak computation, ignore the start and end block delimiters. Speak them when navigating.

Also stops separating individual letters inside style blocks so they are read aloud as normal text.
…e-mathspeak

Improve Mathspeak for Text Blocks
Interpret → as \to when it is pasted in
* Call updateMathspeak from the primary setAriaLabel() method if the active Mathquill element does not have focus (this was previously called in textarea, but wouldn't necessarily fire if an outsider was setting the label via the public API).
* Add the colon symbol only when computing an aria-label + mathspeak for the active Mathquill-- should restore previously expected behavior.
…dering

Consolidate ARIA label update code and use hidden span for static math
…update

Short-circuit efficient latex update if old and new values are identical
jQuery 3.x has introduced a bunch of different focus bugs in the process
of attempting to migrate to using native focus events in more cases,
some of which remain unfixed in the latest version (3.6.0).

Examples:
* jquery/jquery#4859
* jquery/jquery#4856
* jquery/jquery#4950
* jquery/jquery#4867

Some unknown bug in this general class can make it so that Mathquill
public api focus calls stop working because using jQuery to
programatically trigger focus breaks.

Work around this by switching to triggering native focus events instead
of jQuery focus events.
Use native focus events insted of jQuery focus events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.