-
Notifications
You must be signed in to change notification settings - Fork 464
Fix: Keep 'unresolvable' pop-up visible after interaction by adding p… #18918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…inned state and preventing auto-close
|
@hema-hema123 there are some failing checks you need to fix before continuing. Don't hesitate to ask for help if you deem it necessary. |
|
Got it! |
| # Native extensions in the bundled gems need Ruby headers | ||
| # Native extensions in the bundled gems need Ruby headers | ||
| BuildRequires: ruby3.4-devel | ||
|
|
||
| # Needed for native Ruby gems during build | ||
| BuildRequires: libyaml-devel | ||
| BuildRequires: gcc-c++ | ||
| BuildRequires: libxml2-devel | ||
| BuildRequires: mariadb-devel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are getting carried away... You don't need to tinker with the spec files or upgrading gems to keep the 'unresolvable' pop-up visible...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarification — I understand now.
I’ll revert the spec/build dependency changes and keep the fix strictly focused on the frontend UI behavior of the unresolvable pop-up.
Scope: webui/project_monitor.js
Change: restrict popover initialization to monitor-table entries and switch the trigger to click.
Impact: the “unresolvable” status popover on the project monitor stays open when clicked so text inside remains selectable, restoring parity with the package detail page.
Fixes #18324