]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix for ticket #2942: character counter now updates on cut and paste operations made...
authorBrion Vibber <brion@pobox.com>
Wed, 15 Dec 2010 22:57:09 +0000 (14:57 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 15 Dec 2010 22:57:09 +0000 (14:57 -0800)
commit2836c4e561d6ded72086735cb59d737b3aa74aa7
tree6a9d7f00c5b026b14d22596b32e9be150a6b1e1a
parent0330bad688e902df7c4a6f0db7faed52b9ccfbcb
Fix for ticket #2942: character counter now updates on cut and paste operations made with mouse or menu

This uses the 'copy' and 'paste' DOM events to trigger a counter update. I haven't had a chance to 100% confirm that middle-button click on X11 triggers the event, but it ought to.
Cut and paste events from context menu and main edit menu known good in:
* Firefox 4.08b-pre
* IE 9 preview 7
* IE 8 current
* Chrome 8 beta current
* Safari 5.0.3

Opera is listed as not supporting these events, oh well.

Note that using a *delete* command from a menu doesn't trigger an event. Sigh, you can't win everything.
js/util.js
js/util.min.js