Skip to content
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

Pop-up hint fetches wrong result in case-sensitive cases #353

Open
v1993 opened this issue Feb 16, 2022 · 0 comments
Open

Pop-up hint fetches wrong result in case-sensitive cases #353

v1993 opened this issue Feb 16, 2022 · 0 comments
Labels
Status Confirmed Type Bug Something is broken.

Comments

@v1993
Copy link

v1993 commented Feb 16, 2022

Describe the bug
If there are both attribute and ATTRIBUTE elements in same context, pop-up hint for attribute will be the one for ATTRIBUTE. This is very apparent in libnm docs, which has constants for most of its attribute names.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://valadoc.org/libnm/NM.Client.html
  2. Hover over any of its properties, e.g. activating_connection
  3. Get hint for constant of the same name instead, e.g. ACTIVATING_CONNECTION

Expected behavior
Correct hint should load instead.

Screenshots
Screenshot_20220216_220415

Desktop (please complete the following information):

  • OS: KUbuntu
  • Browser: Chrome
  • Version: 98.0.4758.102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status Confirmed Type Bug Something is broken.
Projects
None yet
Development

No branches or pull requests

2 participants