Version 1.1.7

Date 2019-03-26 (2,061 days ago)
Downloads 688 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.5
Umbraco Versions Umbraco 7

#installation">Installation

#changelog">Changelog

  • Fixed an issue with long URLs breaking the UI (see ebb85f5 and #12)
    Users may occasionally enter long URLs the browser won't know how to wrap, which will then cause the UI to break.

    This was especially bad for overlays due to the limited space. As a result, the edit and delete button would be pushed so far to the right they would become inaccessible for the user.

    This release adresses the issues with long URLs by truncating them, making sure they don't take up more space than they should.