B4J Question [ABMaterial] Tabs within a Tab no longer works v1.10

Hilton

Active Member
Licensed User
Longtime User
Hi Folks,

I have a page that has 4 tabs across the page, namely:
SCHEDULE|DATES|DETAILS|ITEMS
within the DETAILS tab I have two tabs, namely:
LINES|DATES

In version 1.08, if you clicked on the DETAILS tab, the LINES tab would be the active tab and a table of lines would show. If you clicked the DATES tab, a form allowing the addition of a new line with dates would show with the table of LINES tab being hidden. This is expected behaviour, and of course you could toggle back and forth between those two tabs quite happily.

All of the above worked just fine.

In version 1.10 the behaviour is different. When you click on either LINES or DATES tab, the contents of both containers belonging to LINES and DATES tabs show (that is the table of lines as well as the form to add new lines etc).

For the moment I have solved the problem by using javascript to make them behave as expected, however, this should not be necessary.

Is there anything new that I have to consider or is this possibly a bug?

Thanks,
Hilton.
 
Top