Confinity Documentation
  • Latest Version
  • Latest Version
  • Getting Started

    • Introduction
    • Core Concepts
    • Create an Application
    • Glossary
  • Essentials

    • Authentication & SSO
    • Breaking Changes
    • Roslyn Source Analyzers
    • Changelog
    • ConfinityContent
    • ConfinitySelectable
    • Confinity Schedules
    • Data Seeding
    • Development guidelines [WIP]
    • Entity App
    • Entity Form
    • Entity Permissions
    • Frontend Configuration
    • Images
    • Known Issues
    • Localization
    • Migrations
    • Modules [WIP]
    • On-Site Editing
    • Settings
    • Cascade Delete
    • Replication
    • Infrastructure
  • Modules

    • Analytics Module
    • Assets Module
    • Blog Module
    • Cookie Consent Module
    • Forms Module
    • Friendly Captcha (Forms Module )
    • GeoIP Module
    • Htmx
    • Mail Module
    • Mailing Module
    • MediaPlayer Module
    • GoogleMyBusiness Module
    • OpenTelemetry Module
    • Pages Module [WIP]
    • Pattern Library Module
    • SIX Saferpay (worldline) Module
    • Products Module
    • Search Module
    • Wizard Module
  • Guides

    • Create a Custom Entity App Form Element
    • Date and Time
    • Entity Change Listener
    • File Upload / Temp File
    • HTTP security headers
    • conventions [WIP]
    • How to use Confinity with nginx
    • Notifications
    • Nullability
    • Rename Entity
    • Schedules
    • Useful snippets
    • Content Localization
  • Design Guidelines

    • Introduction
    • Page Components
    • Forms Module

Known Issues

Entity App

  • Drag & Drop Sorting is sometimes flickering.

    This is a known issue from the SortableJS library and is possibly a Chromium bug. It only occurs on Chromium based browsers on Windows, when display scaling is set to another value than 100%.

    • https://github.com/SortableJS/Sortable/issues/1576
    • https://bugs.chromium.org/p/chromium/issues/detail?id=990572
  • Range validation works only within the underlying datatype. For example AddInput(a => a.MyByte) where MyBypte is of type byte cannot have a vaildation that the value is in rage of a byte (<= 255). The same is true for unsigned values when negative values are provided.

  • ulong, int128, uint128, uint64 are not supported

  • byte properties give an error if the user enters a fractal or negative number

Prev
Images
Next
Localization