Web typography and presentation settings are ignored in designer previews and dropped at runtime for several controls
- Status
- Fixed
- Fixed in
- v26.9.3
- Area
- ide web
- Source discussion
- https://forum.objo.dev/d/1111-test-3-webapp-v2692
- Last updated
- 2026-09-20
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Changing the typography properties (FontName, FontSize, Bold, Italic) in the Web page designer had no visible effect on the preview for several controls, including RadioButtonGroup, TextArea, CheckBox, TimePicker, and DateTimePicker. Investigation after the original report found a second, deeper defect: at runtime the Web standard library silently discarded those typography settings — and common presentation settings such as Enabled, Visible, and Opacity — for DateTimePicker, TimePicker, NumericTextField, Slider, and ProgressBar, so the browser page could disagree with both the designer preview and the saved layout.
Every Web control that renders text now previews the same typography the browser will render, and property assignments on every control now reach the running page.