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? In Quasar 1 you are able to tab inside each element in QTime and QDate. In Quasar 2 you just skip QDate and QTime when tabbing. ###...

kind/bug 🐞
Qv1
bug/1-repro-available
area/components

### What happened? Using the official example, the internal elements of the zoom window are not smooth,But that doesn't happen in native mode. ### What did you expect to happen?...

kind/bug 🐞
bug/0-needs-info
mode/capacitor
mode/electron
Qv2 🔝
flavour/quasar-cli-vite

**Is your feature request related to a problem? Please describe.** I want to add the following custom variable: ```scss @use "sass:map"; $page-section-margin : map.get($space-lg, "y") !default; ``` However, when I...

kind/feature 💡

### What happened? Created a q-markup-table and changed to dark mode. Text colour is not inherited in the table header. ### What did you expect to happen? The header text...

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

### What happened? Please see attached image from [https://quasar.dev/vue-components/editor](https://quasar.dev/vue-components/editor) In HTML view, if a line is too long without breaks, it spills over. ![image](https://user-images.githubusercontent.com/82388756/178710252-22572da2-d332-4de7-a706-92be9f1edaff.png) ### What did you expect to...

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

### What happened? I started a fresh project with `npm init quasar` , accepted all of the defaults (except choosing Vite). - `quasar dev` works - `quasar build` works -...

kind/bug 🐞
mode/electron
Qv2 🔝
bug/1-hard-to-reproduce
bug/1-repro-available
area/cli
flavour/quasar-cli-vite

### What happened? As defined in the specs, the terserOptions for dropping console logs do no work in vite builds: ``` minify: 'terser', extendViteConf (viteConf) { viteConf.terserOptions = { compress:...

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

**Is your feature request related to a problem? Please describe.** There is `expand` prop in QTable for rows. Docs show it's usage: https://quasar.dev/vue-components/table#Expanding-rows **Describe the solution you'd like** Current implementation...

kind/feature 💡