Browser: does not relevant OS: does not matter URL: not need, look at your source code.
after recent update i notice some inconsistencies on tab behaviors, and even section that stopped interact properly.
i search through the entire code base for the .tab-title class and discovered that maybe some unwanted character’s has somehow “slipped” into your code, seems like a conversion bug of some sort, the “HEAD” suggest it maybe git related.
can be observed in bricks 1.8.6 at \bricks\assets\js\bricks.js and \bricks\assets\js\bricks.es6.js respectively.
i added comparison between v1.8.5 and 1.8.6 to highlight the changes and errors.
The bricks.es6.js file in question is not used in production and we should get rid of it to avoid any confusion. Thank you so much for your report .
As for the tabs, we’ve identified a bug that has to do with nestable tabs that don’t follow the default structure and we’re currently tackling it here: WIP: Nestable Tabs styling not working anymore so I’m going to flag this one as a duplicate accordingly.
I’m reopening this thread as the original thread was identified to be different from the identified bug with nestable tabs.
As previously mentioned, the file you provided isn’t used in prod. I’m reluctant to classify this as a no-bug without more context. Could you please elaborate on the inconsistent behavior with tabs so I can attempt to replicate the issue?
Im currently not bear my pc, but for the meanwhile,i would like to point out that my obseevartion regarding the js file integrity is related to both mentioned files, the es and the the js.
Usually you ship only the js. min files and this time you mistakenly shipped non minified files?
?
Becuase Ive double checked the deliverables contant in the search of the bug, And I did find flawed files with wierd chars all over.
This wierd behaivour is summed up to some tab menu not triggering the pane switch.
I dont realy know if its dom structre related or not, but maybe later on I can upload my site to staging and send you a link