Expand my Community achievements bar.

Tabbing out of last field on a page takes the user to a Master Page..

Avatar

Level 4

This is very strange, and only happens in the exit event.  So if I edit a date field or a drop-down box, tab out, and then click my mouse, the page disappears and I can only see a Master Page (not even the correct Master Page, but the very first one).  This only happens with the last object on the page, as there is nowhere for the tab to go to.

Has anyone else had this problem?  Any known solutions?

2 Replies

Avatar

Level 10

Hi,

I haven't seen this before. Can you share your form?

Niall

Avatar

Level 4

Sorry-I should have replied earlier but this was just a programming error.  It tabbed to a navigation button that I kept on the design sheet instead of the master page.  That navigation button hid the current page as the last event,but unfortunately I had this occur on the "Exit" event.  Of course, you don't have to click an OK button to trigger the "Exit" event, simple tabbing will do. 

Moving the "hide current page" function from the exit event to the MouseUp event solved the tabbing problem (although moving the ok button itself to the master page would have solved it as well.  Just one of the risks of building a complex form...