diff --git a/demos/4006-tab-focus-fix.html b/demos/4006-tab-focus-fix.html
new file mode 100644
index 000000000..049296a96
--- /dev/null
+++ b/demos/4006-tab-focus-fix.html
@@ -0,0 +1,167 @@
+
+
+
+
+
+ Swiper - Tab Focus Fix Test
+
+
+
+
+ Tab Focus Fix Test - Issue #4006
+ Use the Tab key to navigate through the links in the slides. The slider should not break when a link gets focused.
+
+
+
+
+
+
+
+
Slide 3
+
This slide contains a button:
+
+
+
+
Slide 4
+
This slide contains a link that should trigger navigation:
+
Link in Slide 4
+
+
+
+
+
+
+
+
+
+
+
+
+
Test Instructions:
+
+ - Click on the slider or press Tab to start tabbing through the page
+ - When you tab to a link inside a slide, the slider should automatically navigate to that slide
+ - The slider display should NOT break - slides should remain properly aligned
+ - Continue tabbing through all links to verify the fix works for all slides
+
+
Expected behavior: The slider should smoothly navigate to the slide containing the focused link without breaking the layout.
+
Previous bug: When a link got focus, the browser would scroll the container, changing scrollLeft and breaking the slider display.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demos/index.html b/demos/index.html
index 7a60b2bbc..0dfdff85c 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -61,6 +61,7 @@ Swiper demos
430-slideable-menu
440-change-direction
450-watchSlidesVisibility
+ 4006-tab-focus-fix