When applying a style to the Style property of a label control the functionality is different between Classic and MVC.
Classic:
Applies the style to the span inside of the containing div. This applies all styles correctly and is the desired functionality.
MVC:
Applies the style to the containing div for the label control. This applies almost all styles to the span but not the font-size. It applies the font-size to the title of the label control.
I think the Classic functionality is correct and that is how it should work in MVC as well.
CSS - MVC - Label control issue
-
- Posts: 15
- Joined: February 10th, 2022, 10:16 am
- Contact:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: CSS - MVC - Label control issue
Task #10298 has been created. This post will be updated when it has been completed.
word count: 15
-
- Posts: 576
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: CSS - MVC - Label control issue
This issue has been resolved as of DesignTime Revision 2279 and RunTime Revision 969.
word count: 14