Gleb Gorelov

Results 162 issues of Gleb Gorelov

Case: 1. Set `$v-show-required-indicators: true;` in the `***-default.scss` (Helium has it enabled by default) 2. Make required time field read-only: ``` ``` AR: ER: No required indicator is shown same...

type: bug

Case: 1. Create an entity with LocalDate field 2. In the browser screen descriptor add a formatter for a corresponding column ``` ``` AR: ClassCastException: class java.time.LocalDate cannot be cast...

type: bug

Set `cuba.web.useFontIcons=false` in the `***-theme.properties` file ER: Images are used instead of FontAwesome AR: No icons shown at all

type: bug

### Environment - Platform version: 7.2.18 ### Description of the bug or enhancement - Minimal reproducible example [dee.zip](https://github.com/cuba-platform/cuba/files/8087835/dee.zip) 1. Open **Customers** 2. Export to excel - Expected behavior the `LocalDate`...

type: bug

### Environment - Platform version: 7.2 ### Description of the bug or enhancement Make browser scale ~ 75% https://user-images.githubusercontent.com/6077149/132463892-fca3bb44-7eef-4447-ab27-3fb479740025.mov ![image](https://user-images.githubusercontent.com/6077149/132463753-53a9af80-6994-4deb-b64d-06e5659a1b80.png) --- For more details: https://www.cuba-platform.ru/discuss/t/problemy-so-split-pri-malom-masshtabe-brauzera/5959

### Environment - Platform version: 7.2.0+ ### Description of the bug or enhancement - Minimal reproducible example ``` @Inject private RadioButtonGroup radioButtonGroup; @Subscribe public void onInit(InitEvent event) { radioButtonGroup.unwrap(CubaRadioButtonGroup.class) .setItemEnabledProvider(i...

type: regression

### Environment - Platform version: 6.10.20 ### Description of the bug or enhancement - Minimal reproducible example [whitespace.zip](https://github.com/cuba-platform/cuba/files/6961687/whitespace.zip) 1. Open Search Items screen 2. Switch table pages - Actual behavior...

type: bug

### Description of the bug or enhancement - Minimal reproducible example ``` ... ``` - Actual behavior ![image](https://user-images.githubusercontent.com/6077149/126314227-006eeed5-38e3-4389-9109-3ee76197b6a1.png) --- For some reason, Vaadin sets `border-right` to `v-table-header` programmatically.

### Environment - Platform version: 6.10.15 ### Description of the bug or enhancement - Minimal reproducible example ``` PopupButton popupButton = componentsFactory.createComponent(PopupButton.class); popupButton.setFrame(this); for (Action processAction : processActions) { popupButton.addAction(processAction);...

### Description of the bug or enhancement Add an API the the `Dialogs` interface similar to `Screens.OpenedScreens`.

type: enhancement