| Summary: | [FieldAssist] Utilization of an image on a ControlDecoration does not redraw when view resized | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Greg Howdeshell <greg.howdeshell> | ||||
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | caniszczyk, christian.campo | ||||
| Version: | 3.3 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows Vista | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
moving to Jface Greg, can you provide a JFace-based snippet to demonstrate the problem, or else a description for how to reproduce this in the field assist example? I set the field assist example to use SWT.TOP | SWT.RIGHT and various margin widths. Resize didn't leave any debris. I suspect it has to do with the layout of the surrounding widgets, so I'll need more information to be able to reproduce this. There is a painting bug associated with bug #212501 that perhaps could be the culprit here. I will cc: you on that bug also so that when a fix comes in you could retry your scenario. marking 3.5 so we can address this early in the cycle. We simply ran out of time. removing milestone until we have a reproducible case. Note that we are assigning a milestone for bug #212501 so this may resolve the problem. as per 2009 triage guidelines This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
Created attachment 81852 [details] screen shot of repaint issue Utilization of an image on a ControlDecoration does not redraw when view resized. ControlDecoration decoration = new ControlDecoration(control, SWT.TOP | SWT.RIGHT); decoration.setImage(image); decoration.setDescriptionText(message); decoration.show(); The control utilized is a com.cerner.client.components.widget.NumericText.