c# - How to remove validation focus in particular validation control -
I find that there is a higher priority than the recognition of the last line, I set the focus of the first line verification control Even when I focus on the code behind it
want to disable some validation focus
Even if I search for SetFocusOnError = "false" on some validation I still do not scroll to the top of the page
Many times the test, more Time success, failed in some cases. I'm not sure whether anyone is doing the same at the production site at the same time. I have already used all my methods.
I get one thing in the production site, when downward scrolls, press the button twice to focus on the top of the page.
While not scrolling to the bottom of the page, it does not focus on the top of the page, sometimes it is lucky, in most cases it does not focus on the top of the page.
Firefox and Internet Explorer using this method 100% success, Chrome sometimes fails and most of the time in this case However, I still have < / P> can not set the focus in the code> Finally, I focus on the text box instead of the label, this is a success on the production site. The conclusion is that in the production site Chrome has failed to focus on the label and success in the test site only
Comments
Post a Comment