Changeset 1807


Ignore:
Timestamp:
10/28/14 12:29:02 (10 years ago)
Author:
pharms
Message:
  • added recording of scrolls on text areas
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/js/autoquest-htmlmonitor.js

    r1248 r1807  
    241241    { "tag": "textarea", "actions": [ "onchange", 
    242242                                      "onfocus", 
    243                                       "onselect" ] }, 
     243                                      "onselect", 
     244                                      "onscroll" ] }, 
    244245    //{ "tag": "tfoot", "actions": [  ] }, 
    245246    { "tag": "th", "actions": [ "onclick" ] }, 
Note: See TracChangeset for help on using the changeset viewer.