-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0
-
Component/s: Layouts & Widgets
-
Tags:
-
Sprint:nxNag Sprint 7.1-2
-
Story Points:0.5
When cancelling upload dialog, the upload process should be stoped.
This implies several changes :
- execute cleanup code on the cancel button
onclick="${rich:component('upload')}.stop();${rich:component('upload')}.clear();"
- execute cleanup code when the Fancybox is closed
The second point will be different between 5.6 and 5.7 since the implementation is different.