When I set horizontal tabs, they are working in Chrome but not in Safari.

It looks like this: https://take.ms/bcokx
Tabs are cut. And it happens because of the negative position of element.

This is my settings: https://take.ms/Qv4x4

Comments

lobodacyril created an issue. See original summary.

mrshowerman’s picture

Here's a patch that changes the way that tabs are hidden to display: none instead of moving them away and hope it's far enough (see also 3044224).
I wonder why it hadn't been done like this in the first place; maybe I'm missing something.

mrshowerman’s picture

Status: Needs work » Needs review
lobodakyrylo’s picture

For me, it's working. Thanks.

Phil_b’s picture

We faced into the same problem. Patch #2 works for us. Thank you

swentel’s picture

Priority: Critical » Normal

Will have to get my hands on a mac first to test this.
Priority normal is good too for this.

nils.destoop’s picture

Thx for the patch. The css was based on core vertical tabs, but I see they also switched to display none. Tested the patch and seems ok.

  • zuuperman committed bf41b8d on 8.x-3.x authored by mrshowerman
    Issue #3060457 by mrshowerman, lobodacyril, Phil_b: Horizontal Tabs don'...
nils.destoop’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.