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

change the default actionName to something that won't be ignored. #4462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tylercal
Copy link

In afeb65f, a change was made to exclude elements with a jsaction with an actionName of "_". However, as written, this also excludes any jsaction that doesn't specify an action name. I'm not sure if this is a desired behavior.

As an example, on https://calendar.google.com/calendar/, each date in the mini calendar has a jsaction="click:nngp;" and each is clickable, but because no actionName is specified, Vimium does not place hints there.

In philc@afeb65f, a change was made to exclude elements with a jsaction with an actionName of "_". However, as written, this also excludes any jsaction that doesn't specify an action name. I'm not sure if this is a desired behavior.

As an example, on https://calendar.google.com/calendar/, each date in the mini calendar has a `jsaction="click:nngp;"` and each is clickable, but because no actionName is specified, Vimium does not place hints there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant