Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Compound Custom Widget Focus (Tab navigation in compound custom widgets)
Compound Custom Widget Focus [message #550962] Wed, 04 August 2010 17:03 Go to next message
Jesus   Luna Quiroga is currently offline Jesus Luna QuirogaFriend
Messages: 67
Registered: July 2009
Location: Mexico
Member

In SWT the TAB and SHIFT-TAB navigation in compound custom widgets is just like any other control, it gains the focus and puts it in the inner control.
But in RWT this behavior is different when a compound custom widget gains the focus, the one that is receiving it, is the container and it doesn't pass the focus to the inner control.

I create a bug where this issue is described better:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=321274

But there hasn't been an answer to this. Any ideas?
Re: Compound Custom Widget Focus [message #551194 is a reply to message #550962] Thu, 05 August 2010 14:45 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Jesus,

your bug is valid and we'll take care of it. As a workaround, you can
use the style flag SWT.NO_FOCUS as explained in the bug.

Best regards, Ralf

Jesus Luna Quiroga wrote:
> In SWT the TAB and SHIFT-TAB navigation in compound custom widgets is
> just like any other control, it gains the focus and puts it in the inner
> control. But in RWT this behavior is different when a compound custom
> widget gains the focus, the one that is receiving it, is the container
> and it doesn't pass the focus to the inner control.
> I create a bug where this issue is described better:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=321274
>
> But there hasn't been an answer to this. Any ideas?
>


--
Ralf Sternberg

Need professional support for RAP and RCP?
http://www.eclipsesource.com/support/

Twitter: http://twitter.com/eclipsesource
Blog: http://www.eclipsesource.com/blogs/
Re: Compound Custom Widget Focus [message #551219 is a reply to message #551194] Thu, 05 August 2010 16:02 Go to previous message
Jesus   Luna Quiroga is currently offline Jesus Luna QuirogaFriend
Messages: 67
Registered: July 2009
Location: Mexico
Member

Thanks Ralf,
I tried the SWT.NO_FOCUS and it worked fine!
Previous Topic:Set Custom Style of Group-Frame
Next Topic:build.xml not found when export feature
Goto Forum:
  


Current Time: Sat Jul 27 12:35:55 GMT 2024

Powered by FUDForum. Page generated in 0.04147 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top