Popescu Dan

Results 141 comments of Popescu Dan
trafficstars

Hello. I was working on some changes for a11y and I need some help with testing. The changes are related to: - feat(QExpansionItem): add a11y for toggle buttons; improve header...

Please follow https://github.com/quasarframework/quasar/issues/13576

To be honest it looks like the WAVE tool is not doing what it should - it throws errors for elements inside 'aria-hidden' - so the fix if to include...

It looks like ~IE11~ Safari has some problems with focusing 0 size elements :) Add this to your css file until this fix is released ```css .q-select__focus-target, .q-select__autocomplete-input { width:...

If someone has older versions of safari please test [this](https://github.com/quasarframework/quasar/issues/13693#issuecomment-1279477552) and let us know if there are problems.

I have a userland solution (don't shoot me for it :), I know the setter should only receive 1 parameter ) https://jsfiddle.net/tcneLqjb/5/ For Qv2 split `v-model` in `:model-value="scope.selected` and `@update:model-value="(val,...

Hello. I was working on some changes for a11y and I need some help with testing. The changes are related to: - feat(QExpansionItem): add a11y for toggle buttons; improve header...

Please follow https://github.com/quasarframework/quasar/issues/13576

I'll close this one - I don't think there is something generic that can fix something like this, and an acceptable workaround is available.

You know, there are situations when that warning means exactly what it says.