Hi, I have a problem with a tabs form. When loading the page, if you click on a tab before the page has finished loading, some tabs will disappear.
Inspecting the code, the hidden tab has
element.style {
display: none;
}
What could it depend on?
Unfortunately my application is on the intranet
Inspecting the code, the hidden tab has
element.style {
display: none;
}
What could it depend on?
Unfortunately my application is on the intranet