Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 366324 - widgetDefaultSelected is not called on a TabFolder
Summary: widgetDefaultSelected is not called on a TabFolder
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-11 04:36 EST by AlexandruAfrasinei CLA
Modified: 2019-11-14 03:38 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AlexandruAfrasinei CLA 2011-12-11 04:36:42 EST
Build Identifier: M20110909-1335

I added a selectionListener on a TabFolder, widgetDefaultSelected is never called.

Code below:

    tabFolder.addSelectionListener(new SelectionListener() {
      public void widgetSelected(SelectionEvent e) {       
      }

      public void widgetDefaultSelected(SelectionEvent e) {
        //NOT CALLED
      }
    });

Reproducible: Always
Comment 1 Lars Vogel CLA 2019-11-14 03:38:42 EST
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.

If the bug is still relevant, please remove the "stalebug" whiteboard tag.