Is there a way to avoid holding the ALT key when cycling through input fields within a SAPUI5 table?
问题 I have a SAPUI5 table which contains input fields. I have prepared an example at http://jsfiddle.net/bgerth/x8h92mz8/. When you press ALT+TAB you can cycle through the input fields within the table (I only found that out by looking at sap.m.ListBase.prototype._startItemNavigation ). Only pressing TAB focuses the first element outside the table. I consider that rather non-intuitive. Is there a way to make TAB alone work the same way? Update: Alt+Tab works in Chrome and Safari, but not Firefox