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

Hinting doesn't work on Gitlab #659

Closed
TheGreatMcPain opened this issue Jan 20, 2021 · 1 comment
Closed

Hinting doesn't work on Gitlab #659

TheGreatMcPain opened this issue Jan 20, 2021 · 1 comment
Labels

Comments

@TheGreatMcPain
Copy link

TheGreatMcPain commented Jan 20, 2021

Steps to reproduce

Go to a gitlab repository page and try to use hinting.

Expected behaviour

Have hinting appear on most of not all links.

Actual behaviour

Some yellow highlighting, no numbers, and no highlighting on items in the repository browser.

vimb-gitlab-issue

Debug Info

Version:         3.6.0-30-ga8d6130
WebKit compile:  2.30.3
WebKit run:      2.30.4
GTK compile:     3.24.22
GTK run:         3.24.22
libsoup compile: 2.70.0
libsoup run:     2.70.0
Extension dir:   /usr/lib/vimb
@fanglingsu fanglingsu added the bug label Jan 24, 2021
@fanglingsu
Copy link
Owner

@TheGreatMcPain Thank you for reporting this issue. I could reproduce it.I saw en error in the developer toolbar "TypeError: undefined is not an object (evaluating 'rect.left')" pointing to

label.style.left = Math.max(rect.left - 4, 0) + "px";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants