Opened 11 years ago
Last modified 11 years ago
#10989 confirmed Bug
[Webkit/Blink] Widgets and content after them disappear when pargraphs are merged using backspace
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 Beta |
Keywords: | Chrome Safari Blink Webkit | Cc: |
Description (last modified by )
- Open mathjax sample.
- Set data to:
<p>foo</p><p>bar <span class="math-tex">\(\TeX\)</span> bom</p>
- Place caret at the beginning of 2nd line.
- Press backspace. Widget and "bom" disappear.
- Blink bug report: https://code.google.com/p/chromium/issues/detail?id=306970
- Webkit bug report: https://bugs.webkit.org/show_bug.cgi?id=122748
- Extends the whole range of broken backspace/delete keys behaviours on Webkit/Blink: #9998.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|