-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
No interaction on websites with frames #122
Comments
Hi, and thank you for the amazing work. Besides the fact that only current iframe links are shown with 'f', the main drawback is that we can't navigate between iframes. My trackpad is somehow broken. I sometimes get stuck in a menu or ToC frame and I can't read the content of the website without plugging a mouse. The first quick-win, to me is "just" iframes navigation, relaoding tridactyl in each visited iframe (I have no idea of the amount of work but it looks easier than sharing data among iframes) |
Thanks for commenting :) Can you provide us with a link to the site that features the behaviour you describe? Unfortunately I don't think the quick-win you describe will work: hints wouldn't be emitted properly on multi-frame sites and other issues. The way to fix it is to bite the bullet and teach Tridactyl about frames properly, but that requires a bunch of changes in messaging and elsewhere to make settings and logic tab or page specific (probably page specific). @Koushien, your excmd changes would be useful here, actually. |
Unfortunately this was not fixed in #320. |
Somewhat fixed in 15c8c47, but scrolling just scrolls all elements one at a time rather than the one you are focused in / the biggest, so I'll leave this open as I think it could be improved :) |
Scrolling up on http://docs.nvidia.com/cuda/parallel-thread-execution/index.html now scrolls up the table of contents, the page, and then the table of contents again, which is less than ideal. Edit: reproduce with |
Yep, I'm aware of this issue but I think #35 is more appropriate for this. However you're right that we still have issues with frames. #412 is an example and maybe #417 too? But since they're more specific about the problem (keyevents) and since scrolling/following hints on the website mentioned by @pjoubert- works quite well now I thought we could close this issue. |
Will we implement the focus back/forward between frames like |
@FrankEular Are you talking about |
No, I mean switching the focus of frames. Take the link of the original post as an example: http://www.angelfire.com/super/badwebs/ There are several frames. As far as I remember, I could take advantage of |
Besides frames are bad, some websites still use them. I use some of them, where keyboard interactions are just not working at all.
Example website: http://www.angelfire.com/super/badwebs/
tridactyl version: 1.5.1pre409
The text was updated successfully, but these errors were encountered: