Changeset 33588
- Timestamp:
- 08/06/2015 02:16:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wplink.js
r32992 r33588 114 114 115 115 if ( typeof tinymce !== 'undefined' ) { 116 // Make sure the link wrapper is the last element in the body. 117 // Fixes z-index bug in iOS. 118 if ( tinymce.Env.iOS ) { 119 $body.append( inputs.backdrop, inputs.wrap ); 120 } 116 // Make sure the link wrapper is the last element in the body, 117 // or the inline editor toolbar may show above the backdrop. 118 $body.append( inputs.backdrop, inputs.wrap ); 121 119 122 120 ed = tinymce.get( wpActiveEditor );
Note: See TracChangeset
for help on using the changeset viewer.