Opened 10 years ago
Closed 10 years ago
#13503 closed Bug (invalid)
Telerik window takes the edit child box behind CKEDITOR
Reported by: | aballabh | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
hello
We are trying to implement ckeditor for our web app. Issue is when we click on the pop up the CKEDITOR comes fine. But clicking on any of the control it goes behind the current active window.
This happens when we clicks on the editor to change some style or heading etc. what happens is another popup opens which is of text editor and it opens behind the telerik window.
Is there a setting we are missing. We use .NET stack as our dev framework. We have been not able to resolve this, a speedy suggestion will helps us proceed further.
Best Abhi Co-Founder | ExtraaEdge
PS: Screenshot attached
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | editor image 1.png added |
---|
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.0 |
You need to set http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-baseFloatZIndex to a higher value so CKEditor's panels are displayed above Telerik's modals.
The edit control goes behind the CKEDITOR