Dmytro Shukaliuk
Dmytro Shukaliuk
Same issue. In my case: **q-menu** => parent div with **q-list** and **q-dialog** (same level) => inside **q-dialog** - **q-select** or another q-menu. So when I click outside q-select's **dropdown**...
Similar problem but with **unsafe-eval** > The Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized...
@Ovilia Please check this tread
☹️ 
Can confirm that. Moreover, in my case, sometimes it causes an infinity tab loop (but I can interact with site's elements). 
Definitely needed.
@overtrue any thoughts? ``` json { "dependencies": { "@babel/runtime": "^7.27.6", "axios": "^1.9.0", "pinia": "^3.0.3", "vue": "^3.5.16", "vue-avatar-cropper": "^6.1.1", "vue-i18n": "^11.1.5", "vue-router": "^4.5.1" }, "devDependencies": { "@quasar/vite-plugin": "^1.9.0", "@tsconfig/node20": "^20.1.5", "@types/jsdom":...
> Not a fix, but a relief, is to use `dataZoom: [{ textStyle: { width:77, overflow: 'break' } }]` Seems still need some solution (same result with breakAll), for example...