[FIXED] [#1686] New Material issue with FieldLabel

  1. #1

    [FIXED] [#1686] New Material issue with FieldLabel

    In many cases when using a form with components that have field label defined, the label overlaps the control when the control has a value.
    you can easily see this in your own slider example with the Material theme
    Click image for larger version. 

Name:	slider.png 
Views:	78 
Size:	6.7 KB 
ID:	25304
    Last edited by fabricio.murta; Jan 23, 2020 at 9:07 PM.
  2. #2
    Hello @baruch.gabo!

    Thanks for reporting the issue! I see that Sencha "addressed" this issue in their slider example by overriding a CSS setting. I'm afraid for the time being this should be the quickest way to fix it.

    In the example you pointed, which I deemed to be the from your description, the Form > Slider > Overview one, you just need to change each slider's LabelStyle setting to append the ; transform: translateY(16px) string to the existing one, so that for instance the first field would read as:

    LabelStyle="color:red; transform: translateY(8px)"
    We have logged this issue after #1686 in our issues tracking interface and should perform some tests before we can fix this to Ext.NET code and include a fix for the following release. We will post a follow-up here as soon as we have an update on the issue.

    Hope this helps, and thanks again for taking your time to report the issue!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello @baruch.gabo!

    We've just fixed this issue in Ext.NET! The fix will make it to the upcoming 5.1.0 release. Unfortunately our upstream framework, Ext JS, didn't fix the issue as of 7.1.0; so we went ahead and baked our very own fix to that.

    Looking forward to your feedback once you upgrade to Ext.NET 5.1!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 2
    Last Post: Oct 07, 2019, 5:24 AM
  2. [FIXED] [#1650] New Theme Material Issue
    By Master15 in forum Bugs
    Replies: 5
    Last Post: Sep 20, 2019, 1:14 PM
  3. Small bug in Ext.Net 5 examples (Material Theme)
    By CarWise in forum Examples and Extras
    Replies: 1
    Last Post: Sep 19, 2019, 8:13 PM
  4. Label FieldLabel vertical align issue
    By alexot in forum 1.x Help
    Replies: 1
    Last Post: Jan 03, 2012, 1:35 PM
  5. TextBox FieldLabel help ?
    By borisbg in forum 1.x Help
    Replies: 1
    Last Post: Mar 06, 2008, 11:37 PM

Posting Permissions