{"id":2714,"date":"2025-10-25T19:54:05","date_gmt":"2025-10-25T11:54:05","guid":{"rendered":"https:\/\/thereisno.top\/?p=2714"},"modified":"2025-10-25T19:54:05","modified_gmt":"2025-10-25T11:54:05","slug":"fix-complex-tabs-not-displaying-properly-in-sphinx-tabs","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=2714","title":{"rendered":"Fix complex tabs not displaying properly in sphinx-tabs"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"\u9879\u76ee\u5730\u5740\">\u9879\u76ee\u5730\u5740<\/h2>\n\n\n\n<p><a href=\"https:\/\/github.com\/xuenhua\/sphinx-tabs.git\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"\">\u9879\u76ee\u5730\u5740<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u9519\u8bef\u4fe1\u606f\">\u9519\u8bef\u4fe1\u606f<\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sphinx-tabs \u590d\u5408\u9875\u7b7eMySt Admonitions\u4e0d\u80fd\u6b63\u5e38\u663e\u793a\u3002<\/p>\n<\/blockquote>\n\n\n\n<pre class=\"wp-block-code\"><code> ::::{tabs}<br>    :::{tab} attention<br>    :::{attention}<br>    attention<br>    :::<br>    :::<br>    <br>    :::{tab} caution<br>    :::{caution}<br>    caution<br>    :::<br>    :::<br>    ::::<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u89e3\u51b3\u65b9\u6cd5\">\u89e3\u51b3\u65b9\u6cd5<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>diff --git a\/sphinx_tabs\/static\/tabs.js b\/sphinx_tabs\/static\/tabs.js<br>index 48dc303..163ea57 100644<br>--- a\/sphinx_tabs\/static\/tabs.js<br>+++ b\/sphinx_tabs\/static\/tabs.js<br>@@ -89,6 +89,9 @@ function selectTab(tab) {<br>   tab.setAttribute(\"aria-selected\", true);<br> <br>   \/\/ Show the associated panel<br>+  document<br>+    .getElementById(tab.getAttribute(\"aria-controls\"))<br>+    .parentNode.removeAttribute(\"hidden\");<br>   document<br>     .getElementById(tab.getAttribute(\"aria-controls\"))<br>     .removeAttribute(\"hidden\");<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u9879\u76ee\u5730\u5740 \u9879\u76ee\u5730\u5740 \u9519\u8bef\u4fe1\u606f sphinx-tabs \u590d\u5408\u9875\u7b7eMySt Admonitions\u4e0d\u80fd\u6b63\u5e38\u663e\u793a\u3002  &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/thereisno.top\/?p=2714\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201cFix complex tabs not displaying properly in sphinx-tabs\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[113],"tags":[280,281],"class_list":["post-2714","post","type-post","status-publish","format-standard","hentry","category-113","tag-sphinx","tag-sphinx-tab"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/2714","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2714"}],"version-history":[{"count":1,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/2714\/revisions"}],"predecessor-version":[{"id":2715,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/2714\/revisions\/2715"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}