Mouse paste not saving text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LauraEcho
    New Member
    • Oct 2006
    • 1

    Mouse paste not saving text

    I have created a text editor coldFusion tag which has a slight problem. When pasting text into my text area using the mouse and then update the form it is in the text is not being saved. Is there such thing as a mousePaste event that I can use to call a javascript function to make sure the text is being captured?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    There's no cross-browser mousepaste event, but there's an onchange event which is triggered when the element loses focus after a change.

    Comment

    Working...