Bug 281707 - [Sash editor] Change active Sash Page by clicking anywhere on editor page
Summary: [Sash editor] Change active Sash Page by clicking anywhere on editor page
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: 0.7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: M2   Edit
Assignee: Cedric Dumoulin CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
: 266890 268780 279226 (view as bug list)
Depends on:
Blocks: 268775
  Show dependency tree
 
Reported: 2009-06-26 16:26 EDT by Cedric Dumoulin CLA
Modified: 2009-10-15 10:56 EDT (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 Cedric Dumoulin CLA 2009-06-26 16:26:45 EDT
It should be possible to set the active Sash Page by clicking anywhere on the visible area of a visible editor.
Actually, the active page can be set by clicking on SashPage tab.

This can be achieved by listening on the SWT.Activate event on the control associated to the SashPage.
Comment 1 Cedric Dumoulin CLA 2009-06-26 17:40:31 EDT
*** Bug 266890 has been marked as a duplicate of this bug. ***
Comment 2 Cedric Dumoulin CLA 2009-06-26 17:45:35 EDT
*** Bug 268780 has been marked as a duplicate of this bug. ***
Comment 3 Cedric Dumoulin CLA 2009-10-02 06:23:40 EDT
*** Bug 279226 has been marked as a duplicate of this bug. ***
Comment 4 Cedric Dumoulin CLA 2009-10-02 06:25:10 EDT
The sash now listen on the SWT.Activate event. 
A page can be selected by clicking anywhere in its area.