Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » JS error on CVS update (ControlDecorator.js)
JS error on CVS update (ControlDecorator.js) [message #530012] Wed, 28 April 2010 06:58 Go to next message
Niels Lippke is currently offline Niels LippkeFriend
Messages: 71
Registered: December 2009
Member
Hi,

I just updated RAP from CVS and now my UI is not working anymore.
I get a "w is undefined" error under IE8 in

qx.Class.define( "org.eclipse.rwt.widgets.ControlDecorator", {
....
_updateToolTip : function() {
var wm = org.eclipse.swt.WidgetManager.getInstance();
if( this._text === null || this._text === "" || !this._showHover ) {
wm.setToolTip( w, null ); <--- !!! w is undefined !!!
} else {
wm.setToolTip( w, this._text );
}
},
....
}

Regards,

Niels
Re: JS error on CVS update (ControlDecorator.js) [message #530017 is a reply to message #530012] Wed, 28 April 2010 07:34 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Niels,

thanks for pointing this out. It is fixed in CVS HEAD.

Best,
Ivan

On 04/28/2010 9:58 AM, Niels Lippke wrote:
> Hi,
> I just updated RAP from CVS and now my UI is not working anymore.
> I get a "w is undefined" error under IE8 in
>
> qx.Class.define( "org.eclipse.rwt.widgets.ControlDecorator", {
> ...
> _updateToolTip : function() {
> var wm = org.eclipse.swt.WidgetManager.getInstance();
> if( this._text === null || this._text === "" || !this._showHover ) {
> wm.setToolTip( w, null ); <--- !!! w is undefined !!!
> } else {
> wm.setToolTip( w, this._text );
> }
> },
> ...
> }
>
> Regards,
> Niels
Re: JS error on CVS update (ControlDecorator.js) [message #530020 is a reply to message #530017] Wed, 28 April 2010 08:00 Go to previous message
Niels Lippke is currently offline Niels LippkeFriend
Messages: 71
Registered: December 2009
Member
Yupp, error gone.
Thanks for fixing!


"Ivan Furnadjiev" <ivan@eclipsesource.com> schrieb im Newsbeitrag
news:hr8oeu$4uh$1@build.eclipse.org...
> Hi Niels,
>
> thanks for pointing this out. It is fixed in CVS HEAD.
>
> Best,
> Ivan
>
> On 04/28/2010 9:58 AM, Niels Lippke wrote:
>> Hi,
>> I just updated RAP from CVS and now my UI is not working anymore.
>> I get a "w is undefined" error under IE8 in
>>
>> qx.Class.define( "org.eclipse.rwt.widgets.ControlDecorator", {
>> ...
>> _updateToolTip : function() {
>> var wm = org.eclipse.swt.WidgetManager.getInstance();
>> if( this._text === null || this._text === "" || !this._showHover ) {
>> wm.setToolTip( w, null ); <--- !!! w is undefined !!!
>> } else {
>> wm.setToolTip( w, this._text );
>> }
>> },
>> ...
>> }
>>
>> Regards,
>> Niels
Previous Topic:Cleanly logout of a RAP application
Next Topic:Open a PDF book
Goto Forum:
  


Current Time: Thu Apr 25 08:47:05 GMT 2024

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

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

Back to the top