1

I have created a new button in the Sitecore content editor ribbon. When I open the content editor in Sitecore the newly created button tab opens by default but I want the home tab to be opened by default as it was before adding a new tab screenshot of created button

I have created new buttons also but the same issue occured Is there any way to fix this

Vinesh
  • 13
  • 3
  • You sure this happens when you open Content Editor and not when selecting an item in the tree? – MStodd Jun 07 '23 at 22:35

1 Answers1

0

Sitecore remembers which tab you had open last while navigating between tabs regardless of the order of your tabs in the ribbon. So, if you are viewing your newly created "Custom Tab" tab on one item and then select another item, it should keep the "Custom Tab" open on the new item too and not to switch to the "Home" one.

Kate Orlova
  • 3,225
  • 5
  • 11
  • 35
  • I don't think that's the issue. OP said "When I open the content editor..." and (for me) opening the content editor opens the default tab, but I can't find what determines the default tab (sets the scRibbonNavigatorButtonsActive class) . – MStodd Jun 07 '23 at 22:21
  • After a test (putting 'home' second), it seems Sitecore will open the first tab, so I don't know how OP is having a different experience. Maybe you're right and I don't understand the question. – MStodd Jun 07 '23 at 22:33