Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Upload Dialog IE Bug
Upload Dialog IE Bug [message #98931] Fri, 18 July 2008 22:43 Go to next message
Eclipse UserFriend
Originally posted by: tavoaqp.gmail.com

Hi
I'm using Upload Dialog in my project. It was working for a while in IE6
but, after I set in the CSS file of my project the font for all widgets
to Arial my application stopped working.
The uploag dialog gets created, but after I do OK in the file dialog, IE
6 shows the following message:

Could not evaluate javascript response:

Access Denied.


org.eclipse.swt.EventUtil.suspendEventHandling();var req =
org.eclipse.swt.Request.getInstance();req.setRequestCounter( "3" );var
wm = org.eclipse.swt.WidgetManager.getInstance();var w =
wm.findWidgetById( "w5"
);w._performUpload();qx.ui.core.Widget.flushGlobalQueues();o rg.eclipse.swt.EventUtil.resumeEventHandling();

And this happens only in IE6, not on Firefox (I haven't tested on other
browsers). I have updated the Upload plugin with the latest version from
CVS.

Please help me!

Gustavo
Re: Upload Dialog IE Bug [message #99053 is a reply to message #98931] Mon, 21 July 2008 06:25 Go to previous messageGo to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi,

can you check if the problem persists with IE7? If so, please post a
snippet which shows how you set the fonts so that I can reproduce the
problem.

Regards,
Stefan.


Gustavo schrieb:
> Hi
> I'm using Upload Dialog in my project. It was working for a while in IE6
> but, after I set in the CSS file of my project the font for all widgets
> to Arial my application stopped working.
> The uploag dialog gets created, but after I do OK in the file dialog, IE
> 6 shows the following message:
>
> Could not evaluate javascript response:
>
> Access Denied.
>
>
> org.eclipse.swt.EventUtil.suspendEventHandling();var req =
> org.eclipse.swt.Request.getInstance();req.setRequestCounter( "3" );var
> wm = org.eclipse.swt.WidgetManager.getInstance();var w =
> wm.findWidgetById( "w5"
> );w._performUpload();qx.ui.core.Widget.flushGlobalQueues();o rg.eclipse.swt.EventUtil.resumeEventHandling();
>
>
> And this happens only in IE6, not on Firefox (I haven't tested on other
> browsers). I have updated the Upload plugin with the latest version from
> CVS.
>
> Please help me!
>
> Gustavo
Re: Upload Dialog IE Bug [message #100244 is a reply to message #99053] Fri, 25 July 2008 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tavoaqp.gmail.com

Hi Stefan
I tested with IE7 and there is no problem. I'm posting the parts of my
CSS theme file that use font setting (basically my CSS is a copy of the
RAP Demo CSS theme):

* {
font: 11px Arial, Helvetica, sans-serif;
color: rgb( 112, 94, 66 );
background-color: rgb( 237, 250, 245 );
rwt-selectionmarker-color: #56a0ea;
}

Button {
color: #705e42;
padding: 12px 6px;
font: bold 11px Arial, Helvetica, sans-serif;
}

CTabItem-Label{
font: bold 11px Arial, Helvetica, sans-serif;
}

Group-Label {
padding: 0px 6px;
font: bold 11px Arial, Helvetica, sans-serif;
}

Hope you can reproduce the problem

thanks
Gustavo

Stefan Roeck escreveu:
> Hi,
>
> can you check if the problem persists with IE7? If so, please post a
> snippet which shows how you set the fonts so that I can reproduce the
> problem.
>
> Regards,
> Stefan.
>
>
> Gustavo schrieb:
>> Hi
>> I'm using Upload Dialog in my project. It was working for a while in
>> IE6 but, after I set in the CSS file of my project the font for all
>> widgets to Arial my application stopped working.
>> The uploag dialog gets created, but after I do OK in the file dialog,
>> IE 6 shows the following message:
>>
>> Could not evaluate javascript response:
>>
>> Access Denied.
>>
>>
>> org.eclipse.swt.EventUtil.suspendEventHandling();var req =
>> org.eclipse.swt.Request.getInstance();req.setRequestCounter( "3" );var
>> wm = org.eclipse.swt.WidgetManager.getInstance();var w =
>> wm.findWidgetById( "w5"
>> );w._performUpload();qx.ui.core.Widget.flushGlobalQueues();o rg.eclipse.swt.EventUtil.resumeEventHandling();
>>
>>
>> And this happens only in IE6, not on Firefox (I haven't tested on
>> other browsers). I have updated the Upload plugin with the latest
>> version from CVS.
>>
>> Please help me!
>>
>> Gustavo
Re: Upload Dialog IE Bug [message #104956 is a reply to message #100244] Tue, 16 September 2008 07:09 Go to previous message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi Gustavo,

I committed a related fix to CVS head yesterday. Could you give it a
try? See also the thread "Upload widget not working correctly in the
Firefox browser".

Thanks,
Stefan.

Gustavo schrieb:
> Hi Stefan
> I tested with IE7 and there is no problem. I'm posting the parts of my
> CSS theme file that use font setting (basically my CSS is a copy of the
> RAP Demo CSS theme):
>
> * {
> font: 11px Arial, Helvetica, sans-serif;
> color: rgb( 112, 94, 66 );
> background-color: rgb( 237, 250, 245 );
> rwt-selectionmarker-color: #56a0ea;
> }
>
> Button {
> color: #705e42;
> padding: 12px 6px;
> font: bold 11px Arial, Helvetica, sans-serif;
> }
>
> CTabItem-Label{
> font: bold 11px Arial, Helvetica, sans-serif;
> }
>
> Group-Label {
> padding: 0px 6px;
> font: bold 11px Arial, Helvetica, sans-serif;
> }
>
> Hope you can reproduce the problem
>
> thanks
> Gustavo
>
> Stefan Roeck escreveu:
>> Hi,
>>
>> can you check if the problem persists with IE7? If so, please post a
>> snippet which shows how you set the fonts so that I can reproduce the
>> problem.
>>
>> Regards,
>> Stefan.
>>
>>
>> Gustavo schrieb:
>>> Hi
>>> I'm using Upload Dialog in my project. It was working for a while in
>>> IE6 but, after I set in the CSS file of my project the font for all
>>> widgets to Arial my application stopped working.
>>> The uploag dialog gets created, but after I do OK in the file dialog,
>>> IE 6 shows the following message:
>>>
>>> Could not evaluate javascript response:
>>>
>>> Access Denied.
>>>
>>>
>>> org.eclipse.swt.EventUtil.suspendEventHandling();var req =
>>> org.eclipse.swt.Request.getInstance();req.setRequestCounter( "3"
>>> );var wm = org.eclipse.swt.WidgetManager.getInstance();var w =
>>> wm.findWidgetById( "w5"
>>> );w._performUpload();qx.ui.core.Widget.flushGlobalQueues();o rg.eclipse.swt.EventUtil.resumeEventHandling();
>>>
>>>
>>> And this happens only in IE6, not on Firefox (I haven't tested on
>>> other browsers). I have updated the Upload plugin with the latest
>>> version from CVS.
>>>
>>> Please help me!
>>>
>>> Gustavo
Previous Topic:Problems with war deployment on weblogic and websphere
Next Topic:How to get the state of icons in view toolbar
Goto Forum:
  


Current Time: Fri Mar 29 10:15:18 GMT 2024

Powered by FUDForum. Page generated in 0.02123 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top