Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Re: TableViewer Selectiona nd Focus out of synch
Re: TableViewer Selectiona nd Focus out of synch [message #15273] Thu, 18 June 2009 13:40
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Rainer Rieder schrieb:
> Hello to anyone.
> As a proof of concept for my problem I modified
> Snippet058CellNavigationIn34 to a Virtual-Table and a ILazyContentProvider:
> public void updateElement(int index) {
> if(!mTableViewer.isBusy()) {
> Person[] persons = (Person[])mTableViewer.getInput();
> mTableViewer.replace(persons[index], index);
> }
> }
>
> If I am in Edit-Mode ( Text-Widget is displayed in the cell) and press
> the TAB key the next editable cell goes into Edit-Mode.
> If the next editable Cell is in another line, the selection in the Table
> changes to that line, but not the Focus ( dotted Line under Win32 ). If

You are seeing https://bugs.eclipse.org/bugs/show_bug.cgi?id=263427
which is the underlying problem.

Let's followup on the JFace group.

Tom
Previous Topic:Some questions about databinding and control-decorations
Next Topic:Re: TableViewer Selectiona nd Focus out of synch
Goto Forum:
  


Current Time: Sat Apr 20 04:18:26 GMT 2024

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

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

Back to the top