Changes between Version 84 and Version 86 of Ticket #9998
- Timestamp:
- Jun 26, 2014, 10:37:25 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9998 – Description
v84 v86 96 96 ==== Del (unable to remove formatting) ==== 97 97 98 Related issues: #8439, #8440 98 Related issues: #8439, #8440, #12100 99 99 100 100 1. `<p>foo</p>` … … 104 104 5. Type “bar”. 105 105 6. `<p><b>bar^</b></p>` 106 107 Another example available in Blink browsers only: 108 1. Switch to source mode and clear editor contents 109 2. Paste this code {{{<p><strong>test</strong></p>}}} 110 3. Press Ctrl+A 111 4. Hit Backspace. 112 Result: Elements' path in Blink shows 'p' and when user starts typing text will be bold again. If user presses Backspace two times then whole formatting will be removed but there is no way for user to know that. 113 106 114 107 115 === <span> created while splitting elements (DnD), extra ===