Opened 8 years ago
Closed 8 years ago
#14898 closed Bug (duplicate)
When in a bootstrap modal, input of type text can not be focused
Reported by: | Philip | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Place a CKEditor inside a bootstrap modal
- Call the modal up
- Click on one of the buttons that has a text field on it
- Try focus on a text field
Expected result
Text field becomes focused, so I can type a value in it.
Actual result
Can not get the text field to focus and there for can not type in it.
Other details (browser, OS, CKEditor version, installed plugins)
OS - Windows 10 Browser - Google Chrome KEditor version - CKEditor 4.5.11 (Full) Plugins - None other that ones that come with the full version
Attachments (2)
Change History (4)
Changed 8 years ago by
comment:1 Changed 8 years ago by
So after a deeper look it this it seems all you need to do is change one line of css changing your z-index to be higher than the z-index of bootstrap modal and they for z-index they use 10051 so i am guessing something like 10060 may be a good z-index to use for your dialog
comment:2 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.5.11 |
DUP of #14342
Please see https://dev.ckeditor.com/ticket/14342#comment:2 and http://dev.ckeditor.com/ticket/12525#comment:4. This isn't CKEditor issue.
Config file