Changes between Initial Version and Version 1 of Ticket #30000
- Timestamp:
- 10/16/2014 11:42:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30000
- Property Reporter changed from mikenolan to DrewAPicture
-
Property
Component
changed from
TinyMCE
toCanonical
-
Property
Summary
changed from
Making text bold then typing crashes Chrome
toAlot more tickets than before
-
Property
Version
changed from
4.0
to -
Property
Milestone
changed from
Awaiting Review
toFuture Release
-
Ticket #30000 – Description
initial v1 1 Getting a pretty obscure bug with TinyMCE in certain situations. Turning on bold text either with the toolbar button or Ctrl-B then starting to type, Chrome 38 will crash with the first keystroke. 1 [[Image(http://core.trac.wordpress.org/raw-attachment/ticket/13237/alot-of-bugs.gif)]] 2 2 3 It's possibly a Chrome issue - it's only come to light with Chrome 38 released last week and isn't (currently) happening with Chrome Canary 40, however it's only happening in WordPress, not with straight TinyMCE and most notably, only when using the Twenty Twelve theme (or children of it). 4 5 Here's the bug in action: 6 7 https://drive.google.com/file/d/0B-rPZ6460XuzOHFseHNaYmNpa00/view?usp=sharing 8 9 I'm almost certain it has something to do with the U+FEFF (ZERO WIDTH NO-BREAK SPACE / BYTE ORDER MARK) character that gets inserted when bold text is turned on as they cause crashes in the frontend of WordPress sites as well. 10 3 Changed with thanks from Mike Nolan, see #30005