[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Focus events inside Browser widget (virtual keyboard)

Hello,

I have an SWT application running on touch screens and i'm thinking about implementing an on-screen keyboard with the design and options i need.
By using getDisplay().addFilter(SWT.FocusIn, ...) i can detect focus events on every Text widget. The only thing is that the Browser does not send these focus events when focussing an text field within HTML code.


I've read about the bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=49696 but maybe i'm thinking in a totally wrong direction.

Would be great if you could give me any hints if and how implementing an onscreen keyboard in swt is possible. My problem is that i can't detect focus events on the browser embedded text fields.

Thanks,
Timo