I have a conflicting behavior in an editable grid. when I have focus on a editable cell, I may need to scroll away to another cell and come back, but I don't want the editing cell to loose focus. So I captured the onBlur event and force the cell to remain in focus. But when I call the focus() method on the cell's text field, the browser forces the grid view to scroll back and display that editing cell.
is there any way to defeat this browser behavior? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
