Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 385036

Summary: EditingSupport : gettCellEditor get wrong Element if table in TableViewer is long
Product: [RT] RAP Reporter: Michael Fritscher <eclipse>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Fritscher CLA 2012-07-13 07:04:26 EDT
Build Identifier: 

On small tables, all is working fine.
But on bigger table which is shown by TableViewer, where are such many rows that scrolling is needed,
EditingSupport : gettCellEditor is got one element too high. Scrolling is the only thing that triggers that. The upper elements are working fine, but not the lower.
On RCP, this problem doesn't occur

Reproducible: Always

Steps to Reproduce:
1. Instanciate a TableViewer + Editing support and wire them together
2. Pullute some data until scrolling is needed
3. Try to edit one cell
Comment 1 Ivan Furnadjiev CLA 2012-07-13 07:41:55 EDT
Michael, we fixed similar issue recently in  bug 384589. From reading your description it sounds to me like a duplicate. Could you please give the RAP nightly build [1] a try?
[1] p2 repo: http://download.eclipse.org/rt/rap/nightly/runtime/ or zipped: https://hudson.eclipse.org/hudson/job/rap-2.0-runtime/lastStableBuild/
Comment 2 Ivan Furnadjiev CLA 2012-07-13 08:07:28 EDT
I will close it as duplicate. Please reopen if the issue persists in the nightly build and provide a snippet to reproduce it.

*** This bug has been marked as a duplicate of bug 384589 ***
Comment 3 Michael Fritscher CLA 2012-07-17 04:38:31 EDT
Sorry, didn't help - I'll try to make a snippet later.