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

[13] Optional Column buttons very difficult to see with right-justified columns #49897

Open
rallytime opened this issue Apr 21, 2020 · 0 comments
Labels
13.0 Framework General frontend/backend framework issues

Comments

@rallytime
Copy link

Impacted versions: 13

Steps to reproduce:

  1. Create a tree view where at least one column is using optional=<show/hide>
  2. Create a column on the far right that is right-justified (such as a "float" type)
  3. Try to see where the 3 dots are to select optional columns.

Current behavior:

The optional dot image is squashed together with the title text from the right-justified column header:

Screen Shot 2020-04-21 at 1 43 54 PM

Expected behavior:

You can see both the column header title and the optional "dots" clearly, just like in other column views that are left-justified:

Screen Shot 2020-04-21 at 1 49 53 PM

Additional Info:

To reproduce this easily, you can use the view_stock_move_raw_tree XML record in addons/mrp/views/stock_move_views.xml and change any of the visible fields to use "optional" - this is what I have done in my screen shots above.

@pedrobaeza pedrobaeza added 13.0 Framework General frontend/backend framework issues labels Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
13.0 Framework General frontend/backend framework issues
Projects
None yet
Development

No branches or pull requests

2 participants