Closed sleemanj closed 4 years ago
pretty easy to add:
XinhaCore.js 5463
if ( ev.type == 'mouseup' ) { if(editor.firePluginEvent('onMouseUp', ev)) { return false; } }
Reported by adamj, migrated from http://trac.xinha.org/ticket/1546
Attachment: XinhaCore.js
guest commented:
@adamj, could you upload a diff against trunk's XinhaCore.js instead of a patched XinhaCore.js?
patch from winmerge Attachment: XinhaCore.zip
@sleemanj commented:
1346
fixed
new
closed
pretty easy to add:
XinhaCore.js 5463
if ( ev.type == 'mouseup' ) { if(editor.firePluginEvent('onMouseUp', ev)) { return false; } }
Reported by adamj, migrated from http://trac.xinha.org/ticket/1546