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 179244 Details for
Bug 325753
[upload] Styling of text widget border is not applied correctly
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), 1.16 KB, created by
Stefan Röck
on 2010-09-20 09:44:02 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stefan Röck
Created:
2010-09-20 09:44:02 EDT
Size:
1.16 KB
patch
obsolete
>Index: src/org/eclipse/rwt/widgets/Upload.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/sandbox/org.eclipse.rwt.widgets.upload/src/org/eclipse/rwt/widgets/Upload.js,v >retrieving revision 1.12 >diff -u -r1.12 Upload.js >--- src/org/eclipse/rwt/widgets/Upload.js 25 Feb 2010 18:22:54 -0000 1.12 >+++ src/org/eclipse/rwt/widgets/Upload.js 20 Sep 2010 13:43:29 -0000 >@@ -321,6 +321,23 @@ > this._uploadButton.setLabel( uploadButtonText ); > this._uploadButton.setWidth( width ); > } >+ }, >+ >+ // 325753: [upload] Styling of text widget border is not applied correctly >+ // https://bugs.eclipse.org/bugs/show_bug.cgi?id=325753 >+ addState : function(vState) { >+ // Delegate styles ("rwt_BORDER") to TextField >+ if (this._uploadField && this._uploadField._text) { >+ this._uploadField._text.addState(vState); >+ } >+ }, >+ >+ removeState : function(vState) { >+ // Delegate styles ("rwt_BORDER") to TextField >+ if (this._uploadField && this._uploadField._text) { >+ this._uploadField._text.removeState(vState); >+ } > } >+ > } > } );
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 325753
: 179244