TinyMCE: fix showing popup buttons on images in WebKit, fixes #22188
git-svn-id: http://core.svn.wordpress.org/trunk@22246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
439b77aab9
commit
97fc06f706
|
@ -21,7 +21,7 @@
|
||||||
if ( tinymce.isGecko )
|
if ( tinymce.isGecko )
|
||||||
ed.selection.select(parent);
|
ed.selection.select(parent);
|
||||||
else if ( tinymce.isWebKit )
|
else if ( tinymce.isWebKit )
|
||||||
ed.dom.events.cancel(e);
|
ed.dom.events.prevent(e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue