Olli Tietäväinen

Results 49 issues of Olli Tietäväinen

You can't use Vaadin 8 Portlets with MPR because MPR uses a custom VaadinServlet and so do Portlets. Currently, the V23 Portlet Support page doesn't mention this at all: https://vaadin.com/docs/v23/integrations/portlet#limitations-and-known-issues...

flow

The Flow documentation should cover how the developer can handle the use case where fields (and other components) shouldn't lose their values when navigating away from the current view and...

flow

https://cookbook.vaadin.com/scroll-to-item-in-tree-grid Clicking the "Expand and scroll to last" expands the TreeGrid, but doesn't scroll to the last item. Clicking the button a second time (after the TreeGrid is expanded) does...

bug
recipe

**What will this enable for the user?** As a user of the application, I want to be able to print a Grid, or generate a printable PDF document out of...

help wanted
recipe

### Describe your motivation The built-in GridPro editors allow you to start typing, which is a nice UX. Currently, you can't do this with custom editors; you need to double-click...

enhancement

### Description of the bug In UI Unit Tests `LoginOverlayTester.login` should cause the current view to change ### Expected behavior In UI Unit Tests, when I log in using `LoginOverlayTester.login`,...

UITest

Currently, the only way to set the `--headless` Chrome option seems to be like thus: ``` protected WebDriver createDriver() { ChromeOptions options = new ChromeOptions(); options.addArguments("--headless"); options.addArguments("--disable-gpu"); return TestBench.createDriver(new ChromeDriver(options));...

Testbench version 4.2.0 Vaadin version 7.7.7 There seems to be an error when TestBench tries to assure if a submenu is present. The setup is like this: ``` MenuButton MenuItem...

### Description of the bug When I have a V8 component with MPR's LegacyWrapper, I can use it without problems in a Flow view. If I try to use the...

bug
embedding flow
Impact: Low
Severity: Major
MPR