Ext.NET
Ext.NET copied to clipboard
Ext.NET public Issues.
The `ext-column` component ignores a `Renderer` inner property. Whilst it does not prevent the page from rendering at all, the renderer code won't get rendered to the component (as if...
When an Ext.NET custom Direct Event has `Ext.select()` code, it should interpret the command, not handle it like an ID. If the "smart evaluation" implemented in Ext.NET 5 is not...
Found: 7.0.0-rc-20200914 Several layout options exposed by Ext.NET 7 are private and not guaranteed to work. This happens because Ext.NET 7 relies in the documentation from [Ext.enums.Layout](https://docs.sencha.com/extjs/7.2.0/classic/Ext.enums.Layout.html), which lists private/hidden...
Found: 5.2.0 Ext.NET forum thread: [regex not validated on paste](https://forums.ext.net/showthread.php?62981) A text field using the `maskRe: ` can have its restriction bypassed by pasting text from clipboard. Similar features like...
Found: Ext.NET 7.0.0-preview4_2020-07-21. The following is Ext.NET 5 syntax: ```aspx ``` In a simple translation for Ext.NET 7: ```cshtml ``` Results in `The tag is not allowed byu parent tag...
Found: 5.2.0 Ext.NET forums' thread: [Drag and drop the shortcuts in desktop control](https://forums.ext.net/showthread.php?62955) This worked at least down to [Ext.NET 2.5](https://examples2.ext.net/#/Desktop/Introduction/Overview/), but [since Ext.NET 3](https://examples3.ext.net/#/Desktop/Introduction/Overview/) it has been broken as...
Found: 5.2.0 Ext.NET Forums thread: [Button alignments in textfield using Material theme](https://forums.ext.net/showthread.php?62885) Ext.NET-specific functionality for left/right buttons in text fields does not work with the recently introduced Material theme. Special...
Found: Ext.NET 5.2.0 Ext.NET forum thread: [StartMenu and Taskbar should display top instead of bottom](https://forums.ext.net/showthread.php?62948) The client-side implementation of the desktop UX does not allow setting the taskbar's dock position...
Found: Ext.NET 5.2.0 Ext.NET forum thread: [Desktop window when data loads to content region](https://forums.ext.net/showthread.php?62897) Looks like the code splitting from #1488 also left away a bit of custom functionality that...