diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index b130e8fa..91510764 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -305,6 +305,8 @@ button:hover { size: 30px; cursor: default; + + //z-index: 9999; } .fullscreen-controls:hover { opacity: 1; diff --git a/ui (gen4)/css/widget/overlay.css b/ui (gen4)/css/widget/overlay.css index 367ac7f2..d76b5b01 100755 --- a/ui (gen4)/css/widget/overlay.css +++ b/ui (gen4)/css/widget/overlay.css @@ -16,7 +16,7 @@ transform-style: preserve-3d; /* XXX try to avoid this... */ - z-index: 9999; + z-index: 5000; } .overlay-widget~.overlay-widget { background: rgba(0, 0, 0, 0.3); diff --git a/ui (gen4)/features/app.js b/ui (gen4)/features/app.js index bfaac2ee..e9df6fa0 100755 --- a/ui (gen4)/features/app.js +++ b/ui (gen4)/features/app.js @@ -103,7 +103,7 @@ var AppControlActions = actions.Actions({ win.show() // XXX check if we are full screen... - if(cfg != null && cfg.fullscreen && !win.isFullscreen){ + if(cfg != null && cfg.fullscreen){ that.toggleFullScreen('on') } }, this.config['window-delay-initial-display'] || 0) diff --git a/ui (gen4)/features/keyboard.js b/ui (gen4)/features/keyboard.js index fd07fd8d..bf481d28 100755 --- a/ui (gen4)/features/keyboard.js +++ b/ui (gen4)/features/keyboard.js @@ -394,7 +394,7 @@ var KeyboardActions = actions.Actions({ // - remove the path component... // - insert the action name where not doc present... // XXX cleanup CSS - showKeyboardBindings: ['Interface/Show keyboard bindings', + showKeyboardBindings: ['Interface/Show keyboard bindings...', widgets.makeUIDialog('Drawer', function(){ return keyboard.buildKeybindingsHelpHTML(this.__keyboard_config, this) diff --git a/ui (gen4)/features/metadata.js b/ui (gen4)/features/metadata.js index 7e4194fd..805cdd2f 100755 --- a/ui (gen4)/features/metadata.js +++ b/ui (gen4)/features/metadata.js @@ -327,7 +327,7 @@ var MetadataUIActions = actions.Actions({ // // XXX should we replace 'mode' with nested set of metadata??? // XXX make this support multiple images... - showMetadata: ['Image/Show metadata', + showMetadata: ['Image/Show metadata...', widgets.makeUIDialog(function(image, mode){ //function(image, mode){ var that = this