-
`inputmode` spec says,
> User agents can support the inputmode attribute on form controls (such as the value of textarea elements), or in elements in an editing host (e.g., using contenteditable).
…
-
# Child nodes of contenteditable="false" elements are editable by drag and drop of text
##### Expected behavior.
Dragging text into an element that's a child of a contenteditable="false" but doesn…
-
Whilst selecting stuff with shift + arrows or with shift + mouse works fine when a `contenteditable="false"` is around, selecting everything (strg+a) does not seem to work in chrome:
http://jsfiddle.…
-
## SSCCE: https://ellie-app.com/4TNwCtWm5HGa1
```elm
module Main exposing (main)
import Browser
import Html exposing (Html)
import Html.Attributes
import Html.Events
import Task
import Jso…
-
**Bug Report**
Hello, I guess I found a bug unless I'm doing something wrong with `v-if` behaving differently with Vue 3.
**Description:**
When a `` component is wrapped inside a conditionally …
-
I have a grid with items that have elements that are contenteditable="true"
When you turn on resize, gridster registers and event on selectstart that causes highlighting and caret placement to not wo…
-
```
What steps will reproduce the problem?
1. Setup DisableInInput to true
2. Set cursor focus to an html editable div element
3. Press a configured keyboard shortcut
What is the expected output? Wha…
-
**Describe the bug**
I'm using sass in a Next.js React project. I'm unable to import the react-grid scss into my scss file.
```/** styles.module.scss */
$primary-color: #fff !default;
@import…
-
I'm trying the context menu on a TinyMCE instance but it's not working.
Maybe is not supported using this extension inside an element that is `contenteditable` ?
-
```
What steps will reproduce the problem?
1. Setup DisableInInput to true
2. Set cursor focus to an html editable div element
3. Press a configured keyboard shortcut
What is the expected output? Wha…