Gleb Gorelov
Gleb Gorelov
Jmix 2.3, FireFox 126.0.1 still reproduces
QuillJs stores its value as Delta ([JSON](https://quilljs.com/docs/api#setcontents) describing formatting). To convert HTML to Delta, we use QuillJs `clipboard.convert` function, i.e. we simulate the situation when the user pastes a value...
> Add the possibility to declaratively add the category name of the dynattribute in the layout via the view descriptor file. This is may be possible only if an entity...
As an option, implement a setting so that it will be a separate formLayout per Category with caption. Additionally, define before/after component to insert a formLayout.
7. **CategoryDetailView** 1. **DataGrid** should occupy all available height 2. **Detail buttons** should be always visible, even if not enough height. See example in the **ResourceRoleDetailView** 3. **Required attribute** and...
> Same as #5940 Hi, not exactly the same. I personally more interested in `minWidth` property that is taken into account by **resizer**. The linked issue refers to the `maxWidth`...
@rolfsmeds as I mentioned above, I personally more interested in `minWidth` property that is taken into account by *resizer*. I've created more generic issue because `minWidth` and `maxWidth` looks like...
* When using `io.jmix.flowui.model.CollectionContainer#replaceItem`: old version of related calendar event is also displayed. * Fix event hover background color and cursor - uses hardcoded color instead of theme dependant *...
Simply adding the `@Inherited` annotation to the `@ViewController` annotation helps partially. If the target method uses fields annotated with `@ViewComponent`, they are not initialized. Thus, we need to teach our...
Relates to: #4369