Hi,
We generate a yes/no select and notice a difference between chrome and firefox.
The "Yes/No" selects in Google Chrome shows a space between the 'input' (since the 'input' is not editable, it is a html <div>) and the drop down arrow. This doesn't happen neither in IE nor FF.
Watching the generated code, by a strange reason, in Google Chrome, Smartclient adds a extra <div> containing a <textarea>. This <div> with a <textarea> is not present in FF, and if you remove it via Google Chrome developer tool, you see that the visualization gets fixed and looks like IE and FF
What could be the reason for this, or how can we prevent this?
Thanks!
gr. Martin
We generate a yes/no select and notice a difference between chrome and firefox.
The "Yes/No" selects in Google Chrome shows a space between the 'input' (since the 'input' is not editable, it is a html <div>) and the drop down arrow. This doesn't happen neither in IE nor FF.
Watching the generated code, by a strange reason, in Google Chrome, Smartclient adds a extra <div> containing a <textarea>. This <div> with a <textarea> is not present in FF, and if you remove it via Google Chrome developer tool, you see that the visualization gets fixed and looks like IE and FF
What could be the reason for this, or how can we prevent this?
Thanks!
gr. Martin
Comment