Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:49 Go to next message
Coffee Cup is currently offline Coffee CupFriend
Messages: 2
Registered: November 2017
Junior Member
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 357 times)
  • Attachment: rap_2.png
    (Size: 21.06KB, Downloaded 364 times)
  • Attachment: rap_3.png
    (Size: 28.78KB, Downloaded 375 times)

[Updated on: Wed, 08 November 2017 15:22]

Report message to a moderator

Re: Sash of sashform can't be released inside RichTextEditor editor. [message #1776153 is a reply to message #1775914] Mon, 13 November 2017 09:16 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2427
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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: Sun Sep 22 19:48:51 GMT 2024

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

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

Back to the top