Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » CKEditor 4.x & Inline Mode on <DIV> Issues(CKEditor4.3 Inline Mode not working due to inherit rap CSS)
CKEditor 4.x & Inline Mode on <DIV> Issues [message #1707769] Wed, 09 September 2015 09:26 Go to next message
Anuradha G is currently offline Anuradha GFriend
Messages: 18
Registered: October 2010
Junior Member
I have use CKeditor component code and manage to update to CKEditor4.3

ALl works nicely until I want to try out CKEditor Inline mode. Unlike default mode (base on Iframe) it add ckeditor base on <div> so it works but editor is preventing TEXT selection by mouse .

This is due to it inherit rap CSS rules I guess to stop Div getting select.

What can I do to make this work ?

this.editor = CKEDITOR.inline(this.element,
						
						{
				  			toolbarGroups : toolbarGroupsProfile,
				  			 removeButtons: removeButtonsProfile,
							 baseFloatZIndex : 3000000,
							 removePlugins : '... '});
Re: CKEditor 4.x & Inline Mode on <DIV> Issues [message #1707770 is a reply to message #1707769] Wed, 09 September 2015 09:28 Go to previous messageGo to next message
Anuradha G is currently offline Anuradha GFriend
Messages: 18
Registered: October 2010
Junior Member
as side note CKEditor 4.x also added replace where same as appnedTo but it do not add Iframe so this replace method has lead to same text selection issue
Re: CKEditor 4.x & Inline Mode on <DIV> Issues [message #1709008 is a reply to message #1707770] Wed, 23 September 2015 09:45 Go to previous messageGo to next message
Anuradha G is currently offline Anuradha GFriend
Messages: 18
Registered: October 2010
Junior Member
Anyone ?
Re: CKEditor 4.x &amp; Inline Mode on &lt;DIV&gt; Issues [message #1710329 is a reply to message #1709008] Tue, 06 October 2015 07:06 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
please open a bugzilla and we will investigate the issue. Also attach
some snippets in order to reproduce it.
Thanks,
Ivan

--
Ivan Furnadjiev

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

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:How to close ProgressMonitorDialog when all UI sessions are exited?
Next Topic:Log every request payload coming from browser
Goto Forum:
  


Current Time: Tue Mar 19 10:59:36 GMT 2024

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

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

Back to the top