diff --git a/ui (gen4)/lib/widget/browse2.js b/ui (gen4)/lib/widget/browse2.js index 37e5bb39..255f5a18 100755 --- a/ui (gen4)/lib/widget/browse2.js +++ b/ui (gen4)/lib/widget/browse2.js @@ -3294,9 +3294,6 @@ var BrowserPrototype = { up: function(){}, down: function(){}, // XXX check if there are elements to the left... - // XXX which is better? - // - on top level left goes to first element (as on all other levels) - // - on top level left is like prev (less uniform but somehow feels more logical) left: function(){ var focused = this.focused var p @@ -3320,7 +3317,6 @@ var BrowserPrototype = { focused.collapsed ? this .expand() - .next() : this.next() }, // navigation relative to page...