128
Views
3
Comments
[web] How to get rid of dynamic textarea (silkUI, smartInput, focus/onblur) ?
Question

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.

2019-05-22 11-30-09
Marcelo Ferreira

Hi J,

Did you try this css "resize: none;"

Regards,

Marcelo


2016-04-21 20-09-55
J.
 
MVP

Marcelo Ferreira wrote:

Hi J,

Did you try this css "resize: none;"

Regards,

Marcelo


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



2018-08-26 20-34-32
Pankaj pant

Hi J,

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?


Regards,

PP

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.