Skip to content

Fixed jquery selector for capability map tabs

backups requested to merge github/fork/milospp/fix/capability-map-info into main

Created by: milospp

What does this pull request do?

Fixes the unresponsive behavior of capability map nodes in the Nemo theme when clicked. The issue stemmed from an incorrect jQuery selector used in the theme's jQuery version.

What's new?

Resolved the jQuery selector issue by adding single quotes to the value of the href attribute: $(".titles li a[href='#" + name + "']")...

How should this be tested?

  1. Open the Capability Map tab.
  2. Search for an item.
  3. Click on a node to verify if it opens the information tab on the right side.
  4. Test this across all themes for thorough validation.

image

Merge request reports