Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Owain Williams 480 posts 1412 karma points MVP 6x c-trib
    Feb 13, 2020 @ 09:47
    Owain Williams
    0

    7.15.3 Enter a name field issues

    Has anyone had this issue with a custom 7.15.3?

    I have a document type which has custom Proeprty Editors on it and that's the only thing that is different, up to 7.14.0 this section of the backoffice didnt have any issues but after upgrading to 7.15.3, the 'Enter a name...' field and the Action Button are now a couple of pixels up and partially hidden behind the address bar.

    All standard pages within the CMS are fine so I'm now trying to see what is different between this and other pages but hoped someone might have come against this themselves.

    I've also noticed it only happens on a couple of our custom sections, not all of them!

    enter image description here

  • Owain Williams 480 posts 1412 karma points MVP 6x c-trib
    Feb 13, 2020 @ 10:44
    Owain Williams
    100

    So, found the issue after some Rubber duck debugging with Ravi on Twitter :) I'm not calling you a Rubber Duck Ravi - Honest!

    The issue was some inline styling on the components. Not sure why this didn't break things in the past but anyway. Removed

    <style>
        ng-form { display: inline-block; height: 269px; }
    </style>
    

    And everything is working as expected.

    O.

Please Sign in or register to post replies

Write your reply to:

Draft