labscript-suite-oldfinal1 / runmanager

runmanager is a graphical user interface (GUI) used to aid the compilation of labscript experiment scripts into hardware instructions to be executed on the hardware. Experiment parameters can be adjusted in the GUI, and lists of parameters can be used to create sequences of experiments, and scan over complex parameter spaces.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Globals tabs can be relocated before the fixed tabs #34

Open philipstarkey opened 9 years ago

philipstarkey commented 9 years ago

Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).


This is a bug with the GUI. The GUI is coded such that the Output/Axes/Groups tabs cannot be reordered. However, you can drag a loaded globals tab to any position, including between the fixed tabs. This then allows to to reorder the Groups tab, while the globals tab is now fixed.

It looks like the first 3 tabs are not movable, regardless of what tab they are, and tabs beyond the first 3 can be inserted wherever, breaking the design of the first three becoming unmovable.