J4 Issue ?
avatar brianteeman
brianteeman
28 Jun 2019

Unless I am completely misreading this then the code for saving the tabstate has been removed as the new tab code doesn't need extra code. If that is correct then we dont need to have HTMLHelper::_('behavior.tabstate'); in 20+files

avatar brianteeman brianteeman - open - 28 Jun 2019
avatar joomla-cms-bot joomla-cms-bot - change - 28 Jun 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 Jun 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Jun 2019
Labels Added: J4 Issue
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 28 Jun 2019
avatar dgrammatiko
dgrammatiko - comment - 28 Jun 2019

True

The tab state is controlled either by a hash in the url or an attribute in the tabs element

avatar franz-wohlkoenig franz-wohlkoenig - change - 29 Jun 2019
Status New Discussion
avatar SharkyKZ
SharkyKZ - comment - 2 Jul 2019

JHtmlBehavior::tabstate() is empty in 4.0. Should it be deprecated/removed?

avatar brianteeman
brianteeman - comment - 2 Jul 2019

The "problem" is that while the opened state works ie when you return to a page you are on the same tab what doesnt work is the ability to open a tab directly with a link eg administrator/index.php?option=com_config#page-permissions

avatar Quy
Quy - comment - 4 Nov 2019

TypeError: tabLink is null

    showTab(tab) {
      const tabLink = document.querySelector(`#tab-${tab.id}`);
      tabLink.click();
    }
avatar wilsonge wilsonge - change - 17 Dec 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-12-17 11:37:33
Closed_By wilsonge
avatar wilsonge wilsonge - close - 17 Dec 2019

Add a Comment

Login with GitHub to post a comment