You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After initializing the search widget and starting the search inside an iframe that contains textareas, the width and height CSS properties are initially set correctly but later collapse to 0.
This issue is specific to Firefox, and doesn't affect Chrome users. It might be a bug in Firefox itself, because the style is set on the HTML element correctly, Firefox simply doesn't read the value and returns undefined instead.
The text was updated successfully, but these errors were encountered:
Dalimil
changed the title
Textarea inside iframes collapses in Firefox
Textareas inside <iframe> collapse in Firefox
Jan 3, 2018
After initializing the search widget and starting the search inside an iframe that contains textareas, the
width
andheight
CSS properties are initially set correctly but later collapse to 0.This issue is specific to Firefox, and doesn't affect Chrome users. It might be a bug in Firefox itself, because the style is set on the HTML element correctly, Firefox simply doesn't read the value and returns undefined instead.
The text was updated successfully, but these errors were encountered: