-
Notifications
You must be signed in to change notification settings - Fork 133
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(core): enable segmented button #12808
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for fundamental-ngx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Visit the preview URL for this PR (updated for commit d690ce8): https://fundamental-ngx-gh--pr12808-fix-segmented-button-hcq49jdu.web.app (expires Thu, 09 Jan 2025 16:03:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff |
67d1acd
to
47c99d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does allow the segmented button to be focused again, however I can no longer use the arrow keys to change the selected segment. Still working for the other examples, I'm just seeing this problem on the newly modified example
I can confirm the same thing. The arrow keys are not working. Also, I would suggest an improvement for the example. Add a button that programatically disables and enables the Segmented button. Additionally, explain in a 2-3 short sentences what this example is doing. Right now, with the short timeout, for people that don't have an idea what the issue is, it's not very clear why we have this example. |
fixed! |
2ad5fe2
to
fa30ef7
Compare
5c11b11
to
0963dc7
Compare
I am not seeing an update regarding Inna's documentation suggestions Also, while I am seeing the arrow key focus problem is fixed, I can no longer use enter/space to change the selection on this example |
fixes #12675
fix enable segmented button
delete e2e as the unit tests cover the testing enough