qingfengmy

Results 15 issues of qingfengmy

如果View不消耗ACTION_DOWN以外的其他事件,那么这个点击事件会消失,此时父元素的onTouchEvent并不会被调用,并且当前View可以持续收到后续事件,最终这些消失的点击事件会传递给Activity处理。

如定义权限如下: ``` ``` 定义provider如下: ``` ``` 那么在当前应用的Activity中不需要添加如下权限,也可以调用provider的query方法。 ``` ``` 尽管Activity和provide不是同一进程,但是同一应用,同一应用就可以忽略provider的permission,是否如此?

### 🐛 bug 描述 [详细地描述 bug,让大家都能理解] 水波图的矩形形状,当宽大于高时,显示不正确 ### 📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题] ``` const DemoLiquid = () => { const config = { width: 200, height:150, padding:0, percent: 0.25, autoFit: false,...

### 🧐 问题描述 [详细地描述问题,让大家都能理解] proTable中使用formRef时,用Form.useForm()的返回值去赋值给formRef,报警告错误 ### 💻 示例代码 [如果有必要,展示代码,线上示例,或仓库] ``` const [modalFormRef] = Form.useForm(); ``` 错误如下: 不能将类型“FormInstance”分配给类型“MutableRefObject | ((actionRef: FormInstance) => void) | undefined”。 不能将类型“FormInstance”分配给类型“(actionRef: FormInstance) => void”。 类型“FormInstance”提供的内容与签名“(actionRef: FormInstance):...

### Clear and concise description of the problem ``` Swiper demo html, body { position: relative; height: 100%; } body { background: #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size:...

feature request

**Describe the bug** when i use image and audio then -filter_complex not work **To Reproduce** ``` [ "-loop", 1, "-t", 3.504, "-i", "img_0.jpeg", "-i", "audio_0.mp3", "-loop", 1, "-t", 3.696, "-i",...

控制台执行hook.search报如下错误 ``` Uncaught TypeError: Cannot read properties of null (reading 'match') at parseCodeLocation ((索引):338:36) at _search ((索引):237:30) at Function. ((索引):174:9) at :1:6 parseCodeLocation @ (索引):338 _search @ (索引):237 (匿名) @...

bug

请求/api/register报500错误,不知道从哪看报错信息

× 断网的时候就会报这样的错误 ←→1 of 7 errors on the page Unhandled Rejection (TypeError): Failed to fetch ▶ 12 stack frames were collapsed. _callee$ ./src/.umi/plugin-request/request.ts:217 214 | // 中间件统一错误处理 215 | //...