Actions
Bug #2317
closedpreventPropagation() does not work if the listener is not used
Start date:
10/14/2013
Due date:
% Done:
0%
Estimated time:
Description
Works:
enterPressed().preventPropagation();
enterPressed().addListener("function() { }");
Does not work:
enterPressed().preventPropagation();
Updated by Koen Deforche about 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Updated by Koen Deforche about 11 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions