diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index aae532cf..8ba22f12 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -2603,6 +2603,7 @@ var ImageStateIndicatorActions = actions.Actions({ // do the call... if(handler != null){ + // XXX simplify the constructors... (into one?) handler.call(that, elem, makeInfoItem, makeExpandingInfoItem) } } diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index d7dcd724..58dbede9 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -1757,6 +1757,8 @@ var BrowserPrototype = { var path = this.path //var txt = quoteWS(elem.find('.text').text()) //var txt = '"'+ elem.find('.text').text() +'"' + // XXX do we need qotes here??? + //path.push('"'+ elem.find('.text').text() +'"') path.push(elem.find('.text').text()) // XXX should this be before or after the actual path update??? @@ -1816,7 +1818,7 @@ var BrowserPrototype = { //path.push(quoteWS(elem.find('.text').text())) //path.push('"'+ elem.find('.text').text() +'"') - path.push(elem.find('.text').text()) + path.push('"'+ elem.find('.text').text() +'"') var res = this.open(path)