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
Ritidipa MahantaRitidipa Mahanta 

Click event issue after Spring'17 update

Hi All,

We are facing an issue after Spring'17 update in sandbox .It seems ui:click is no longer support after the new release.

We have some existing functionality where ui:click has been used within lightning components . After Spring’17 update to the sandboxes, it seems not working any more . Still it is  fine in lower version of sandbox.

Anyone else facing this issue ?

Problematic code :
 <aura:handler name="click" event="ui:click" action="{!c.handleClickEvent}"/>  

If this is not supported anymore, any suggested solution would be appreciated. 

Thanks a lot .
-Riti