Open In App

Issues Tool in Microsoft Edge Browser

The Issues Tool provides a list of all possible problems related to your site. These problems are basically categories in terms of accessibility, compatibility, performance, progressive web apps, and security. It also provides a possible solution to fix the problems. With the issues tool, the developers can easily get a good idea of the possible problems without time-consuming testing of the site.

Benefits of Issues Tool:

The tool provides very fast results and covers a wide range of problems. The benefits of the issue tool are:



Opening the Issues Tool:

The issues tool is present in the developer’s tools. To open the Issues tool, follow these steps:

Step 1: In the Edge browser, visit the site you want to check for issues. Now open developer tools. To do that, click anywhere on the page and click Inspect, or you can just press the shortcut keys “Ctrl+Shift+I” or “F12“. A section will appear containing various developer tools.



Step 2: Click the three vertical dots in the top right corner of the developer tools and navigate to More Tools > Issues from the menu that appears. Alternatively, you can press the shortcut key “Ctrl+Shift+P” to access the Run Command menu, type “issues,” and from the options that appear, click Show Issues.

Opening Issues Tool

Options available in Issues Tool:

The Issues Tool gives us various options to group or view the issues. Let’s go from left to right and understand the options.

Options in Issues Tool

Filter by Severity:

On starting the issue tool by default, we get only errors and warnings. We can change that in the severity drop-down list:

Severity Drop-Down List

Filter by Browser:

All issues in the compatibility category can be filtered on the basis of the type of browser using the Browser drop-down list:

Browser Drop-Down List

Various Categories in Issues Tool:

The Issues tool displays problems in the following categories:

Various Categories of Issues Tool

View a Issue in Associated tool:

We can locate an issue from the issues tool to any tool present in the developers tool where the issue belongs and where the developers can learn more and use the associate tool to fix the issue in which it represents.

We can expand the issues, and after expanding an issue of any type, we get an option called Open in, followed by <tab name>. On clicking this button, we are directly sent to that particular tab and highlight the issue.

Locating the Issues

View issues from DOM tree in Elements Tab:

The Elements tab contains the whole page DOM tree view, and any issues in the tree are warned by a wavy underline. You can right-click it and select “View Issues” from the context menu that appears. This will bring you to the exact issue in the issues tool.

Opening Issues Tab using DOM elements

Conclusion:

A site can contain many problems related to accessibility, compatibility, performance, progressive web apps, and security. The issues tool is very handy for developers to get a list of all possible problems at once. It also provides external links that reference the problem, which can be used by the developers for further reading and debugging.


Article Tags :