I have a HorizontalFieldManager that has 3 tabs. It is set as the status using setStatus(hfm) so that it is permanently at the bottom. My problem is (only on non-touch devices), I have a listfield that is set as the contentArea above the tab. So when I'm scrolling down the list and pass the listfield and try to click one of the three tabs, it doesn't work most of the time (non predictable functionality). I'm assuming it's not focusing correctly or something. I want it to work like this:
Once I scroll to the end of the listfield, i want it to focus on the left tab, then if i keep scrolling down i want it to focus on the middle, then the left tab. Right now, the functionality is horrible. I'm thinking it might have to do with the fact that the tabs are included in setStatus() but I'm not sure. Any help would be much appreciated!