开发者工具基础库超过3.9.3就会出现这个错误
Failed to execute 'postMessage' on 'Worker'?基础库:3.9.3 DOMException: Failed to execute 'postMessage' on 'Worker': function(e){var t={},r=this.__wxElement;if(r&&k.Component.isComponent(r)){var n="wx-"+r.is;if(k.Component.getMe...<omitted>...)} could not be cloned. at ide:///extensions/worker/asdebug/index.js:1:3400 at Array.forEach (<anonymous>) at Object.triggerWorkerEvent (ide:///extensions/worker/asdebug/index.js:1:3357)(env: macOS,mp,1.06.2504030; lib: 3.9.3)
09-23相同的问题,主要是受控input,如果不设置光标位置,那么在文本中间位置输入会导致组件刷新,然后光标跑到最右边去,然后我记录下光标的位置,手工设置光标位置,然后又遇到这个bug,一设置光标位置,接下来页面状态更新就会导致光标跑到最左边,把开发者当日本人整https://developers.weixin.qq.com/community/develop/doc/000262d6f7cf209fef62a11bf61c00?highLine=%25E5%25B0%258F%25E7%25A8%258B%25E5%25BA%258F%25E5%258F%2597%25E6%258E%25A7input%25E5%2585%2589%25E6%25A0%2587%25E6%25AF%258F%25E6%25AC%25A1%25E8%25BE%2593%25E5%2585%25A5%25E9%2583%25BD%25E5%259C%25A8%25E6%259C%2580%25E5%258F%25B3%25E8%25BE%25B9
input光标自动跳转到最右侧?<input placeholder="请输入" /> 复现: 1、光标移到非最右侧 [图片] 2、输入任意字符发现光标移到最右侧(连续输入的qwe) [图片]
05-21解决了吗,我试验的是如果加了box-shadow,边缘就会把底色漏出来
image组件背景有默认白边[图片] 如图,如果给image标签加上 box-shadow 后,图片四角和底部缺口处出现白色默认背景。尝试了把 box-shadow 放到上一级view仍然不解决问题。图片确认没有默认白底。请问这怎么解决? 图片如下: [图片]
2020-08-19