In real page my layout is more complex, but I can’t to do proper borders with this simplest example.
Can you please look at it and explain what is wrong?
I mean that border around the fieldset disappeared.
And it seems that it is a feature, because the fieldset has “border-width: 0px;” in it’s style.
Why?
I’m at a loss
In my project at the place of fieldset I use rows[]. And encircling div also has border-width: 0px despite of type:“line” or something else.
Fieldset is kind of specific, as it always has inner line around the content, fieldset attempts to ignore the external border. You can move it back on righ way by adding borderless:false