Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Browser control and tab sequencing(How to tab 'into' the browser control in a RAP application)
Browser control and tab sequencing [message #1232267] Thu, 16 January 2014 14:50 Go to next message
John Gymer is currently offline John GymerFriend
Messages: 279
Registered: November 2012
Location: UK
Senior Member
There does not appear to be any way to use the keyboard to tab into a Browser control in RAP. The Browser control itself can take focus, but I cannot then go 'into' the page being displayed in the Browser control.
In SWT this is possible - anything tabbable in the browser control is simply made part of the overall tab sequence of the application.
Is this a bug, or deliberate? If deliberate, why, and is it possible to enhance the Browser control in RAP to provide some mechanism for the user to use the keyboard to 'get into' the Browser's current page?
Thanks, John
p.s. you can probably tell by now that I'm working on 'accessibility' in RAP, so there might be a few more like this yet Wink


---
Just because you can doesn't mean you should
Re: Browser control and tab sequencing [message #1232613 is a reply to message #1232267] Fri, 17 January 2014 10:25 Go to previous message
Tim Buschtoens is currently offline Tim BuschtoensFriend
Messages: 396
Registered: July 2009
Senior Member
Hi.

I would guess that this is neither a bug nor a deliberate choice, but
simply default browser behavior. You can try it on a simple HTML page
with an iframe and links in inner and outer frame. If it works there
it's a RAP bug.

If it's not a bug and you have access to the browser widgets content
(same origin policy for frames) you might be able to focus an internal
element using the evalute method. If that works RAP maybe can implement
something like it in the core, otherwise I don't think we can do
anything about it.

Greetings,
Tim

Am 16.01.2014 15:50, schrieb John Gymer:
> There does not appear to be any way to use the keyboard to tab into a
> Browser control in RAP. The Browser control itself can take focus, but I
> cannot then go 'into' the page being displayed in the Browser control.
> In SWT this is possible - anything tabbable in the browser control is
> simply made part of the overall tab sequence of the application.
> Is this a bug, or deliberate? If deliberate, why, and is it possible to
> enhance the Browser control in RAP to provide some mechanism for the
> user to use the keyboard to 'get into' the Browser's current page?
> Thanks, John
> p.s. you can probably tell by now that I'm working on 'accessibility' in
> RAP, so there might be a few more like this yet ;)
>

--
Tim Buschtöns

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:ExpandBar space key to toggle expand/collapse state
Next Topic:Control Sash position using keyboard
Goto Forum:
  


Current Time: Thu Apr 25 18:55:49 GMT 2024

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

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

Back to the top