Bug 258176 - Combo/Table/List.setVisible(true) has no effect with redraw = false
Summary: Combo/Table/List.setVisible(true) has no effect with redraw = false
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 15:29 EST by Elias Volanakis CLA
Modified: 2020-06-10 10:24 EDT (History)
1 user (show)

See Also:


Attachments
Snippet to reproduce bug (2.31 KB, text/plain)
2008-12-09 15:33 EST, Elias Volanakis CLA
no flags Details
Snippet to reproduce bug - List (2.25 KB, text/plain)
2008-12-09 15:43 EST, Elias Volanakis CLA
no flags Details
Snippet to reproduce bug - Table (2.38 KB, text/plain)
2008-12-09 15:44 EST, Elias Volanakis CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Volanakis CLA 2008-12-09 15:29:45 EST
To reproduce:

- use attached snippet, or
- use this code sequence

combo.setRedraw(false);
combo.setVisible(false);
combo.setRedraw(true);
combo.setRedraw(false);
combo.setVisible(true);
combo.setRedraw(true);
combo.redraw();

Expected result: combo should be visible -- for other widgets (for example Text or button, this works as expected)

Observed with 3.4, 3.4 SR1, 3.5 M3
Comment 1 Elias Volanakis CLA 2008-12-09 15:33:28 EST
Created attachment 119961 [details]
Snippet to reproduce bug

Click the right button twice to reproduce bug.
Comment 2 Elias Volanakis CLA 2008-12-09 15:43:51 EST
Created attachment 119962 [details]
Snippet to reproduce bug - List

Table and List are affected as well. Attaching additional sample snippets.
Comment 3 Elias Volanakis CLA 2008-12-09 15:44:58 EST
Created attachment 119965 [details]
Snippet to reproduce bug - Table
Comment 4 Elias Volanakis CLA 2008-12-09 15:50:45 EST
Additional experimentation revealed differences between SWT versions:

Widget    bug reproducible with

Combo     3.4, 3.4 SR1, 3.5 M3
List      3.4, 3.4 SR1
Table     3.4, 3.4 SR1

All tests on Vista.

Comment 5 Eclipse Webmaster CLA 2019-09-06 16:04:14 EDT
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.