User tests: Successful: Unsuccessful:
This is a fix to keep the table state even after save and reload and not to go back to the first tab
Note:
This PR does not include the usage of this function within different pages, and it needs to be selected out whether to use throughout the CMS or for specific pages.
To include the tab state save to a page, use the following include script
JHtml::_('behavior.tabstate');
@tested for administrator section com_config
Oh it gets even better you load mootools and jquery at the same time.
Why do you force jQuery in Frontend? Even if I don't use any javascript Joomla loads it. Shouldn't JHtml::_('behavior.tabstate'); moved to the view/layout/default.php?
So I have no way to display jQuery or use my own version.