-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Getting Started Widget doesn't accept focus #10878
Comments
I also saw this behavior with the example widget generated by the Yeoman template. @vince-fugnitto : You marked this with good_first_issue, any idea what is causing this? I am pretty sure, this is a rather new behavior. |
@JonasHelming since it is a simple fix, in order for a widget to accept focus it needs to implement |
Hello @JonasHelming @vince-fugnitto |
Yes, we believe it would be a great first task, so please go ahead! |
Thanks! Doing today! |
hi @JonasHelming @vince-fugnitto Additionally, my PR has this legal agreement highlight as below. May you suggest what I should do to fix it? Thank you very much! |
Signed-off-by: White Hsu <hsnu97526@email.com>
Signed-off-by: White Hsu <hsnu97526@gmail.com>
Signed-off-by: White Hsu <hsnu97526@gmail.com> == To modify getting-started-contribution.ts to pass activate to the openView methods. To focus on the first available link in getting-started-widget.tsx. [Question] But the warning below still exists. May I ask your kind suggestion? Thank you very much. -- WARN Widget was activated, but did not accept focus after 2000ms: getting.started.widget --
@WhiteHsu Thank you for working on this! |
@JonasHelming got it and thanks for feedback! Do you suggest another ticket for me? :-) |
Are you looking for a new ticket to contribute? I believe @vince-fugnitto commented on this one that there is no element on the page that can accept focus. Does it maybe make sense to add one? |
Thanks @JonasHelming . Yes I've amended codes accordingly into the PR, and it seems workable without the warning msg. Pls kindly help review and feedback. Thank you. :-) |
Many thanks @vince-fugnitto @JonasHelming ! Do you recommend another ticket for me as the 2nd task to get familiar with Theia? :-) |
Hi, you can browse the "good first issues" or the "hackathon" label for more issues to get started. Best regards, |
Bug Description:
Steps to Reproduce:
in order for a widget to accept focus it needs to implement onActivateRequest and needs something to focus on. The same was done in blueprint for the same view:
eclipse-theia/theia-ide#201
Additional Information
master
(e62fd33)The text was updated successfully, but these errors were encountered: