09-16-2021, 05:59 AM
(This post was last modified: 09-16-2021, 04:51 PM by LazyLeopard.)
How to Reproduce
In your Browser goto the link <tactic_server>/tactic/<vfx project>/link/_custom_layout_editor
Screeshots
Tactic Version
docker hub image diegocortassa/tactic:latest . However, This problem does not occur in tag 4.8.0.v01
Browser
Mozilla Firefox 92.0
I have bisected my way on to blaming this commit
commit a2591e032a249b5d087d0126e805190affbc9654
Author: Diego Cortassa <diego@cortassa.net>
Date: Tue Mar 16 14:52:57 2021 +0100
Made some layout adjustments to CustomLayoutEditWdg for space optimization
src/tactic/ui/tools/custom_layout_edit_wdg.py | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Undoing these changes, especially the "height = calc(...)" statements gets our beloved editors back to visible.
In your Browser goto the link <tactic_server>/tactic/<vfx project>/link/_custom_layout_editor
- Try to open a custom layout widget view
- The Text Area with code does not appear
Screeshots
Tactic Version
docker hub image diegocortassa/tactic:latest . However, This problem does not occur in tag 4.8.0.v01
Browser
Mozilla Firefox 92.0
I have bisected my way on to blaming this commit
commit a2591e032a249b5d087d0126e805190affbc9654
Author: Diego Cortassa <diego@cortassa.net>
Date: Tue Mar 16 14:52:57 2021 +0100
Made some layout adjustments to CustomLayoutEditWdg for space optimization
src/tactic/ui/tools/custom_layout_edit_wdg.py | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Undoing these changes, especially the "height = calc(...)" statements gets our beloved editors back to visible.