For now, I want only that user is able to scroll with PgUp PgDown after field edit...Please look at my last post carefully where in last steps of act() function I write this:
Im able trigger event with onmouseover..th is is ok, but then have to add
some onkey handler that check what I typed in field (in real situation there can be fields for example
with validators) and in case of ENTER I delete field (with innerHTML = '' (or html('')..Im using jQuery ))
and scrolling stop work. Even if I set focus back to page then scrolling is out. See
my original code with focus to newfield in the end of...
Leave a comment: