-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not add new group in Tab and Notebook layout pages #1544
Comments
Bad news: playing around with the layout styles of two pages like I described in my last post resulted in the loss of ALL groups in those pages. Only a revert from my repository brought back the original linkages and costed me an afternoons work. :-( |
That sounds like a very nasty bug. I am not familiar with that part of the codebase, so perhaps my feedback below is nononses... There was a bug introduced in Node-RED version Do you have the opportunity somehow to install the latest If that still not solves it, I will try to reproduce it and have a look at the code somewhere this week... |
@bartbutenaers So Bart, please use your time for your contributions and let those resposible for the dashboard->page->group->node linkage problems dive into a deep code review and testing. I have now lost trust in the current status of Dashboard 2.0. I regret to say that the 2.0 approach is useless for developing an evolving or optimizing / refactored mask layout. If you remove just a single element in the upper area, the entire layout will be shifted by the wrapping mechanism. I had to collect these negative experiences with a relatively simple project. A collection of buttons to send grbl commands to a marlin 3D printer controller board to calibrate aka home the axes and to jog with an XYZ jog pad. After all, Christmas is just a few days away and there are certainly more important things to do than fixing Node-RED errors. |
Sorry to hear that the current dashboard D2 isn't sufficient for your needs. If I understand correctly, Manfrad had 2 separate issues with D2, when switching between layouts on a page:
|
The second issue is a bit different and I cannot describe how it happened. I must confess I was so frustrated that I did not spend more time into finding the cause. BTW the DB2 controls do look better than their DB1 predesessors. But my main goal is to create a wireless browser based front end for my CNC mill, my laser cutter and a reflow soldering machine under contruction. |
Current Behavior
Added page to layout using Grid Layout.
Then added three groups and filled them.
Decided to use Tabs Layout and changed the page.
As expected new tapped layout is displayed.
Wanted to add another group to that page, but the + Add Group button in that page Line is not shown.
Changed page back to Grid Layout. Button appears and new group can be added.
Assigned a button to the new group.
Changed page to Tabs layout.
New Tab with the ne button is displayed.
The same behaviour happens when you use Notebook layout.
Expected Behavior
Adding a group to a page should be possible in all 4 layout types.
Steps To Reproduce
See current behavior.
Environment
Have you provided an initial effort estimate for this issue?
I am not a FlowFuse team member
The text was updated successfully, but these errors were encountered: