Duplicated
Last Updated: 19 Mar 2024 10:59 by Fabien
Fabien
Created on: 14 Mar 2024 15:51
Category: TabStrip
Type: Bug Report
0
Empty tab of TabStrip remains selected after being clicked

Greetings.

I think I found a minor bug when using the TabStrip component. If you have something like this:

<TelerikTabStrip>
	<TabStripTab Title="First tab">
		<p>First content</p>
	</TabStripTab>
	<TabStripTab Title="Second tab">
		<p>Second content</p>
	</TabStripTab>
	<TabStripTab Title="Third tab">
		
	</TabStripTab>
 </TelerikTabStrip>

And you click the tab without content, it stays selected.

Regards

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
Fabien
Posted on: 19 Mar 2024 10:59

Hello Tsvetomir,

Perfect, thank you. For your information, I tested some workarounds with invisible content in case someone needs it:

  • <!-- --> or @**@ don't work
  • &nbsp; works
  • <i></i> works (and probably any other tag)

 

Regards

ADMIN
Tsvetomir
Posted on: 18 Mar 2024 15:53

Hello Fabien,

I'm marking this as a "Duplicated" as we already have an item submitted for the same issue: Empty Tabs are Not Deselected.

In the meantime, if any workarounds appear, I will share them as comments at the above link.

Regards,
Tsvetomir
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!