tumblr.com filter breaks "k" shortcut

This is where you should report issues arising from the subscription filters.
Locked
Zeaklous
Guest

tumblr.com filter breaks "k" shortcut

Post by Zeaklous »

If one goes to Tumblr's dashboard they can usually use the "j" and "k" shortcuts to go between posts.

It seems EasyList's

Code: Select all

#.standalone-ad-container
breaks the "k" shortcut from functioning properly, instead only shifting the screen up ~15px.

For information about how this problem was found can be seen at uBlock Origin's GitHub support page
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Does it require a login?
Zeaklous
Guest

Post by Zeaklous »

Yes, I believe it does require a login
Zeaklous
Guest

Post by Zeaklous »

Interestingly, if I apply `display: none` on the same elements, it produces the same behavior. So somehow this functionality is paired with the ads being part of the document flow
barbaz
Postaholic
Postaholic
Posts: 204
Joined: Mon Sep 15, 2014 12:55 am

Post by barbaz »

Zeaklous wrote:Interestingly, if I apply `display: none` on the same elements, it produces the same behavior.
because that is exactly how uBlock Origin hides elements
Zeaklous
Guest

Post by Zeaklous »

barbaz wrote:
Zeaklous wrote:Interestingly, if I apply `display: none` on the same elements, it produces the same behavior.
because that is exactly how uBlock Origin hides elements
Right, but I say it's interesting because it's likely not done based on direct ad block detection. I think it's just poor development
Locked