|
Re: JS error on CVS update (ControlDecorator.js) [message #530017 is a reply to message #530012] |
Wed, 28 April 2010 07:34 |
Ivan Furnadjiev Messages: 2427 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 |
Niels Lippke 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
|
|
|
Powered by
FUDForum. Page generated in 0.03897 seconds