[SOLVED]Resize of text box does not work on IE11

In my application I’ve used a lot of text boxes which can be resized by the user if these text boxes contains more information than displayed by default. By dragging the right lower corner of the text box the user can resize the field. This works perfectly on Google Chrome (I am happy with this feature). But unfortunately this does not work on IE11. Is there way to solve this?

Regards,

Marcel Besteman
(Netherlands)

[QUOTE=marcelbesteman;30855]In my application I’ve used a lot of text boxes which can be resized by the user if these text boxes contains more information than displayed by default. By dragging the right lower corner of the text box the user can resize the field. This works perfectly on Google Chrome (I am happy with this feature). But unfortunately this does not work on IE11. Is there way to solve this?

Regards,

Marcel Besteman
(Netherlands)[/QUOTE]

Afaik no. It only works on firefox and chrome.

I propose the guys from scriptcase look here:
http://sjc.ironspeed.com/post/internet-explorer-11-issue-with-textbox-control-7078402#gsc.tab=0

They seem to have found the solution… Hence a stylesheet change could alredy resolve it (me hopes…)

Hi Albert and rr,

Thanks for your quick response. RR, it seems you provided the solution here.

@Scriptcase Development Team, can you please correct this issue? This wil help me (and I guess a lot of other users) very much!

Thanks a lot guys,

Marcel Besteman
(Netherlands)

Wee another dutchy… I wish they’d fix it in the next update too, it should be a simple thing…

Hello,

I was able to reproduce the issue. I’m not sure if this is a SC or IE bug.

I will pass it on to our bugs/development team for further testing.

regards,
Bernhard Bernsmann

It is an IE bug. It also happens with various php frameworks where firefox and chrome work fine.

Check this example:
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea

Exactly. It is an IE issue as seen on RR example.