28
Views
3
Comments
Cursor is moving into header section due to AJAX refresh.
Question

Suppose, We are writing something into that text-box and when we try to scroll the screen then cursor is going to blink into that header section. AJAX refresh is used in that particular input box and this is happening only in IE.So, What to do to resolve this issue?

2026-01-19 17-09-56
Carlos Lessa
 
MVP

Possible you are refreshing the entire page and not the text-box, try to give a name to that element and refresh just the text-box or the components that need the information from this element

UserImage.jpg
Harshit Turkar

Hi Carlos,

I am applying AJAX  refresh to that particular text box not for whole screen but even if i am facing this issue.

Regards,

Harshit Turkar.


2026-01-19 17-09-56
Carlos Lessa
 
MVP

Harshit Turkar wrote:

Hi Carlos,

I am applying AJAX  refresh to that particular text box not for whole screen but even if i am facing this issue.

Regards,

Harshit Turkar.


Hi Did you solve the problem, if not can you upload the oml?


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.