Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Odd behavior
posted
I have a couple of WebTextEdit controls in a page. The page is in a nested master page. site1.master is the main master page, nestedmasterpage3.master is the in site1.master. The page of interested is in nestedmasterpage3.master. The controls of interest are in an UpdatePanel with UpdatMode as Conditional and ChildrenAsTriggers set to true. The controls have AutoPostBack set to true. Each control has the onvaluechange set to a handler although for testing this issue the handler does nothing. I start the web app and go to the page. I then quickly type something into the first field, tab to the next, type in it, tab to the next and find that the text I type is backwards. That is, if I want Calgary I get yraglaC as I type. I have no idea what is happening here. Does anyone have any ideas?
Parents Reply Children
No Data