Bug Tracker

Changes between Initial Version and Version 1 of Ticket #10081, comment 1


Ignore:
Timestamp:
Aug 17, 2011, 5:49:18 PM (12 years ago)
Author:
shehriyari
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10081, comment 1

    initial v1  
    1 In the console, I log '''event''' argument that is passed to Event-handler function, which is change-event in my case. All of the SELECTs in the use the same handler function, and if you check the objects in the console, you will see that '''handler''' property has a FUNCTION as value, which is correct. But when I "change" the SELECT of ''Fetch Criteria - Queries & Query Groups (Policies)'', I get '''handler = [all]'''. Shouldn't it be FUNCTION?! Why the value of SELECT is assigned to the handler property?!
     1In the console, I log '''event''' argument that is passed to Event-handler function, which is change-event in my case. All of the '''SELECT.js_trigger_on_change''' elements there use the same handler function, and if you check the objects in the console, you will see that '''handler''' property has a FUNCTION as value, which is correct. But when I "change" the SELECT of ''Fetch Criteria - Queries & Query Groups (Policies)'', I get '''handler = [all]'''. Shouldn't it be FUNCTION?! Why the value of SELECT is assigned to the handler property?!