You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Self
Method: Docker Compose
Budibase Version: 3.2.24
Hosting Environment: Self-hosted (VPN required to access)
Describe the bug
Certain labels and icons in Budibase aren't showing up as expected. Couple examples:
In a table component with "Delete rows" turned on, the delete icon doesn't appear in preview mode after selecting the row
When hovering over a component to edit, I only see a couple of text descriptions, but not the full set of options or icons that should normally appear
To Reproduce
For the 1st issue:
Add table component to page.
Connect table to a data source.
In the table settings, check the "Delete rows" option
Click on the "Preview" button to view the table in preview mode
Select a row by clicking the checkbox next to it Expected behavior: A red, clickable delete icon should appear next to the selected row Actual behavior: The delete icon does not appear
For the 2nd issue:
Hover over any component to view its options/settings Expected behavior: Full set of options should appear, like for adjusting alignment, settings, etc. Actual behavior: A blank pop up shows upon hover. No icons, labels appear.
The label's for attribute doesn't match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
To fix this issue, make sure the label's for attribute references the correct id of a form field.
I would like to provide additional context to this issue where the browser's inspector highlights that the labelfor attribute and the corresponding element id do not match. This discrepancy can lead to issues with form accessibility and autofill functionality. It would be helpful if the team could review this and suggest a fix soon.
I'm completely unable to replicate this issue either on self-hosted instances or on cloud. I think the issue could be related to your firewall. Are there any clues in the network traffic logs in the browser?
@duc-bhcoe Do you think this issue is related to the icons not showing, as mentioned in the initial bug report? If not, please file an additional issue.
Checklist
Hosting
Describe the bug
Certain labels and icons in Budibase aren't showing up as expected. Couple examples:
To Reproduce
For the 1st issue:
Expected behavior: A red, clickable delete icon should appear next to the selected row
Actual behavior: The delete icon does not appear
For the 2nd issue:
Expected behavior: Full set of options should appear, like for adjusting alignment, settings, etc.
Actual behavior: A blank pop up shows upon hover. No icons, labels appear.
Screenshots


App Export
Jade Harmony-export-1733431728548.enc.tar.gz
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: