> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/status-bar-in-webviews-stays-in-focus.md).

# Status bar in WebViews stays in focus

In Remote Desktop Manager, when using a ***Website*** entry in embedded mode, the status bar can remain in focus after the page has loaded and persists across tabs.

This can happen when your mouse hovers over a link; this status bar text is displayed as information about the link. While it is not intended to last, it can happen when the focus is lost from the window containing the links in question. Navigating back to the window that first created the link and hovering the mouse over the control that created the link in the first place and then moving the mouse away from it should remove these lines of text.

For a long-term solution, there is an option to disable the status bar altogether:

1. In Remote Desktop Manager, go to ***File – Settings – User Interface***.
2. Under the ***Advanced*** section, find the ***Show status bar in WebView*** option and disable it.
3. Click ***OK*** to save your change.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/status-bar-in-webviews-stays-in-focus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
