Issue 121174 - UnoControlGrid horizontal scrollbar freeze
Summary: UnoControlGrid horizontal scrollbar freeze
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 08:13 UTC by bmarcelly
Modified: 2013-02-24 21:10 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Simple grid example (25.31 KB, application/vnd.oasis.opendocument.text)
2012-10-07 08:13 UTC, bmarcelly
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2012-10-07 08:13:07 UTC
Created attachment 79740 [details]
Simple grid example

The attachment contains a grid without scrollbars.
Make the horizontal scrollbar appear by dragging to the right the right side of the last column.
Move the scrollbar position. It seems to work at first, but soon it will freeze. No way to defreeze it.
Comment 1 Oliver Brinzing 2012-10-07 09:41:39 UTC
.
Comment 2 hanya 2012-10-08 14:01:47 UTC
It looks the horizontal scrollbar is frozen after the described procedure but 
it is hidden already. I set BackgroundColor of the grid model and tried, 
it is gone. I tried to force redraw the dialog by hiding with other window and 
show it up again, the horizontal scrollbar is not shown.

Once the scrollbar is moved back to the left after the scrolling to right side, 
columns are resized to match with width of the grid window and the horizontal 
scrollbar is not required anymore and hidden.
It seems this behavior is depends on Flexibility value of XGridColumn. 
When I set Flexibility value to 0 for all columns, resizing of the column width 
by the horizontal scroll is never happen.

So we need full specification about the grid control behavior.