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 135050 Details for
Bug 275144
[Upload] Contextual JS errors with the upload widget
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]
Removing these lines resolves the problem
patch.txt (text/plain), 1.52 KB, created by
Hasan Ceylan
on 2009-05-09 08:49:10 EDT
(
hide
)
Description:
Removing these lines resolves the problem
Filename:
MIME Type:
Creator:
Hasan Ceylan
Created:
2009-05-09 08:49:10 EDT
Size:
1.52 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rwt.widgets.upload >Index: src/org/eclipse/rwt/widgets/Upload.js >=================================================================== >--- src/org/eclipse/rwt/widgets/Upload.js (revision 1017) >+++ src/org/eclipse/rwt/widgets/Upload.js (working copy) >@@ -306,12 +306,12 @@ > */ > _onEnabled : function( evt ) { > qx.ui.core.Widget.flushGlobalQueues(); >- if( evt.getData() ) { >- this._uploadField._button._input.style.height >- = this._uploadField.getHeight(); >- } else { >- this._uploadField._button._input.style.height = "0px"; >- } >+// if( evt.getData() ) { >+// this._uploadField._button._input.style.height >+// = this._uploadField.getHeight(); >+// } else { >+// this._uploadField._button._input.style.height = "0px"; >+// } > }, > > /* >@@ -319,11 +319,11 @@ > * despite the hidefocus style settings. > */ > _onFocus : function( evt ) { >- var input = this._uploadField._button._input; >- this._uploadField._button._input.onblur = function() { >- input.onblur = null; >- input.onfocus = function() { input.blur(), input.onfocus = null }; >- }; >+// var input = this._uploadField._button._input; >+// this._uploadField._button._input.onblur = function() { >+// input.onblur = null; >+// input.onfocus = function() { input.blur(), input.onfocus = null }; >+// }; > }, > > // TODO [fappel]: would a property be the better solution?
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 275144
: 135050