[BETA] Keep the active tab in memory on page refresh #1052

Closed
opened 2024-02-18 07:52:57 +00:00 by vistamedia · 0 comments
Member

Steps to reproduce the issue

Create an admin viow, attach it to a component and compile

Expected result

When you refresh a form you should stay on the active tab

Actual result

The details tab is always active on form open

System information (as much as possible)

  • OS Name & Version: Mac 14.2.1
  • MySql Version: 5.7
  • PHP Version: 7.4
  • Joomla Version: 3.10.12
  • JCB Version: 3.1.39
  • Browser: Firefox developer edition

Additional comments

In Joomla 3 I was using behavior.tabstate but in Joomla 4/5 this behavior should be added to tabs on creation.
You should simply add 'recall' => true to uitab.startTabSet. See com_content

### Steps to reproduce the issue Create an admin viow, attach it to a component and compile ### Expected result When you refresh a form you should stay on the active tab ### Actual result The details tab is always active on form open ### System information (as much as possible) - OS Name & Version: Mac 14.2.1 - MySql Version: 5.7 - PHP Version: 7.4 - Joomla Version: 3.10.12 - JCB Version: 3.1.39 - Browser: Firefox developer edition ### Additional comments In Joomla 3 I was using behavior.tabstate but in Joomla 4/5 this behavior should be added to tabs on creation. You should simply add 'recall' => true to uitab.startTabSet. See com_content
vistamedia added the
enhancement
Beta
labels 2024-02-18 07:52:57 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1052
No description provided.