Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP 2.3.1 - Application crashes when Button is clicked on Shell fadeOut
RAP 2.3.1 - Application crashes when Button is clicked on Shell fadeOut [message #1436695] Fri, 03 October 2014 09:11 Go to next message
Aleksander   is currently offline Aleksander Friend
Messages: 44
Registered: May 2014
Location: France
Member
Hello,

In our application, when I press a Button to open a new jface.dialogs.Dialog and if I click ASAP on a button created in the ButtonBar using the method createButtonsForButtonBar, the application crashes and displays the same error as Bug 434306.

Client Error
Details:

Error: Error: Invalid target for ServerObject, or target not in ObjectManager
...


I am using the plugin org.eclipse.rap.rwt_2.3.1.20140909-1638 as well as plugin org.eclipse.rap.jface_2.3.1.20140819-1926.

My Eclipse and RAP installation is up to date and I checked in the sources and the fix from the bug 434306 is in there. I tried to replace the execute method in rwt.widgets.base.BasicButton with (same as the fix):
    execute : function() {
	  if( this.isEnabled() ) {
	      this.base( arguments );
	      if( this._isSelectable ) {
	        this.setSelection( !( this._selected && this._isDeselectable ) );
	      } else {
	        this._notifySelected();
	      }
	  }
    },


but the bug is not resolved. This is very problematic for us. Thank you.


[Updated on: Fri, 03 October 2014 12:49]

Report message to a moderator

Re: RAP 2.3.1 - Application crashes when JFace Dialog Button is clicked [message #1436708 is a reply to message #1436695] Fri, 03 October 2014 09: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,
please file a bugzilla with complete self-running snippet to reproduce
the issue. I'll look on it as soon as possible.
Thanks,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: RAP 2.3.1 - Application crashes when JFace Dialog Button is clicked [message #1436778 is a reply to message #1436708] Fri, 03 October 2014 11:47 Go to previous message
Aleksander   is currently offline Aleksander Friend
Messages: 44
Registered: May 2014
Location: France
Member
After further investigation, the crash comes from selecting a control while the Shell is fading out.

I've created a bugzilla entry: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445869

Priority is low because I removed the fade out from our theme. Thank you Ivan.
Previous Topic:Label sizes calculated wrong for some fonts on Chrome
Next Topic:[ANN] RAP 3.0.0M2
Goto Forum:
  


Current Time: Thu Apr 25 21:42:50 GMT 2024

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

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

Back to the top