|
devnull
|
 |
« on: May 19, 2015, 07:57:51 AM » |
|
OK, I know that the first thing you will do is to ask me to vew a jsfiddle that proves there is no problem, but there is a problem and I have tried several times to resolve it.
In my app which has multiple levels of panels, tabs etc etc, when I include a multiline textbox, it does not like carriage returns.
if you enter a carriage return more than once, it will loose focus immediately, I suspect that it has something to do with the css whitespace property but if I create a simple jsfiddle I just cannot replicate the problem.
I have no event listeners on keydown or keyup listeners so it's got be something to do with easyui, but as I am unable to replicate the problem in jsfiddle I am now stuck !
Also, in Firefox, multiline textboxes do not show carriage returns, newlines, it is all 1 block of continuous text, but in Chrome the newlines are displayed correctly.
|