-
This RFE calls for switching from TinyMCE to a modern editor that uses `contenteditable` only as input, and then builds its own model of the document based on what is being typed, and renders that mod…
-
Currently, domtypes defines dom attributes, properties, styles, events and elements as `lazy val`.
Now, we use domtypes in OutWatch, where most of the things we are constructing are builders. For e…
-
There's an inconsistency between where aria-placeholder is allowed in ARIA and where placeholder is allowed in HTML.
ARIA 1.2 (and the current working draft) only allows `aria-placeholder` on
-…
-
I have a single page app built using Vue.js which uses div elements with the contenteditable attribute for a couple of fields. Recently, we had a customer file a bug saying that these fields weren't e…
-
When replacing emojis with images in a whole HTML document, there may be areas/elements that need to be excluded from processing. For example: inline editors or elements with `contentEditable`. Ideall…
-
### Basic info:
- **Node.js version:** 12.16.2
- **jsdom version:** 16.2.2
### Minimal reproduction case
On @testing-library/user-event, we have a feature to write into DOM element, simulating…
-
main.html input으로 데이터를 입력받을 수 있도록 코드 수정
수정한 이유: 원래 div에 contenteditable 속성을 추가하여 input처럼 활용할 계획이였다
그런데 JS 코드를 짜는중 사용자가 입력한 데이터를 가져오는데 어려움이 있었다
innerHTML, value를 사용해봤는데 div태그에 입력한 값을 가져오지 못했다ㅠㅠ
…
-
I've found a small issue I'm able to reproduce if:
1. HTML (an `h1`) already exists at load-time in the `.wk-wysiwyg` element (wysiwyg mode)
2. All content in the `contentEditable` `div` is selected a…
-
Many contenteditable tests fail on Firefox.
-
wynne.jg reports
> Sanitizing
>
> ``` html
>
>
>
>
> LOTS OF TEXT HERE
>
> ```
>
> yields the following
>
> ``` html
>
>
>
> LOTS OF TEXT HERE
>
> ```
---
Not…