Bug #2317
preventPropagation() 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 over 8 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.1