Skip to content
Snippets Groups Projects
Commit cbf25a83 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web: invisible element position in a listview editable

Elements which are not displayed (display: none) cannot be positionned
correctly by jQueryUI in a listview editable. Therefore, the solution is
to make them visible (but opacity: 0) during the time their position is
being computed.

This was a problem because a listview editable field may become visible
under some conditions AFTER their position was already computed.
parent 7e8fa2aa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment