CSS - MVC - Label control issue

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
CameronDouthitt
Posts: 15
Joined: February 10th, 2022, 10:16 am
Contact:

CSS - MVC - Label control issue

Unread post by CameronDouthitt »

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.
word count: 97

Tags:
SteveCap
Posts: 329
Joined: August 26th, 2021, 9:18 am
Contact:

Re: CSS - MVC - Label control issue

Unread post by SteveCap »

Task #10298 has been created. This post will be updated when it has been completed.
word count: 15
JustinVanRegenmorter
Posts: 576
Joined: August 26th, 2021, 9:56 am
Contact:

Re: CSS - MVC - Label control issue

Unread post by JustinVanRegenmorter »

This issue has been resolved as of DesignTime Revision 2279 and RunTime Revision 969.
word count: 14
Post Reply