component q-btn-dropdown not works well in safari #13836
Unanswered
pengtech
asked this question in
CLI - BEX mode
Replies: 1 comment 1 reply
-
please make a codepen that can reproduce this when using safari (mac safari?) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, we have an internal project developing with quasar, all things runs OK in chrome. Recently, we checked and tested the compatibility of browser, found all q-btn-dropdown components cannot display well in safari(13.1.3 (15609.4.1)):
<q-btn-dropdown label="project"> <q-list> <q-item clickable v-close-popup @click="onItemClick"> <q-item-section> <q-item-label>Photos</q-item-label> </q-item-section> </q-item> </q-list> </q-btn-dropdown>
the exact issue is label "project" is not displayed in web browser of safari, but others like 'dropdown list', 'dropdown icon' display normal. so weird.
I try to resolve this issue by updating quasar to the lastest version, by restarting project......, all attempts failed.
hope get helps out there
Beta Was this translation helpful? Give feedback.
All reactions