quasar icon indicating copy to clipboard operation
quasar copied to clipboard

Quasar Framework - Build high-performance VueJS user interfaces in record time

Results 363 quasar issues
Sort by recently updated
recently updated
newest added

### What happened? When I execute the command `quasar upgrade` an failure throw ``` node:internal/errors:497 ErrorCaptureStackTrace(err); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at...

kind/bug 🐞
bug/0-needs-info
Qv2 🔝
area/cli
flavour/quasar-cli-vite

### What happened? Following [the guide](https://quasar.dev/start/upgrade-guide/) to update the packages with `quasar upgrade` we get the following error: ![image](https://github.com/user-attachments/assets/48aaffbe-0a20-4b5e-a7f8-db3078b5d209) ### What did you expect to happen? An upgrade of all...

kind/bug 🐞
bug/0-needs-info
Qv2 🔝
area/cli
flavour/quasar-cli-vite

### What happened? A q-input field with a mask, for example "##########", and a debounce of 75 or higher. If you type some text into the input, then quickly delete...

kind/bug 🐞
Qv2 🔝
bug/1-repro-available
area/components
flavour/quasar-cli-vite

### What happened? We have two key requirements in the project: Users need to navigate quickly as they are very familiar with the application. Navigation between fields is done using...

kind/bug 🐞
Qv2 🔝
flavour/quasar-cli-webpack
bug/1-repro-available
area/components

### What happened? When on a mobile device I noticed that when a menu is active or true one has to click another menu or side drawer twice in order...

kind/bug 🐞
bug/0-needs-info
Qv1
flavour/vue-cli-plugin
area/components

### What happened? If one uses a QTable with virtual scrolling and many rows (> 400.000), than the rows lose the `border-bottm` style after a certain amount of rows when...

kind/bug 🐞
Qv2 🔝
flavour/vite-plugin
bug/1-repro-available
area/components

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** Add an ellipsis slot to modify its default behaviour e.g. to show QPopupEdit to...

kind/feature 💡

If you use both Cypress and another testing framework that implements `expect` and other common keywords, you may need to exclude `cypress.config.ts` from your `tsconfig.json` to prevent ESLint from getting...

### What happened? Hello, for some time now, when I launch a web application made with quasar (quasar dev) with Firefox as the browser, the application starts to lag after...

kind/bug 🐞
Qv2 🔝
bug/1-repro-available
area/components
flavour/quasar-cli-vite

### What happened? QInput is defined with type="textarea" with autogrow that can be toggled on/off. I toggled **autogrow** prop on and off using a button. After setting autogrow to true...

kind/bug 🐞
Qv2 🔝
flavour/vite-plugin
area/components
bug/2-confirmed