Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Tree control over IPad
Tree control over IPad [message #657775] Fri, 04 March 2011 00:47 Go to next message
Jesus   Luna Quiroga is currently offline Jesus Luna QuirogaFriend
Messages: 67
Registered: July 2009
Location: Mexico
Member

Hi,
I'm testing an application over the IPad and I found some issues with the tree control, it implements a selection service similar to the one that is in the rms demo http://rap.eclipsesource.com/rapdemo/rms.

The problem is that it is difficult to select a last level node (node without children), it takes several "touch" to select the node, sometimes a touch behaves like a mouse over event and other times like a mouse down.
If the node is from other level I mean if it has children it expands and collapses fine.

Is this a bug? or will it be improved in future versions?
Re: Tree control over IPad [message #657841 is a reply to message #657775] Fri, 04 March 2011 09:47 Go to previous messageGo to next message
Tim Buschtoens is currently offline Tim BuschtoensFriend
Messages: 396
Registered: July 2009
Senior Member
Hi!

> Is this a bug? or will it be improved in future versions?

Its a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=323988

We aim to fix it in 1.4.

Greetings,
Tim
Re: Tree control over IPad [message #657940 is a reply to message #657841] Fri, 04 March 2011 17:00 Go to previous message
Jesus   Luna Quiroga is currently offline Jesus Luna QuirogaFriend
Messages: 67
Registered: July 2009
Location: Mexico
Member

Thanks Tim,
Meanwhile it is fixed I did a work around for this, it is not the best solution but it works for my purposes.

I changed the mouse down event for a mouse over in the JS of the tree control:

this.addEventListener( "mouseover", this._onMouseDown, this );

[Updated on: Fri, 04 March 2011 17:02]

Report message to a moderator

Previous Topic:Problem to get instance of org.eclipse.swt.WidgetManager
Next Topic:rap calendar
Goto Forum:
  


Current Time: Tue Apr 23 15:46:49 GMT 2024

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

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

Back to the top