Hi folks,
When having a textarea (in a popup), when you focus on it, the textarea gets a bit smaller.
When you click outside the texarea its getting bigger again, but it does not always bubble the click-event afaik. So when you click a button, sometimes (more often than not) you need to click again, to get the actual event working.
It's standard silkUI/Outsystems, so no strange jquery added or something else.
Anyone know how to fix/remove this weird behaviour?
Thanks in advance,
J.
Hi J,
Did you try this css "resize: none;"
Regards,
Marcelo
Marcelo Ferreira wrote:
Thanks for the suggestion but no effect, besides not being able to resize it by hand.
(the bottom-right icon thingy)
ugh, nvm, found one part that is indeed some css going wrong.
now the issue why the click-event is not always propogated to the button
Did you check what extra attributes is adding to the text-area element before or after the click?
I have check with mine code it's working absolutely fine.
Demo link-https://pankajpant824.outsystemscloud.com/popuptextarea/Employees.aspx
If possible can you share the OML file so we can look into it?
did you facing this issue in all the browser?
PP