[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] Re: Images in Table HTTPS IE

Hi Philipp,

I've tested it with 1.3, reverting some of the latest Table bugfixes.... but I can't reproduce the "secure and non-secure content" warning with TableLabelProvider.getColumnImage(..). How the iamge path in Graphics.getImage(..) looks like? Do you get the Alias.js from CVS ( "org.eclipse.rap.qx.build\source\class\qx\io\Alias.js" )?

Best,
Ivan

Philipp Eichhorn wrote:
Hi,

I think, I might be stuck in a HTTPS+IE trap again.
I'm using RAP 1.2 with the latest qooxdoo patches.

Sidenote: The latest alias.js patch resolved a lot of issues I was having.

Now, I have a Table using JFace TableViewer and fill it with Images using a TableLabelProvider. The TableLabelProvider.getColumnImage(..) does nothing else than Graphics.getImage(..). This works fine in every Browser except the IE, where I get a "secure and non-secure content" warning. If the TableLabelProvider.getColumnImage(..) return null the warning doesn't appear.
Interesting is, that this issue seems to be fixed in the HEAD version of RAP 1.3.


Again sidenode: I have an other major issue with RAP 1.3 and existing CustomWidgets, which work with RAP 1.2. So RAP 1.3 is no option for now.

On JavaScript side the RAP 1.2 and RAP 1.3 I'm using are identical, so I rule out a JavaScript issue.
I was wondering if someone has an idea where to look for the differences between RAP 1.2 and 1.3 concerning this issue, this would save me a lot of time. A existing Fix would be even better.
I'm not sure if there will be a new RAP 1.2 version coming up, but if, I would appreciate, if some of the nice fixes made for RAP 1.3 would be applied to RAP 1.2 as well.


Kind Regards

Philipp