- Issue created by @Austin986
- Assigned to viren18febS
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 12:00pm 24 August 2023 - 🇮🇳India viren18febS
Hi Austin986,
I have checked the issue in Drupal 10.1 & followed the steps for reproduce. I have placed the Quick tab block with TwigTweak. but it's working for me as per expected. I have attached the images for reference, please review.
- 🇵🇰Pakistan Masood.Ahmad
Same for me, it is not working. The second tab is not showing up there. My Drupal version is 10.1.4.
- 🇺🇸United States nmangold United States
I could not reproduce this issue either.
- 🇺🇸United States drupgirl
Same. To reproduce you have to have ajax enabled, which makes me think this is a duplicate of 2926105.
If views use ajax then this module doesn't work.
The path redirect is quicktabs/nojs/[view_name]/1, quicktabs/nojs/[view_name]/2, etc.
- 🇪🇸Spain jonodunnett
Problems for me after update to D10 when one of my tabs contains a Webform.
- If Quicktab setting is to use Ajax, then the tabs show up but the content does not load properly when clicked ("Loading content..." message forever.)
- If Quicktab setting is to NOT use Ajax, then none of the tabs show up (not even the tab names).Functionality returns if I delete the Webform tab. Worked fine with the Webform tab included before this D10 update.
- 🇷🇺Russia fgvlasov
Also not showing new Blocks created from Quicktabs.
Only first Tabs (core) - Status changed to Needs work
12 months ago 6:29pm 30 November 2023 - 🇧🇷Brazil bsfajardo Porto Alegre, Brazil
I was facing the same issue. In my case, the problem seemed to be with
#theme_wrappers
not being rendered correctly. I replaced two of these wrappers with#prefix
and#suffix
in the render array, and the issue was fixed. Not sure yet what caused the original wrappers to stop working, or what is missing for them to work properly in Drupal 10.Patch attached.
- Status changed to Fixed
11 months ago 9:54am 26 December 2023 - 🇵🇰Pakistan Masood.Ahmad
The was resolved while debugging the twig code, the wrapper div was open but not closed somewhere. If anyone face problem like this, please do check the opening and closing divs.
Automatically closed - issue fixed for 2 weeks with no activity.