I'm developing an extension for Firefox, and I've run into a JavaScript problem. I'd like to be able to receive notification when a user pastes text into an edit box. Does anyone know of a way to do this?
The "onkeypress" or "onkeyup" commands work fine if the user uses Ctrl+V to paste text. But I cannot seem to get notification when they use their mouse (right click in the edit box and select Paste).
Does anyone know of a way to reliably do this?
The "onkeypress" or "onkeyup" commands work fine if the user uses Ctrl+V to paste text. But I cannot seem to get notification when they use their mouse (right click in the edit box and select Paste).
Does anyone know of a way to reliably do this?
