Bug 547553 - [macOS] Table does not receive SWT.Resize event if the scrollbar is shown/hidden
Summary: [macOS] Table does not receive SWT.Resize event if the scrollbar is shown/hidden
Status: REOPENED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.12   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-22 08:45 EDT by Thomas Singer CLA
Modified: 2021-05-12 06:20 EDT (History)
1 user (show)

See Also:


Attachments
Snippet (3.05 KB, text/plain)
2019-05-22 08:46 EDT, Thomas Singer CLA
no flags Details
initial display without scrollbar (19.33 KB, image/png)
2019-05-22 08:47 EDT, Thomas Singer CLA
no flags Details
display after clicking "Change Content" - note the partly hidden 3rd column (19.93 KB, image/png)
2019-05-22 08:48 EDT, Thomas Singer CLA
no flags Details
after resizing the shell, the columns get resized properly (23.13 KB, image/png)
2019-05-22 08:49 EDT, Thomas Singer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2019-05-22 08:45:45 EDT
Please launch the attached snippet. A table should show up which has 3 columns of which the first should take all the remaining space when resized.

Unfortunately, the table does not receive an SWT.Resize event if the scrollbar is shown/hidden by setting the rows, so the resizing does not work reliable.
Comment 1 Thomas Singer CLA 2019-05-22 08:46:09 EDT
Created attachment 278696 [details]
Snippet
Comment 2 Thomas Singer CLA 2019-05-22 08:47:59 EDT
Created attachment 278697 [details]
initial display without scrollbar
Comment 3 Thomas Singer CLA 2019-05-22 08:48:48 EDT
Created attachment 278698 [details]
display after clicking "Change Content" - note the partly hidden 3rd column
Comment 4 Thomas Singer CLA 2019-05-22 08:49:22 EDT
Created attachment 278699 [details]
after resizing the shell, the columns get resized properly
Comment 5 Thomas Singer CLA 2019-05-22 09:07:09 EDT
On Windows 10, however, the code works fine.
Comment 6 Eclipse Genie CLA 2021-05-12 00:17:21 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. 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.
Comment 7 Thomas Singer CLA 2021-05-12 06:20:19 EDT
This bug is still reproducible.