Actions
Bug #2317
closed
MV
KD
preventPropagation() does not work if the listener is not used
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();
KD Updated by Koen Deforche almost 13 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.1
KD Updated by Koen Deforche almost 13 years ago
- Status changed from InProgress to Resolved
KD Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
Actions