Issue 122586 - fix awt GridControl refresh
Summary: fix awt GridControl refresh
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: jsc
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 08:50 UTC by jsc
Modified: 2017-05-20 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---
jsc: 4.0.0_release_blocker+


Attachments
grid control refresh patch (1.32 KB, patch)
2013-06-25 08:50 UTC, jsc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description jsc 2013-06-25 08:50:49 UTC
Created attachment 80908 [details]
grid control refresh patch

Column area refresh issue. If the last column is flexible, it's width should be recalculated when scrolling the columns to show the last one. It is for avoiding the column area smaller than the grid control view port.

The fix is quite simple and straight forward
Comment 1 jsc 2013-06-25 08:53:15 UTC
I request showstopper flag because the fix is straight forward and very local in the implementation for the grid control.

I would like to have this fixed in 4.0 already to benefit from this fix in our gsoc project.
Comment 2 jsc 2013-06-27 10:53:37 UTC
set showstopper flag, no objections received
Comment 3 jsc 2013-06-27 10:59:17 UTC
fixed on trunk
Comment 4 SVN Robot 2013-06-27 11:00:40 UTC
"jsc" committed SVN revision 1497296 into trunk:
#122586# recalcuate width when scrolling to last column