Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5
Text Editor List Items are not displayed in Parent Container with Overflow Hidden
posted

Hi, 

I have identified an issue with the igTextEditor behaviour when placed in a parent container with overflow hidden.

Given I have created a text editor and passed in an array of listItems 

When the text editor is placed inside a parent container and the parent container has the css rule overflow: hidden

Then the list of items is not displayed outwith the parent container as the content is cut of by the overflow hidden.

I believe the issue is caused by the relative position set on the control container which prevents the absolute positioning of the list items from having the effect of displaying outwith the parent container.

Please check out the jsfiddle that presents the issue.

Any solution or work around this problem would be appreciated.

Thanks,

Mark