-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fix keyboard scroll #46
Comments
This issue now has a funding of 0.045 ETH (47.03 USD) attached to it.
|
What is the problem exactly? I pressed the |
@ToJen Yea I think when pressing |
@ToJen I am using Firefox 58.0.1 and if I don't explicitly click on the content area, Up/Down keys don't work there. Even after I click content area to make scroll work, after pressing Left/Right to transition to prev/next step, the scrolling behaviour is gone. |
@KennethAshley I updated description to clarify that I meant vertical scrolling of the step content. |
@abitrolly I still think my pull request solves the issue. If you pull down my branch you can test it. Let me know if i interpreted this issue wrong! |
@KennethAshley you interpreted the issue wrong. Pressing Up and Down should not result in step transition. I am going to try it anyway, since there is a change in event passing. This is what I had to do on Ubuntu (just notes if anybody wants to repeat the issue locally):
The issue is there.
Now testing. Open http://localhost:8081/components/codelab-components/#google-codelab (8081 is on my machine), click Demo, click on the left gray nav column to switch focus to control, press Down. The slide switches to the next step. This is not the desired behavior for this issue. |
Hi @KennethAshley are you still interested in this one? cc @abitrolly @owocki |
@vs77bb Yea looking into it now |
@vs77bb actually you can take this. |
@vs77bb is the gitcoin community manager.. i dont think hes gonna take this :P |
@owocki there are some bugs here - the comment at #46 (comment) says that @KennethAshley started working on it, but when @KennethAshley stopped the work, the comment is not updated. Issue page says Also - can I somehow change title of the issue on the |
Work for 0.045 ETH (41.94 USD) has been submitted by: Submitters, please leave a comment to let the funder (@abitrolly) (and the other parties involved) that you've submitted you work. If you don't leave a comment, the funder may expire your submission at their discretion.
|
Uhhhh i didn't submit any work. Not sure with that notification popped up. I was sleeping when this happened. |
hey @KennethAshley -- i just ran a script that synced the gitcoin's state of this issue with the smart contract's current state. thats why the comment cropped up. youre saying you didnt submit work at all, or you didnt submit work 7 hours ago? |
@owocki I didn't submit work 7 hours ago. |
ah it makes sense now.. thanks for letting me know |
Yea, now https://gitcoin.co/funding/details?url=https://github.com/googlecodelabs/codelab-components/issues/46 contains "Submissions" block with Kenneth. I tried to see when the submission was made, but it is not exposed in interface tooptips, and I couldn't trace the submission transaction in Etherscan. |
hai from Gitcoin here 👋
This is good feedback. I just added a created date field to the bounty submission field so you can now see when the submission was made! |
@owocki actually, I don't think the date is right. I would consider a proof a link to submission transaction. |
@abitrolly Catching up on the convo... is this one still open / is @KennethAshley's submission in review? Also cc @owocki for the feedback above^ |
Bump @abitrolly @owocki @KennethAshley. Apologies if I'm missing something here! |
I'm afraid we will not be fixing this. See #49 for more details. |
Closing it as "won't fix". Keep in mind this issue report is not gone. I'm simply moving it to googlecodelabs/codelab-elements#17. |
The funding of 0.045 ETH (28.88 USD @ $641.73/ETH) attached to this issue has been killed by the bounty submitter
|
Thanks everybody for attempting to solve this problem. @x1ddos let me know if you'd like to get 0.045 ETH as a bonus for moving the issue forward. |
Up / Down and PageUp / PageDown don't work to scroll codelab contents.
Reproducing
Expected
Up / Down and PageUp / PageDown scroll step content.
References
Solution
Solution is to re-add keyboard shortcuts from #29 to forward Up / Down keyboard events to specific control, but I have no idea what the action should be. As an alternative, it should be possible to push these keyboard events from parent control to content pane, but again - no idea.
The text was updated successfully, but these errors were encountered: