[wp-trac] [WordPress Trac] #24946: Missing TinyMCE ed.onMouseUp event in Wordpress 3.6
WordPress Trac
noreply at wordpress.org
Sat Aug 3 20:29:41 UTC 2013
#24946: Missing TinyMCE ed.onMouseUp event in Wordpress 3.6
--------------------------+------------------------------
Reporter: bmodesign2 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.6
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Description changed by ocean90:
Old description:
> Hi,
> as part of a wp plugin I developd a own tinymce plugin.
> In the init function
>
> tinymce.create('tinymce.plugins.BMoExpoTinyMCEButton', {
> url: '',
> editor: {},
> init : function(ed, url) {
> ...
>
> I use the events "ed.onMouseUp" and "ed.onNodeChange" to prevent a img
> node from resizing.
>
> With version 3.6. "ed.onMouseUp" it's not called anymore when resizing a
> img node.
New description:
Hi,
as part of a wp plugin I developd a own tinymce plugin.
In the init function
{{{
tinymce.create('tinymce.plugins.BMoExpoTinyMCEButton', {
url: '',
editor: {},
init : function(ed, url) {
...
}}}
I use the events "ed.onMouseUp" and "ed.onNodeChange" to prevent a img
node from resizing.
With version 3.6. "ed.onMouseUp" it's not called anymore when resizing a
img node.
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24946#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list