单击按钮上的左侧站点会干扰chrome中的弹出框

时间:2018-06-05 15:03:35

标签: javascript button popup cursor center

单击按钮的右侧站点,执行我想要的操作,但是当我单击左侧的中心时,鼠标光标似乎与弹出框交互。它只在chrome(而不是firefox或Edge)中,当我将光标从按钮移开时,或者在弹出文本上移动时,它会再次卡入到位。

this shows it better then I can describe

items = re.findall("<[0-9]+; [0-9]+, [0-9]+>", line)
out = []
for item in items:
    separated = item.split(';')
    out.append([int(separated[0].strip()), int(separated.split(',')[0].strip()), int(separated.split(',')[1].strip())])

0 个答案:

没有答案