OCA / knowledge

Odoo Document & Knowledge Management
http://www.odoo-community.org/project/22
GNU Affero General Public License v3.0
153 stars 328 forks source link

[16.0][BUG] Page Title truncated in Page Viewing mode #497

Closed peterromao closed 2 weeks ago

peterromao commented 2 weeks ago

When viewing the final aspect of a page the title gets cut short as the field to show it is too short. See runboat image below:

image

Module

document_page

Describe the bug

The view has the field defined as:

<div class="oe_title">
    <h1>
        <field name="name" placeholder="Name" />
    </h1>
</div

To Reproduce

Affected versions: 16.0

Steps to reproduce the behavior:

  1. Create a menu for a category
  2. Go to said menu
  3. Open a page with a long title

Expected behavior The Title field should adjust to the size of the text or at least give enough clearente fo rlonger titles

Thanks

pedrobaeza commented 2 weeks ago

This was just fixed in #494

Update your code.