ID 606828 - kDoubleClick event does not fire when double clicking on track item in the timeline/sequence viewer

Follow

Problem summary
kDoubleClick event does not fire when double clicking on track item in the timeline/sequence viewer
 
Customer reported version
nuke.n/a hiero.n/a
 
Customer reported platform
 
Steps to reproduce
 
1) Open Nuke Studio/Hiero

2) Import any footage and add it to a sequence

3) Run the following code in the Script Editor:
 

from hiero.core import eventsdef eventPrinter(event):    print ("EventType: " + str(event.type))    print ("EventSubType: " + str(event.subtype))hiero.core.events.registerInterest("kDoubleClick", eventPrinter)
4) Double click the footage in the Bin view, the Spreadsheet view and the Timeline view, it prints for the Bin and Spreadsheet views, but not the Timeline view:
 
# Result: EventType: kDoubleClick EventSubType: kBin EventType: kDoubleClick EventSubType: kSpreadsheet 
 
Expected behaviour
For the callback to print when double clicking on items in the Timeline
 
Actual behaviour
Nothing happens
 
Workaround
None
 
Reproduced by support
This bug has been reproduced in:
Nuke Studio 16.0v5 - Windows 11, macOS Sonoma
Nuke Studio 12.0v1 - Windows 11 
 
Earliest version tested
Nuke Studio 12.0v1 - This issue appears in all tested versions of the product
 
 

    We're sorry to hear that

    Please tell us why