Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 153989 Details for
Bug 297167
[Shell] PopupDialog becomes focused even if opened with takeFocusOnOpen = false.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch
Bug-297167.patch (text/plain), 1.10 KB, created by
Ivan Furnadjiev
on 2009-12-08 03:23:04 EST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-12-08 03:23:04 EST
Size:
1.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Shell.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Shell.js,v >retrieving revision 1.14 >diff -u -r1.14 Shell.js >--- js/org/eclipse/swt/widgets/Shell.js 16 Nov 2009 14:56:03 -0000 1.14 >+++ js/org/eclipse/swt/widgets/Shell.js 8 Dec 2009 08:24:32 -0000 >@@ -157,6 +157,16 @@ > this.__onwindowmousedown ); > }, > >+ // [if] Override to prevent the new open shell to automaticaly become >+ // an active shell. >+ _beforeAppear : function() { >+ qx.ui.layout.CanvasLayout.prototype._beforeAppear.call( this ); >+ qx.ui.popup.PopupManager.getInstance().update(); >+ var activeWindow = this.getWindowManager().getActiveWindow(); >+ this.getWindowManager().add( this ); >+ this.getWindowManager().setActiveWindow( activeWindow ); >+ }, >+ > setDefaultButton : function( value ) { > this._defaultButton = value; > },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 297167
: 153989