johnstarmer / open-delta

Automatically exported from code.google.com/p/open-delta
0 stars 0 forks source link

scrolling corrupted in grid view if header row is resized #220

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.increase depth of header row in grid view
2.scroll spreadsheet to right
3.headers do not scroll to match data (it is necessary to close and re-open 
grid viewer in original layout to have an uncorrupted view of the data)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
DELTA Editor 1.1-SNAPSHOT (2041)
date: 2012-11-26 15:04:19 Eastern Summer Time (New South Wales)
free memory: 28 MB 
total memory: 96 MB 
max memory: 247 MB
java.version: 1.7.0_09
java.vendor: Oracle Corporation
os.name: Windows XP
os.arch: x86
os.version: 5.1
user.language: en
user.region: null
user.dir: C:\Program Files\Open DELTA

Please provide any additional information below.
happy to provide .dlt file if you wish

Original issue reported on code.google.com by rwil...@museum.vic.gov.au on 26 Nov 2012 at 4:08

GoogleCodeExporter commented 8 years ago
Fixed.  The resize code was only taking into account the height which was 
resulting in a different preferred width of the header which messed with the 
scrolling increment of the header vs the body of the table.

Original comment by chris.go...@gmail.com on 26 Nov 2012 at 4:52