knowledge
knowledge copied to clipboard
[16.0] Document Page html widget 0 size
When installing Document Page addon the "Content" HTML widget is so small even a single character has scroll bars
Module
Document Page
Describe the bug
When installing Document Page addon the "Content" HTML widget is so small even a single character has scroll bars
To Reproduce
Affected versions: document_knowledge-16.0.1.1.0 Document Page_16_0_221220_064521
Steps to reproduce the behavior: Basic install, no settings required
Expected behavior Should be full width
Additional context
Changing...
<group> <div> <field name="content" widget="html" placeholder="e.g. Once upon a time..." required="1" options="{'safe': True, 'codeview': True}"/> </div> </group>
to ...
<field name="content" widget="html" placeholder="e.g. Once upon a time..." required="1" options="{'safe': True, 'codeview': True}"/>
produces the expected result.
Same problem here.
EDIT: Installing the latest version from this repo fixes it
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.