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 170643 Details for
Bug 315230
Browser bars occasionally lead to multiple instance warning
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]
Patch proposal
clipboard.txt (text/plain), 1.02 KB, created by
Stefan Röck
on 2010-06-01 11:17:21 EDT
(
hide
)
Description:
Patch proposal
Filename:
MIME Type:
Creator:
Stefan Röck
Created:
2010-06-01 11:17:21 EDT
Size:
1.02 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/Application.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/Application.js,v >retrieving revision 1.35 >diff -u -r1.35 Application.js >--- js/org/eclipse/swt/Application.js 27 Apr 2010 08:46:14 -0000 1.35 >+++ js/org/eclipse/swt/Application.js 1 Jun 2010 15:14:52 -0000 >@@ -48,8 +48,12 @@ > statics : { > _onResize : function( evt ) { > org.eclipse.swt.Application._appendWindowSize(); >- var req = org.eclipse.swt.Request.getInstance(); >- req.send(); >+ // FIX 315230: Only send request immediately if request counter is initialized >+ var counter = org.eclipse.swt.Request.getInstance()._requestCounter; >+ if (counter !== null && counter !== undefined) { >+ var req = org.eclipse.swt.Request.getInstance(); >+ req.send(); >+ } > }, > > _onKeyPress : function( evt ) {
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 315230
:
170640
| 170643