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 137839 Details for
Bug 278610
[Scale] Error while moving thumb with mouse wheel in Firefox
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-278610.patch (text/plain), 743 bytes, created by
Jordan Yakovchev
on 2009-06-01 08:27:36 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jordan Yakovchev
Created:
2009-06-01 08:27:36 EDT
Size:
743 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/Scale.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Scale.js,v >retrieving revision 1.6 >diff -u -r1.6 Scale.js >--- js/org/eclipse/swt/widgets/Scale.js 27 Mar 2009 19:58:15 -0000 1.6 >+++ js/org/eclipse/swt/widgets/Scale.js 1 Jun 2009 12:09:06 -0000 >@@ -229,7 +229,7 @@ > }, > > _onMouseWheel : function( evt ) { >- var change = evt.getWheelDelta(); >+ var change = Math.round( evt.getWheelDelta() ); > var sel = this._selection - change; > if( sel < this._minimum ) { > sel = this._minimum;
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 278610
: 137839