Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Sash of sashform can't be released inside RichTextEditor editor.
Sash of sashform can't be released inside RichTextEditor editor. [message #1775914] Wed, 08 November 2017 03:49 Go to next message
Eclipse UserFriend
Hello, I've got the following example,
where I can't release the sash of sashform inside the RichTextEditor editor.

A bug? Is there any solution?

Assume we've got following example:

index.php/fa/31248/0/

public class BasicEntryPoint extends AbstractEntryPoint {

    @Override
    protected void createContents(Composite parent) {
    	 parent.setLayout(new FillLayout());        
        SashForm sashForm = new SashForm(parent, SWT.HORIZONTAL);
        sashForm.setLayout(new FillLayout());
	    new Button(sashForm, SWT.PUSH).setText("Big Button");
		RichTextEditor editor = new RichTextEditor(sashForm, SWT.HORIZONTAL);
		editor.setText("This is a text");
		editor.setSize(500,500);
    }
}


I can't release sash, while moving it, inside editor:
index.php/fa/31249/0/

I can only release it outside the editor:
index.php/fa/31250/0/



  • Attachment: rap_1.png
    (Size: 20.29KB, Downloaded 393 times)
  • Attachment: rap_2.png
    (Size: 21.06KB, Downloaded 397 times)
  • Attachment: rap_3.png
    (Size: 28.78KB, Downloaded 409 times)

[Updated on: Wed, 08 November 2017 10:22] by Moderator

Re: Sash of sashform can't be released inside RichTextEditor editor. [message #1776153 is a reply to message #1775914] Mon, 13 November 2017 04:16 Go to previous message
Eclipse UserFriend
Hi,
that's a known limitation when the mouse moves on top of iframe (Browser widget) or editable div. Currently, there is no solution for it.
Regards,
Ivan
Previous Topic:Could not resolve module: org.eclipse.emf.parsley.rap.runtime
Next Topic:SWT.MouseHover
Goto Forum:
  


Current Time: Wed Jul 23 16:34:46 EDT 2025

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

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

Back to the top