VBCS page not rendering properly in IE and Edge browser
Summary
VBCS page not rendering properly in IE and Edge browserContent
Hi,
I have created a page in vbcs that renders properly in Chrome and Firefox but doesn't render in Edge & IE.
On inspecting elemets found that oj-complete class doesn't get added to the html elements and hence visibility: hidden css is added by default.
Suppose for a label, found this css rule on inspecting it :-
oj-label:not(.oj-complete) {
visibility: hidden;
}
Could you please suggest where i am going wrong? PFB the image attached.
Thanks,
Sweta
Version
19.1.3
Tagged:
0