搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

"Mouse up" event not detected when double-click-selecting and releasing the mouse button outside of the address field

  • 2 个回答
  • 1 人有此问题
  • 7 次查看
  • 最后回复者为 Hampus

more options

One can select whole "words"/segments in the address field by double-click-dragging and then releasing; just like a regular selection is click-dragging and then releasing.

The bug is when you double-click-drag and then release the mouse button _outside of the address field_. The "mouse up" event fails to stop selecting text, it makes text blue like if you still held the button down.

To clarify, here's pseudo code of how to select some text (works):

1. Move cursor to the middle of the address.
2. Mouse button down.
3. Move cursor to the side, possibly outside of the address field.
4. Mouse button up.

Result: you selected half of the address, and can now e.g. copy it. However, pseudo code of what does NOT work:

1. Move cursor to the middle of the address.
2. Mouse button down, mouse button up, mouse button down.
3. Move cursor to the side, outside of the address field.
4. Mouse button up.

Result: as you move the cursor around, you are still in the process of changing the selection.

I'm on Firefox Developer edition `70.0b7 (64-bit)`.

One can select whole "words"/segments in the address field by double-click-dragging and then releasing; just like a regular selection is click-dragging and then releasing. The bug is when you double-click-drag and then release the mouse button _outside of the address field_. The "mouse up" event fails to stop selecting text, it makes text blue like if you still held the button down. To clarify, here's pseudo code of how to select some text (works): 1. Move cursor to the middle of the address. 2. Mouse button down. 3. Move cursor to the side, possibly outside of the address field. 4. Mouse button up. Result: you selected half of the address, and can now e.g. copy it. However, pseudo code of what does NOT work: 1. Move cursor to the middle of the address. 2. Mouse button down, mouse button up, mouse button down. 3. Move cursor to the side, outside of the address field. 4. Mouse button up. Result: as you move the cursor around, you are still in the process of changing the selection. I'm on Firefox Developer edition `70.0b7 (64-bit)`.

所有回复 (2)

more options

It's also present in regular channel, `69.0 (64-bit)`.

more options

Just upgraded, still there in `70.0b8 (64-bit)`.