Trying to figure out the best way to describe this, but say someone opens the
form in IE (6) and there are some fields down the page that you would have to
scroll to.
The user is typing away and tabbing to the next fields. When you tab to a field
that is outside of the ui, the page focus is shifting down and it takes away
the action bar. I ran across the same problem with "refresh doc on keyword
change". The action bar would get lost because the page shifts down. I got
around this by using the following in OnChange instead of the refresh doc
parameter:
_doClick('$Refresh',this,null);
I'm going to look around for possible solutions, but it seems to be IE's way of
focusing the page when tabbing. It doesn't happen in FF - tabbing just scrolls
down as it should!
Trying to figure out the best way to describe this, but say someone opens the form in IE (6) and there are some fields down the page that you would have to scroll to.
The user is typing away and tabbing to the next fields. When you tab to a field that is outside of the ui, the page focus is shifting down and it takes away the action bar. I ran across the same problem with "refresh doc on keyword change". The action bar would get lost because the page shifts down. I got around this by using the following in OnChange instead of the refresh doc parameter:
_doClick('$Refresh',this,null);
I'm going to look around for possible solutions, but it seems to be IE's way of focusing the page when tabbing. It doesn't happen in FF - tabbing just scrolls down as it should!