Share via

Erratic behavior when clicking on words

JOHN S OLECH 0 Reputation points
2025-12-09T15:04:18.53+00:00

When clicking on words it highlights the word in blue. When using a form in an application drop-down box it highlights all boxes in blue even the ones not being filled out.


Moved from: Community Center | Discuss the Q&A site | Get started on Q&A

Microsoft 365 and Office | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Alex_T 6,385 Reputation points Microsoft External Staff Moderator
    2025-12-09T20:03:58.7633333+00:00

    Hello JOHN S OLECH,

    Thank you for reaching out in Microsoft Q&A forum.

    I understand you’re experiencing a problem where clicking on words highlights them in blue, and in forms, all drop-down boxes get highlighted even if they’re not being filled out.

    Please follow these solutions to try to fix your problem:

    A. Check for Accessibility or Selection Settings

    1. Sticky Keys or Mouse Keys: Go to Settings > Accessibility > Keyboard and ensure Sticky Keys or Mouse Keys are turned off.
    2. Highlighting Feature: Check if any text selection or highlighting feature is enabled in your application or OS.

    B. Test Input Devices

    1. Mouse Issues: Try another mouse or touchpad to rule out hardware problems.
    2. Keyboard Shortcuts: Ensure no keys are stuck (like Shift or Ctrl), as these can cause extended selection.

    C. Application-Specific Behavior

    1. Browser or App Settings: If this happens in a web form, clear cache or try another browser.
    2. Update the App: Make sure the application is updated to the latest version.

    D. System-Level Troubleshooting

    1. Update Drivers: Update your mouse and keyboard drivers via Device Manager.
    2. Run Troubleshooter: Use Settings > Update & Security > Troubleshoot > Keyboard, Mouse to detect issues

    Let me know how it goes.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. 

    Was this answer helpful?


  2. AI answer

    2025-12-09T15:04:25.4466667+00:00

    It sounds like you are experiencing an issue with the focus indication and highlighting behavior in your application. The blue highlighting when clicking on words or interacting with drop-down boxes is likely related to the CSS styles applied to those elements. In some cases, CSS rules may not provide a clear visual indication of focus, which can lead to confusion when interacting with forms.

    To address this, you can inspect the CSS styles applied to the elements in question using developer tools (like the Inspect tool in browsers). Look for CSS rules that might be setting properties such as outline: none, which can remove the default focus indication. Adjusting these styles can help improve the visibility of which elements are currently focused or selected.

    If you are developing the application, consider implementing clearer focus styles to enhance user experience and accessibility.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.