We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

onPopupOpen: StartTime vs startTime casing different in type quickwindow and Editor

The casing of the properties StartTime is different in Editor and Quickwindow actions. Is there a reason for this? Figuring this out just cost me a good while...

function onPopupOpen(args)
{
     console.log(args.type, ":", args.data.startTime);
     console.log(args.type, ":", args.data.StartTime);
}
Output:
QuickInfo : Sun Feb 10 2019 08:00:00 GMT+0000 (Greenwich Mean Time)
QuickInfo : undefined

Editor : undefined
Editor : Sun Feb 10 2019 08:00:00 GMT+0000 (Greenwich Mean Time)

2 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team February 11, 2019 11:41 AM UTC

 
Thank you for contacting Syncfusion support. 
 
We could reproduce the issue and we confirm this as a bug and logged a defect report. You can keep track of the bug from the feedback portal below. 
 
The fix will be available in our upcoming weekly JS2 release which is scheduled to be rolled out at February 19, 2019. 

If you have any more specification/precise replication procedure or a scenario to be tested you can add it as a comment in the portal. 
 
Regards, 
Karthigeyan 



KK Karthigeyan Krishnamurthi Syncfusion Team March 20, 2019 05:22 AM UTC

Hi Stefan,
 

Fix for the reported issue is included in 16.4.54.

Regards,
Karthi 


Loader.
Live Chat Icon For mobile
Up arrow icon