Bug 218499 - TableColumn should send Move and Resize events while user is resizing column
Summary: TableColumn should send Move and Resize events while user is resizing column
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 218347
  Show dependency tree
 
Reported: 2008-02-11 09:08 EST by Markus Keller CLA
Modified: 2008-03-11 15:04 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2008-02-11 09:08:19 EST
I20080207-1530

On WinXP and on GTK, TableColumn sends Move and Resize events while the user is resizing a column. On the Mac, I only get the events after I released the mouse. The "live" events should also be sent out on carbon.
Comment 1 Silenio Quarti CLA 2008-03-11 13:31:41 EDT
The carbon data browser widget only sends one notification at the end. I am not sure how to solve this.
Comment 2 Steve Northover CLA 2008-03-11 14:42:47 EDT
I suppose we could poll on mouse move ...

Can we close this as WONTFIX instead?
Comment 3 Markus Keller CLA 2008-03-11 15:04:03 EDT
> Can we close this as WONTFIX instead?

OK to close for now (but might become more visible in the future when bug 218347 is fixed and TableColumnLayout is being used in more prominent places than preference dialogs).