Hi there,
In Web Core 2.6 the padding property was added to TWebGroupBox. After placing a TWebGroupBox control (default properties) in Delphi 10.2, the actual control in Chrome or Firefox looks substantially different than in the designer. The attached project demonstrates the appearance of a (1) default TWebPanel, (2) default TWebGroupBox, (3) TWebGroupBox with padding adjusted so that it looks identical to a 2.5.4 TWebGroupBox, and a (4) TWebGroupBox with padding adjusted so that the border looks similar to the default TWebPanel. In the designer each TWebGroupBox has a TWebPanel aligned to the bottom-left and bottom-right corners.
Is there anything that looks unusual here? I am not familiar with how padding works in HTML so if you have any references that explain this behaviour that would be helpful:
TGroupBoxTest.zip (7.4 KB)
Thanks,