diff --git a/CHANGES.rst b/CHANGES.rst index 19194b37fb..f56db36b35 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -87,6 +87,9 @@ Bug Fixes - Fixed ``cls`` input being ignored in ``viz.get_data()``. [#2242] +- Live-previews and keypress events that depend on the plugin being opened now work for inline + and popout windows. [#2295] + Cubeviz ^^^^^^^ diff --git a/docs/dev/ui_style_guide.rst b/docs/dev/ui_style_guide.rst index 1dbff8e14b..13dd86245e 100644 --- a/docs/dev/ui_style_guide.rst +++ b/docs/dev/ui_style_guide.rst @@ -8,7 +8,7 @@ Tray Plugins In order to be consistent with layout, styling, and spacing, UI development on plugins should try to adhere to the following principles: -* Any tray plugin should utilize ```` as the +* Any tray plugin should utilize ```` as the outer-container (which provides consistent styling rules). Any changes to style across all plugins should then take place in the ``j-tray-plugin`` stylesheet (``jdaviz/components/tray_plugin.vue``). diff --git a/jdaviz/components/tray_plugin.vue b/jdaviz/components/tray_plugin.vue index 8c3412fa92..66a475a906 100644 --- a/jdaviz/components/tray_plugin.vue +++ b/jdaviz/components/tray_plugin.vue @@ -13,12 +13,12 @@ {{ getDisabledMsg() }}
- + @@ -30,7 +30,7 @@