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 195722 Details for
Bug 345903
Content scrolls in IE under some constellation
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-345903.patch (text/plain), 1.44 KB, created by
Ivan Furnadjiev
on 2011-05-16 07:57:53 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2011-05-16 07:57:53 EDT
Size:
1.44 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Composite.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Composite.js,v >retrieving revision 1.4 >diff -u -r1.4 Composite.js >--- js/org/eclipse/swt/widgets/Composite.js 30 Mar 2010 11:10:15 -0000 1.4 >+++ js/org/eclipse/swt/widgets/Composite.js 16 May 2011 11:52:10 -0000 >@@ -26,6 +26,8 @@ > this._fixBackgroundTransparency, > this ); > } >+ // Disable scrolling (see bug 345903) >+ qx.ui.core.Widget.disableScrolling( this ); > }, > > destruct : function() { >Index: js/org/eclipse/swt/widgets/Group.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Group.js,v >retrieving revision 1.15 >diff -u -r1.15 Group.js >--- js/org/eclipse/swt/widgets/Group.js 5 Aug 2010 16:17:48 -0000 1.15 >+++ js/org/eclipse/swt/widgets/Group.js 16 May 2011 11:52:10 -0000 >@@ -43,6 +43,8 @@ > this.getLegendObject().addEventListener( "mouseout", > this._onMouseOut, > this ); >+ // Disable scrolling (see bug 345903) >+ qx.ui.core.Widget.disableScrolling( this ); > }, > > destruct : function() {
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 345903
: 195722