[wp-trac] [WordPress Trac] #29115: Unexpected enter, and other graphical glitches with cursor near wp-view.

WordPress Trac noreply at wordpress.org
Mon Aug 25 01:44:09 UTC 2014


#29115: Unexpected enter, and other graphical glitches with cursor near wp-view.
--------------------------+-----------------------------
 Reporter:  programmin    |       Owner:  azaozz
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  4.0
Component:  TinyMCE       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  ui, javascript
--------------------------+-----------------------------

Comment (by azaozz):

 Ha, so there are two events fired on every `keydown`? Don't think this has
 anything to do with TinyMCE. It's most likely a browser bug. To test, add
 something like:

 {{{
 jQuery(document).on('keydown', function(e){ console.log(e.keyCode); });
 }}}

 from the console.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29115#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list