KorAP / Kalamar

:octopus: Mojolicious-based Frontend for KorAP
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Plugin: missing border for Widget Plugin in query-Panel #225

Closed Bodmo closed 2 weeks ago

Bodmo commented 1 month ago

When activating a Widget Plugin in the query panel, the plugin is drawn without any border, and the (green) background color of Kalamar fills the Plugin (in this case the GlemmAssistent).

Screenshot of the activated plugin in the query panel: Screenshot GlemmAssist in query-Panel

When the same plugin is activated in the result panel, it is correctly displayed with a border and its contents keeps its (white) background colour:

Screenshot GlemmAssist in result-Panel

Akron commented 4 weeks ago

Thank you! Can you provide a minimal example to recreate the issue?

Bodmo commented 4 weeks ago

start morbo with:

MOJO_CONFIG=kalamar.glemmAssist2.conf morbo -v script/kalamar

kalamar.glemmAssist2.conf :

{ 2 Kalamar => { 3 plugins => ['Plugins'] 4 }, 5 'Kalamar-Plugins' => { 6 default_plugins => 'kalamar.GlemmAssist2.json', 7 } 8 }

And kalamar.GlemmAssist2.json as attached:

kalamar.GlemmAssist2.json

Akron commented 4 weeks ago

Thank you! I added a proposal to gerrit (#8998).