-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Module
web_chatter_position in OCA/web
Describe the bug
When on a record view with a statusbar and folded options (for instance, a project.task with folded project.task.type's), when the o_content element is scrollable (ie. the description is high enough, or opening the browser console), when we open the statusbar dropdown menu, it's displayed under the o_chatter element.
This renders the step names on the dropdown menu unreadable.
Images :
https://imgur.com/a/D92AaPz
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
- Install
web_chatter_positionand a module with a form view using a statusbar for steps (ie,project) - Create a folded step in the parent element of the model (ie, a folded
project.task.typein aproject.projectrecord) - Open a form view within that parent record (ie. a
project.taskwithin the aboveproject.project) - Edit the record so that the
o_contentelement is scrollable (ie. fill the description of a task) - Click on the statusbar dropdown menu
Expected behavior
The statusbar dropdown menu options should still be visible (either by being displayed on top of the o_chatter element, or towards the bottom left of the screen)
Additional context
Currently, I'm working on a migration on a database, where the statusbar dropdown is always displayed under the chatter element, and while debugging, I noticed this bug - if people find a fix for this issue, it might be helpful to find the reason why our database presents this bug..