Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Traversal into TableCombo does not work(TableCombo seems to ignore traversals)
Traversal into TableCombo does not work [message #513017] Mon, 08 February 2010 15:29 Go to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
The TableCombo seems to have problems with traversals.

You can even see this in the TableCombo snippet. Try traversing with tab from one TableCombo to the next, it just does not work.

I have fought the whole day with the source trying to get it to work, but somehow a focus out event always comes at the very end and nullifies any effect the traversal had.

Has anyone had any luck doing this?

Should I file a bug/feature request?

I have an very ugly hack which works if you press tab twice. At the end of the TableCombo constructor I added this:

addListener(SWT.Traverse, new Listener() {
public void handleEvent(Event e) {
text.setFocus();
}
});

but like I said you have to press tab twice. The first one goes off into nirvana.




[Updated on: Mon, 08 February 2010 15:36]

Report message to a moderator

Re: Traversal into TableCombo does not work [message #513029 is a reply to message #513017] Mon, 08 February 2010 15:50 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Kent,

I just ran the TableComboSnippet and tab traversing works fine for me.

What OS are you running?

What version of Eclipse are you running?
Re: Traversal into TableCombo does not work [message #513051 is a reply to message #513029] Mon, 08 February 2010 16:39 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
I am trying on xp with 3.5. I have also seen the behavior on 3.4.

What is also very odd is that shift tab works great.

This is what I am doing.

I run TableComboSnippet1.

Then I select something in the first combo and press tab. Instead of coming into the next tab, the text is no longer selected in the text part of the tablecombo. No matter how much I fiddle around I never spring from one combo to another.
Re: Traversal into TableCombo does not work [message #513056 is a reply to message #513051] Mon, 08 February 2010 16:50 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
That is really strange. I am doing the exact same things you said you were doing and the tab traverses as you would expect.

Are you running the latest version of the TableCombo widget? (Do you have the latest nightly build)?

If not then pull down the latest version and try it.
Re: Traversal into TableCombo does not work [message #513199 is a reply to message #513056] Tue, 09 February 2010 10:55 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
thanks a million for helping me verify this problem.

I was using a TableCombo from head from a nightly build sometime around November ( I was mistakenly not using the latest version).

I switched to the latest nightly build and I am now observing the following.

The Non Viewer Snippet is working perfectly, but the Viewer Snippet is not working (tabbing). Very Strange.

Could you kindly check to see if tabbing in the TableComboViewer Snippet works for you?

thanks again.
Re: Traversal into TableCombo does not work [message #513226 is a reply to message #513199] Tue, 09 February 2010 12:49 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Good to hear that it is working for you. I am out of town today so I will check on the Viewer this evening and let you know.

Marty
Re: Traversal into TableCombo does not work [message #513399 is a reply to message #513199] Wed, 10 February 2010 03:44 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Kent,

I have verified that the tabbing does NOT work with the TableComboViewer implementation.

Can you post a bug report on Bugzilla stating that tabbing is not working for the TableComboViewer?

Here is the url.

https://bugs.eclipse.org/bugs/enter_bug.cgi
Re: Traversal into TableCombo does not work [message #513457 is a reply to message #513399] Wed, 10 February 2010 10:06 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
will do.

thanks again.
Re: Traversal into TableCombo does not work [message #514176 is a reply to message #513457] Fri, 12 February 2010 17:17 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
ok done.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302738
Re: Traversal into TableCombo does not work [message #514293 is a reply to message #514176] Sat, 13 February 2010 19:28 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Ok,

I have found the problem and have checked in the bug fix.

Let me know if you have any more problems.

Thanks for finding the bug.

Marty
Re: Traversal into TableCombo does not work [message #514419 is a reply to message #514293] Mon, 15 February 2010 09:35 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
glad to help.
Re: Traversal into TableCombo does not work [message #598988 is a reply to message #513029] Mon, 08 February 2010 16:39 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
I am trying on xp with 3.5. I have also seen the behavior on 3.4.

What is also very odd is that shift tab works great.

This is what I am doing.

I run TableComboSnippet1.

Then I select something in the first combo and press tab. Instead of coming into the next tab, the text is no longer selected in the text part of the tablecombo. No matter how much I fiddle around I never spring from one combo to another.
Re: Traversal into TableCombo does not work [message #598994 is a reply to message #598988] Mon, 08 February 2010 16:50 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
That is really strange. I am doing the exact same things you said you were doing and the tab traverses as you would expect.

Are you running the latest version of the TableCombo widget? (Do you have the latest nightly build)?

If not then pull down the latest version and try it.
Re: Traversal into TableCombo does not work [message #599008 is a reply to message #598994] Tue, 09 February 2010 10:55 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
thanks a million for helping me verify this problem.

I was using a TableCombo from head from a nightly build sometime around November ( I was mistakenly not using the latest version).

I switched to the latest nightly build and I am now observing the following.

The Non Viewer Snippet is working perfectly, but the Viewer Snippet is not working (tabbing). Very Strange.

Could you kindly check to see if tabbing in the TableComboViewer Snippet works for you?

thanks again.
Re: Traversal into TableCombo does not work [message #599016 is a reply to message #599008] Tue, 09 February 2010 12:50 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Good to hear that it is working for you. I am out of town today so I will check on the Viewer this evening and let you know.

Marty
Re: Traversal into TableCombo does not work [message #599022 is a reply to message #599008] Wed, 10 February 2010 03:44 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Kent,

I have verified that the tabbing does NOT work with the TableComboViewer implementation.

Can you post a bug report on Bugzilla stating that tabbing is not working for the TableComboViewer?

Here is the url.

https://bugs.eclipse.org/bugs/enter_bug.cgi
Re: Traversal into TableCombo does not work [message #599031 is a reply to message #599022] Wed, 10 February 2010 10:06 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
will do.

thanks again.
Re: Traversal into TableCombo does not work [message #599038 is a reply to message #599031] Fri, 12 February 2010 17:17 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
ok done.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=302738
Re: Traversal into TableCombo does not work [message #599045 is a reply to message #599038] Sat, 13 February 2010 19:28 Go to previous messageGo to next message
Marty Jones is currently offline Marty JonesFriend
Messages: 54
Registered: July 2009
Member
Ok,

I have found the problem and have checked in the bug fix.

Let me know if you have any more problems.

Thanks for finding the bug.

Marty
Re: Traversal into TableCombo does not work [message #599051 is a reply to message #599045] Mon, 15 February 2010 09:35 Go to previous messageGo to next message
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
glad to help.
Re: Traversal into TableCombo does not work [message #805168 is a reply to message #513017] Thu, 23 February 2012 12:26 Go to previous messageGo to next message
Sathish Kumar Subramanian is currently offline Sathish Kumar SubramanianFriend
Messages: 3
Registered: January 2011
Junior Member
Marty Jones,

Can you please provide me the location of the latest TableCombo jar? I am also facing the same problem. I will give a try with the latest jar!
Re: Traversal into TableCombo does not work [message #809328 is a reply to message #805168] Tue, 28 February 2012 18:49 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi Sathish,

Please check the website www.eclipse.org/nebula for the download locations.

Regards,

Wim
Previous Topic:CompositeTable w/o table?
Next Topic:Strange Update Site Problem
Goto Forum:
  


Current Time: Thu Apr 18 20:18:54 GMT 2024

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

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

Back to the top