[NEW] Theming Update: Major Visual Changes in Perspective

I’m not sure if this is a result of something we’ve done or a side effect of theming/updating to 8.0.14. I recently updated from 8.0.10 and am a little confused by some of the visual issues I am encountering due to changes. Some things may be intentional, bugs, or perhaps we had something screwed up with our theme files. I don’t recall us doing anything with them, but I could be wrong. I’m looking for comments on whether these seem like bugs for you or us or if they are intentional and require rework on our end. Here are some examples:

  1. Numeric Entry field in XY container (percent mode) not positioned correctly. As you can see it is at the top despite the y value being .02. It was offset below the top previously

  2. The handles aren’t showing up on the slider - they did before just fine. Adding a new slider shows the same issue.

  3. The toggle switch looks like a box and square to me and I’m not sure what is supposed to be done to change this. I know the progress bar was changed and that one I can find all the new items that need tweaking, but I haven’t for the toggle switch.
    image

3.a. In another instance I saw that the colors for the toggle switch disappeared after the upgrade and were blank when they were previously used. This may possibly be tied to whether the item was true or false when the upgrade occured, but I’m not positive about that.

  1. This isn’t new or related to theming, but I have noticed that when you apply a border radius and select all corners it doesn’t always apply it to every corner. Often I only get 3/4 applied when I hit OK despite it showing up here.
    image

  2. Striped color on tables doesn’t carry over when I updated - its returned to a blank color despite having been used before the udpate.
    image image

  3. On popups the top bar is now transparent. The behavior may be different based on if the close icon is supposed to be displayed or not or if using the popup action vs. scripting to trigger the popup. We typically use system.perspective.openPopup(‘name’,‘view’,modal=True,overlayDismiss=True).
    Old:image
    new: image

  4. Table font sizes and headers have new default looks. Font size has changed, headers have no default color and need it set up. That part I can see being intentional, but the font size changing in the table was surprising.