TACTIC Open Source
[BUG] Cannot See Text Window in Custom Layout Editor - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: [BUG] Cannot See Text Window in Custom Layout Editor (/showthread.php?tid=245)



[BUG] Cannot See Text Window in Custom Layout Editor - LazyLeopard - 09-16-2021

How to Reproduce

In your Browser goto the link <tactic_server>/tactic/<vfx project>/link/_custom_layout_editor

  1. Try to open a custom layout widget view
  2. The Text Area with code does not appear


Screeshots


[attachment=161]




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.


RE: [BUG] Cannot See Text Window in Custom Layout Editor - Diego - 09-16-2021

Hi LazyLeopard,
I could not reproduce the bug, could it be browser related? I test on chrome, which browser are you using? Could you try with Chrome?

I just pushed a new image to diegocortassa/tactic:latest with all the latest pushes from the official 4.8 github repo.


RE: [BUG] Cannot See Text Window in Custom Layout Editor - LazyLeopard - 09-16-2021

Yes Diego! you are right about Google Chrome, and now that I can see it, it does look like an improvement.

For the posted bug, I was using Mozilla Firefox 92.0 on Fedora 34 and Windows 10. I will add this information to the original post.