Home » U++ Library support » LineEdit, EditFields, DocEdit » DocEdit bug
DocEdit bug [message #10218] |
Mon, 25 June 2007 23:43  |
zsolt
Messages: 702 Registered: December 2005 Location: Budapest, Hungary
|
Contributor |
|
|
After calling NoWantFocus(), the needed behaviour would be to accept focus when clicking in the DocEdit, but to not accept using keyboard navigation (TAB).
Currently, it is unable to accept focus aon mouse clicks, so the control is not editable. Fix:
void DocEdit::LeftDown(Point p, dword flags) {
//SetWantFocus(); //removed
SetFocus(); //added
I think, LineEdit has the same problem.
|
|
|
Goto Forum:
Current Time: Sat Jul 05 11:20:25 CEST 2025
Total time taken to generate the page: 0.03966 seconds
|