abdullahtellioglu

Results 26 issues of abdullahtellioglu

### Description of the bug When I set push annotation `@Push(value = PushMode.AUTOMATIC, transport = Transport.LONG_POLLING)` as Long Polling or WEBSOCKET, in the browser FlowClient sends request infinitely. Even though...

bug
Impact: Low
Severity: Major

### Describe your motivation In the local environment, if you work with JRebel -or any other hot swapping tool- PreserveOnRefresh annotation becomes a problem. You need to comment it out...

enhancement
preserve-on-refresh

### Describe the bug Components throw web socket not connected exception from Vaadin Push(dev-tools). ![websocket-connection](https://github.com/vaadin/hilla/assets/100126447/36c65157-71a0-4f0b-83d4-99fed38e1c54) ### Expected-behavior Components should wait for the web socket connection to be completed to do...

bug
hilla
Severity: Major
Impact: High

### Description I added `vaadin-overlay-outside-click` event listener to prevent the dialog from being closed in Copilot. However, event.preventDefault() does not work because it is not checked in ``` private void...

enhancement
workaround

### Describe the bug An example project from Copilot and a project downloaded from start do not have any route items in Drawer However `frontend/generated/file-routes.ts` has the route definitions. Additionally,...

bug
hilla

### Describe the bug I created two views that have same names but different paths. As you can see below, they are listing in available routes but one of them...

bug
hilla
Severity: Major
Impact: Low

### Describe the bug Commenting out a routed view fails server to render other routes. https://github.com/vaadin/hilla/assets/100126447/28f5a9d4-3b7c-495a-a1d0-736a44545ae8 ### Expected-behavior The commented view should be removed from file router instead of failing....

bug
hilla
Severity: Minor
Impact: Low

### Describe the bug Page render throws `Rendered fewer hooks than expected. This may be caused by an accidental early return statement.` exception if your view has a signal definition...

bug
hilla
Severity: Minor
Impact: Low
investigation

There are several issues that I found on the copilot page. - Dark theme issue. ![dark-theme](https://github.com/vaadin/docs/assets/100126447/0afdb4b5-9f9c-459e-9582-35e68d0580ff) Comment from Jouni: > The dark text on dark bg is caused by Antlers...

### Description Recently, we found out that menu bar overlay is not opening after dragging. I investigated the issue, at first, I thought conditional open-on-hover was the issue, but then...

bug
Severity: Major
Impact: Low