Could someone please assist me? I am facing an issue with my HTML page where I have incorporated a ColorBox modal popup. Inside the ColorBox popup, there is a CKEditor. The problem is as described below:
In Internet Explorer, the CKEditor functions properly. However, in Firefox and Chrome, the CKEditor appears to be in readonly mode (unable to input text). If I place the CKEditor directly on the page (not inside the modal popup), it works fine across all browsers.
I suspect that this issue may be related to the z-index of one of the elements generated by CKEditor. Could someone identify which element this might be?
Your assistance would be greatly appreciated, thank you in advance!