function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EldonEldon 

Summer Release '16 updates on using javasript and css in lightning components

Hi,
We were developing a lightning component for a E-veg cart. After the summer release '16 things are not working correctly/ We used modal box using css and javasript. Logic is working fine and we get the results when we debugg but it is not getting displayed on the page. Also It is working after deactivating the latest critical update named 'Enable Lightning LockerService Security ' .
Can somebody tell me the updates of summer release '16 when we use javasript and css on lightning components.

Thank you
Best Answer chosen by Eldon
Ajay Nagar 7Ajay Nagar 7
You are facing this problem because 'Enable Lightning LockerService Security' eliminates access to non-published framework internals.For more info:
https://developer.salesforce.com/blogs/developer-relations/2016/04/introducing-lockerservice-lightning-components.html
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/js_libs_platform.htm

All Answers

Ajay Nagar 7Ajay Nagar 7
You are facing this problem because 'Enable Lightning LockerService Security' eliminates access to non-published framework internals.For more info:
https://developer.salesforce.com/blogs/developer-relations/2016/04/introducing-lockerservice-lightning-components.html
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/js_libs_platform.htm
This was selected as the best answer
EldonEldon

Thank you for the info.