[wp-trac] [WordPress Trac] #25886: Sortable items gets stuck when dragging over TinyMCE

WordPress Trac noreply at wordpress.org
Wed Jul 16 06:44:35 UTC 2014


#25886: Sortable items gets stuck when dragging over TinyMCE
--------------------------+------------------------------
 Reporter:  tollmanz      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:  administration
--------------------------+------------------------------
Changes (by avryl):

 * keywords:  dev-feedback =>
 * component:  TinyMCE => Editor


Comment:

 This is not really a TinyMCE issue... This is an *iframe* issue. The
 parent can't capture the mouse position when it's inside an iframe. You'll
 notice that this only happens when you move quite fast and the mouse goes
 over the postbox (i.e. the mouse moves faster than jQuery can update the
 postbox coordinates). The only way to solve this is to overlay the iframe
 temporarily with a div, or :after, so that the iframe doesn't capture the
 mouse position.

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


More information about the wp-trac mailing list