Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

double clicking does not highlight entire word in javascript console

  • 1 பதிலளி
  • 1 இந்த பிரச்சனை உள்ளது
  • 10 views
  • Last reply by EventHorizon

when using javascript console - it fails to highlight entire word if it contains underscores. Here is some sample text as it appears in console :

   ERROR - ReferenceError: curr_msg_stream is not defined

if I double clicked on msg which appears in middle of word : curr_msg_stream it fails to highlight entire word ... it will only highlight msg .... google chrome behaves correctly on this

when using javascript console - it fails to highlight entire word if it contains underscores. Here is some sample text as it appears in console : ERROR - ReferenceError: curr_msg_stream is not defined if I double clicked on msg which appears in middle of word : curr_msg_stream it fails to highlight entire word ... it will only highlight msg .... google chrome behaves correctly on this

All Replies (1)

when using FF this bad behaviour also happens on HTML textfields