html - Disabled Textarea can't be Scroll on Windows Phone -


i have tried adding overflow: auto; & overflow: scroll; still no effect on that. similar question; disabled textarea can not scroll in ie8 no answer question. needs work in windows phone & ie9 , +. using readonly instead disabled not feasible solution me.

i think ideology set control disabled say, dont wont have events , actions run it.


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

jpa - Passing entitymanager from reflection method -