老王
老王
  • 发布:2016-01-13 15:57
  • 更新:2017-08-27 22:51
  • 阅读:1912

mui on 方法有bug

分类:MUI
mui
<div class="button-parent">  
    <button type="button">按钮1</button>  
    <button disabled>|</button> <!--  占位 -->  
    <button type="button">按钮1</button>  
</div>
mui('.button-parent').on('tap', 'button', funciton () {  
    ....  
  /*  
  bug  
  disabled 的元素会触发事件  
 */  
})

<button disabled> 正常情况下, 这个button 是不会触发事件的

但是 mui 的事件代理还会触发, 我觉得这是个bug

2016-01-13 15:57 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

你是在什么手机上测试的

老王

老王 (作者)

刚刚又测了一下, 发现之前的现象没了, 可能是我疏忽了, 奇怪....

不好意思

邓荣勇

邓荣勇 - don`t Repeat Yourself

为什么我的报这个错误
room.html:105 Uncaught TypeError: mui.on is not a function

该问题目前已经被锁定, 无法添加新回复