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 162187 Details for
Bug 306043
[Shell] Shell doesn't layout when resizing horizontal
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-306043.patch (text/plain), 926 bytes, created by
Ivan Furnadjiev
on 2010-03-16 13:09:22 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-03-16 13:09:22 EDT
Size:
926 bytes
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.21 >diff -u -r1.21 Shell.js >--- js/org/eclipse/swt/widgets/Shell.js 16 Mar 2010 16:58:42 -0000 1.21 >+++ js/org/eclipse/swt/widgets/Shell.js 16 Mar 2010 17:08:35 -0000 >@@ -384,8 +384,10 @@ > width = document.body.clientWidth; > } > } >- if( !isNaN( height ) && !isNaN( width ) ) { >- req.addParameter( id + ".bounds.height", height ); >+ if( !isNaN( height ) ) { >+ req.addParameter( id + ".bounds.height", height ); >+ } >+ if( !isNaN( width ) ) { > req.addParameter( id + ".bounds.width", width ); > } > req.send();
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 306043
: 162187