| Summary: | [FileUpload] Cancel triggers selection event when FileUpload open multiple times (only in Chrome) | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Martin Ferlan <martin.ferlan> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | 3.1 M4 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Martin Ferlan
On the client we are listening for DOM onchange event. It seems, in Chrome when cancel button is pressed the selected files are cleared and this event is fired. In Firefox - no change is detected and no event is fired. Selection event for empty file list is useless anyway and could not be fired. Fixed with change https://git.eclipse.org/r/#/c/62290/ |