Actions
Bug #3676
closedWLineEdit::keyWentUp doesn't detect backspace, delete, etc.
Start date:
11/25/2014
Due date:
% Done:
0%
Estimated time:
Description
I'm on a vc12 x64 windows build, WT 3.3.3, Boost 1.56. I have written some code that filters a list view in real time while writing inside a line edit, however I can't find a way to react to backspace, delete, pastes or anything that doesn't add a character to the line from a key. This has been tested on firefox and chrome.
Regards.
Files
Updated by Koen Deforche almost 10 years ago
- File keyWentUp.cc keyWentUp.cc added
- Status changed from New to Feedback
- Assignee set to Koen Deforche
The attached test case does not work properly for you? Or if it does, can you modify it so that it resembles more closely what you are trying to do?
Updated by Isaac Lascasas almost 10 years ago
The problem has gone with 3.3.4rc1. I think it was on my side, related with boost not being rebuilt after updating the vs compiler.
Updated by Koen Deforche over 9 years ago
- Status changed from Feedback to Resolved
- Target version changed from 3.3.3 to 3.3.4
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
Actions