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 167102 Details for
Bug 311694
[Button] Unsecure content warning in IE using SSL with invisible button with image
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
Bug-311694.patch (text/plain), 1.31 KB, created by
Ivan Furnadjiev
on 2010-05-05 06:07:46 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-05-05 06:07:46 EDT
Size:
1.31 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/rwt/widgets/MultiCellWidget.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/rwt/widgets/MultiCellWidget.js,v >retrieving revision 1.15 >diff -u -r1.15 MultiCellWidget.js >--- js/org/eclipse/rwt/widgets/MultiCellWidget.js 28 Oct 2009 13:53:59 -0000 1.15 >+++ js/org/eclipse/rwt/widgets/MultiCellWidget.js 5 May 2010 10:06:53 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2009 EclipseSource and others. All rights reserved. >+ * Copyright (c) 2009, 2010 EclipseSource and others. All rights reserved. > * This program and the accompanying materials are made available under the > * terms of the Eclipse Public License v1.0 which accompanies this distribution, > * and is available at http://www.eclipse.org/legal/epl-v10.html >@@ -243,7 +243,11 @@ > } else { > this.addToQueue( "updateContent" ); > } >- this.__cellData[ cell ][ 1 ] = value; >+ var newValue = value; >+ if( this._isImageCell( cell ) ) { >+ newValue = qx.io.Alias.getInstance().resolve( newValue ); >+ } >+ this.__cellData[ cell ][ 1 ] = newValue; > }, > > /**
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 311694
: 167102