The "Description" tab should activate
Nothing happens.
Dev Console shows an error:
Tested on 4.1-dev nightly from today (2022-01-13)
The JavaScript looks for the tab with the ID tab-description
(document.querySelector('#tab-description').click();
), but the tab has no ID at all.
So either the JavaScript needs to be fixed to activate the tab correctly or the tab needs an ID.
Labels |
Added:
No Code Attached Yet
|
I'm not sure if we can be certain that the "Description" is always the second tab. So the first variant sounds a bit to fragil to me. And the second variant needs an ID on the tab, which doesn't exist
Both are working, I've tested them because I don't know all the methods off the top of my head...
The tab content for the description
has an ID description
Ah, then please can you do the PR? Thanks.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-14 11:30:10 |
Closed_By | ⇒ | alikon |