Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
peterromao opened this issue Aug 29, 2024 · 1 comment
Closed

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

peterromao opened this issue Aug 29, 2024 · 1 comment
Labels

Comments

@peterromao
Copy link
Contributor

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

@peterromao peterromao added the bug label Aug 29, 2024
@pedrobaeza
Copy link
Member

This was just fixed in #494

Update your code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants