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 154570 Details for
Bug 297969
[Shell] JavaScript error when creating a dialog in certain constellations
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]
First try to fix it.
Bug-297969.patch (text/plain), 1.35 KB, created by
Ivan Furnadjiev
on 2009-12-16 10:31:20 EST
(
hide
)
Description:
First try to fix it.
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-12-16 10:31:20 EST
Size:
1.35 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.16 >diff -u -r1.16 Shell.js >--- js/org/eclipse/swt/widgets/Shell.js 8 Dec 2009 10:21:42 -0000 1.16 >+++ js/org/eclipse/swt/widgets/Shell.js 16 Dec 2009 15:22:37 -0000 >@@ -32,6 +32,7 @@ > this.getCaptionBar().setWidth( "100%" ); > // [if] Listen for DOM event instead of qooxdoo event - see bug 294846. > this.removeEventListener( "mousedown", this._onwindowmousedown ); >+ this.addEventListener( "create", this._onCreate, this ); > this.__onwindowmousedown > = qx.lang.Function.bind( this._onwindowmousedown, this ); > }, >@@ -150,11 +151,11 @@ > }, > > members : { >- _applyElement : function( value, old ) { >- this.base( arguments, value, old ); >+ _onCreate : function( evt ) { > qx.html.EventRegistration.addEventListener( this.getElement(), > "mousedown", > this.__onwindowmousedown ); >+ this.removeEventListener( "create", this._onCreate, this ); > }, > > // [if] Override to prevent the new open shell to automaticaly become
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 297969
:
154570
|
154574
|
154575