| Summary: | SWT: LabelField GridUseUiHeight cuts wrapped texts | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Christoph Thommen <christoph.thommen> | ||||||
| Component: | Scout | Assignee: | Project Inbox <scout.core-inbox> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | Andreas.Hoegger, judith.gull, wayne.beaton, zimmermann | ||||||
| Version: | unspecified | Flags: | zimmermann:
indigo+
|
||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows Vista | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 202015 [details]
Patch to resolve the bug (trunk). It also fixes margin problems on string fields.
changed the patch to avoid several serEnabled/Editable(false) calls. Thank you Claudio. Patch applied on Trunk This Patch does not work for eclipse 3.4. I changed the code so it'll compile, but to ensure that projects which depend on eclipse 3.4 won't have this bug we need to have another way to solve this. The patch, if applied to the code base, must be flagged iplog+ so that it appears in the log. Added iplog to patch. status updated to 'Closed'. Fix shipped with Indigo SR1. |
Created attachment 198519 [details] Scout test-project If a Text (value) of a AbstractLabelField is too long and getConfiguredWrapText and getConfiguredGridUseUiHeight are enabled, the last line of label-text is cut. See screenshot.