javascriptgoogle-chromedom-eventsbeep

Chrome Beeps on removeAllRanges();


Is Chrome beeping during a removeAllRanges(); to indicate an error in the code, or just that an action has been taken?

My script does not seem to fail...


Solution

  • For those who come after me, the beeping was a consequence of this css property:

    -khtml-user-select: none;