Advice and answers from the UserGuiding Team
Users
Engagement
Settings
Why the tooltip highlight box is missing when I highlight an HTML element?
Why can't I see the blue rectangle when I highlight an HTML element?

Overview

When using tooltip highlights to draw attention to specific HTML elements on your webpage, you might occasionally notice that the blue highlight box is missing. This can be perplexing, especially when you rely on these visual cues to guide users effectively. Understanding why this happens and how the system works can help you manage this behavior better.

Reasons for Missing Tooltip Highlight Box

  1. Proximity to Screen Edges: The primary reason for the missing blue highlight box is the proximity of the HTML element to the edges of the screen. If an element is too close to the top, bottom, right, or left edges of the browser window, the highlight may be deactivated.
    • Visual Clarity: When an element is near the edges, displaying a highlight box can look awkward or buggy. It may overlap with the browser's interface or extend beyond the visible area, leading to a poor user experience. To prevent this, the highlight box is automatically deactivated for elements in these positions.
  2. Automatic Deactivation by Algorithm: An algorithm within the UserGuiding system automatically determines whether to display the highlight box based on the element's position on the screen. This is done to ensure that the visual guides are clear and do not interfere with the overall usability of the page.
    • No Customization Option: Currently, this algorithmic check is not customizable. The system's priority is to maintain a clean and professional appearance for all tooltips and highlights, which means the automatic deactivation cannot be overridden.

Best Practices and Tips

  1. Position Elements Centrally: To ensure your HTML elements are always highlighted, try to position them away from the very edges of the screen. Central positioning helps keep the highlight box visible and effective.
  2. Design Considerations: When designing your web pages, consider the placement of important elements that will need highlighting. Keeping them within a safe distance from the edges can prevent the deactivation issue.

 

By understanding these nuances, you can better plan the layout of your web pages and ensure that the tooltip highlights function as intended, providing a seamless and visually appealing user experience.