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 157536 Details for
Bug 301146
[ProgressBar] shape is null with fancy design
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
clipboard.txt (text/plain), 719 bytes, created by
Benjamin Muskalla
on 2010-01-28 11:38:54 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Benjamin Muskalla
Created:
2010-01-28 11:38:54 EST
Size:
719 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/ProgressBar.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/ProgressBar.js,v >retrieving revision 1.9 >diff -u -r1.9 ProgressBar.js >--- js/org/eclipse/swt/widgets/ProgressBar.js 26 Jan 2010 17:49:23 -0000 1.9 >+++ js/org/eclipse/swt/widgets/ProgressBar.js 28 Jan 2010 16:33:36 -0000 >@@ -224,7 +224,9 @@ > }, > > _onInterval : function() { >- this._renderIndicatorSelection(); >+ if( this.isSeeable() ) { >+ this._renderIndicatorSelection(); >+ } > }, > > ///////
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 301146
: 157536