sleemanj / xinha

WYSIWYG HTML Editor Component (turns <textarea> into HTML editors)
http://trac.xinha.org/
Other
13 stars 2 forks source link

onMouseUp Event (Trac #1546) #1546

Closed sleemanj closed 4 years ago

sleemanj commented 14 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

sleemanj commented 14 years ago

Attachment: XinhaCore.js

sleemanj commented 14 years ago

guest commented:

@adamj, could you upload a diff against trunk's XinhaCore.js instead of a patched XinhaCore.js?

sleemanj commented 14 years ago

patch from winmerge Attachment: XinhaCore.zip

sleemanj commented 14 years ago

@sleemanj commented:

1346

sleemanj commented 14 years ago