Page 1 of 1

Tab issues

Posted: Mon Jan 09, 2023 6:34 pm
by Rongnongno
Software version: 18.0.1
Tabs do not display correctly in WEB browsers... Edge, Chrome, Firefox. They display correctly in the program.
Tabs are within a layout grid
JPG tabs opens a nested tab (also nonfunctioning)

Software display (includes PRG information)
Image

WEB browser display
Image

Link to the web site: https://www.rongnongno.info/RGG/
Link to file (RAR): https://www.rongnongno.info/RGG/screenc ... issues.rar
All files are accessible using: https://www.rongnongno.info/RGG/screenclips/

Thank you for looking at this...

Re: Tab issues

Posted: Mon Jan 09, 2023 7:10 pm
by crispy68
It's because the file 'jquery-ui.min.css' is missing. It is looking for it in a folder called 'Rongnongno' but there is nothing in that folder.

If you click anywhere on the page and in the property inspector on the right, go down to jQuery UI Theme, click the dropdown and select the first one (base) it will fix the issue. When I load the project, it looks like you tried to create your own theme called 'Rongnongno'? I don't have this theme.

Also on another note, do not set the page alignment to 'center horizontally' when you are using layout grids.

Re: Tab issues

Posted: Mon Jan 09, 2023 9:06 pm
by Rongnongno
Thank you for the quick answer.

It worked.