Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Problem with TimeItem in form, Tahoe skin

    Hi, just downloaded 13.0p-210303 and have tried on that version:

    If i create a form with one datetimeitem and one timeitem like this:
    Code:
    FormItem test1 = new DateTimeItem("test1", "DateTime field");
    FormItem test2 = new TimeItem("test2", "Time field");
    form.setDataSource(ds, test1, test2);
    It looks like this:
    Click image for larger version

Name:	Screen Shot 2021-03-04 at 12.11.54.png
Views:	176
Size:	2.3 KB
ID:	264837
    i.e. the timefield is narrower. It doesn't look so good. It does not behave like this in 12. Am i doing something wrong?

    #2
    No, that looks like a regression, probably resulting from recent works on the skinning system.

    We'll take a look and update here when it's been addressed.

    Comment


      #3
      Having tested this using the information we have, we're not seeing a problem - so, it's presumably a result of other settings on your form (you must have set titleOrientation: top on the form, for example), or your dataSource.

      If you can show more complete code that demonstrates the problem, we can take another look.

      Comment


        #4
        Yeah, found a skin thing i had missed. Apologies.

        Comment

        Working...
        X