Skip to main content
Participant
April 29, 2018
Answered

mouseenter acts like mouseover, how can I fix this to only work when mouse is selected or button pushed?

  • April 29, 2018
  • 2 replies
  • 550 views

mouseenter acts like mouseover, how can I fix this to only work when mouse is selected or button pushed?

This topic has been closed for replies.
Correct answer George_Johnson

You'd normally use Mouse Up, which is triggered when the mouse is clicked on a button and then released. You could use Mouse Down, which is triggered when the mouse is clicked on a button.

2 replies

George_JohnsonCorrect answer
Inspiring
April 29, 2018

You'd normally use Mouse Up, which is triggered when the mouse is clicked on a button and then released. You could use Mouse Down, which is triggered when the mouse is clicked on a button.

Thom Parker
Community Expert
Community Expert
April 29, 2018

Mouse up it is the traditional event used to indicate a button or link as been pushed.

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
Bernd Alheit
Community Expert
Community Expert
April 29, 2018

What is 'mouse is selected' ?