Equilibrier / QuantUX-D3-frontend

Quant-UX - Prototype, Test and Learn
GNU General Public License v3.0
0 stars 0 forks source link

Master-screens rendering order seems random... #16

Closed Equilibrier closed 2 years ago

Equilibrier commented 2 years ago

There isn't a way to specify master-screens rendering order... At least it should render them in the order they were configured in the UI, but it seems this is not the case... It's a bug rather than an enhancement...

Equilibrier commented 2 years ago

Actually it seems to work, just if you DO NOT FORGET one simple rule: You can't rely on setting master screens for master screens, as this is ignored, it should be disabled as a feature, because it does not exist. So, if you are putting real widgets on a master-screen, somehow (don't know how), regardless of the inheritance order those widgets will appear, no problem... But if you want to be sure, you can insert the masters, in the order of top-to-bottom, which means the last one will be the last one rendered (so on above of everything). But this rule is just as a last resort, if something goes wrong, you can try this as well...

Closing this for now and opening a ticket for master's to master's inheritance implementation or master's to master's inheritance feature disabling.