mathlive icon indicating copy to clipboard operation
mathlive copied to clipboard

A web component for easy math input

Results 301 mathlive issues
Sort by recently updated
recently updated
newest added

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.7 to 10.4.8. Release notes Sourced from autoprefixer's releases. 10.4.8 Do not print color-adjust warning if print-color-adjust also is in rule. Changelog Sourced from autoprefixer's changelog. 10.4.8...

dependencies

## Description Setting the `--on-highlight` variable is supposed to set the color of the text when it's highlighted. Currently this doesn't work. ## Steps to Reproduce 1. open the basic...

bug

## Description I found a case where I'm trying to insert a character after the last character in a group, and moves to after the first character after the group....

bug

Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 9.1.0 to 10.0.0. Changelog Sourced from postcss-cli's changelog. 10.0.0 / 2022-06-29 BREAKING: Drop Node 12 support (#438) Add support for ESM config files (#437) Commits e5419b5 10.0.0...

dependencies

Such as here https://www[dot]mathway[dot]com/Graph on ">" button

I work in vue3 + vite environment package.json ```json { "name": "vue_src", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite...

question

## Description ![5F42DF97-6690-41AE-B1DB-2FDCD1B60A57](https://user-images.githubusercontent.com/26783539/178131344-ab649556-10d0-4ed9-afbf-9a81c3bf33a2.png) ## Steps to Reproduce 1. On https://cortexjs.io/mathlive/, open the keyboard 2. Long press 7 and select a variant 3. Long press 8 and select a variant ###...

I've faced a issue. I've isolated the code there : https://codesandbox.io/s/mathfield-test-listener-mgd36r?file=/src/index.js Actually this issue is maybe linked to the #1535 . In this issue, the use of customkeyboard and the...

I disable mathfield by script with mathfield.disable = true. That works great and mathfield becomes non editable. But in some cases, the inputfield.disable = true is trigered when the keyboard...

bug