Skip to content
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: #94249 enhance persistent menu handling and maintain text selectio… #89

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

vj-venkatesan
Copy link
Contributor

@vj-venkatesan vj-venkatesan commented Apr 2, 2025

Success criteria

Please describe what should be possible after this change. List all individual items on a separate line.

  • The main text area focus must be preserved when toggling persistent menu
  • The main text area focus must be preserved when interacting with the persistent menu

How to test

Please describe the individual steps on how a peer can test your change.

  1. Go to an endpoint with persistent menu enabled
  2. Use the following settings to enable persistent menu
  3.  persistentMenu: {
       "menuItems": [
         {
           "title": "hello",
           "payload": "seess"
         }
       ],
       "title": "hello"
     }}
  4. Open webchat
  5. Type a message
  6. Open Persistent menu
  7. Close/Select an item
  8. Observe the focus is retained at the correct position instead of jumping to the start of the text

Security

  • Possible injection vector
  • Authentication/Access controls touched
  • Sensitive Data could be exposed
  • XSS
  • Logging/Monitoring touched
  • Exchanges data with external systems
  • No security implications

Additional considerations

  • This PR might have performance implications

Documentation Considerations

These are hints for the documentation team to help write the docs.

@vj-venkatesan vj-venkatesan requested review from kwinto and sushmi21 April 2, 2025 15:11
@sushmi21
Copy link
Contributor

sushmi21 commented Apr 3, 2025

Out of scope of this PR: I noticed that the persistent menu button is missing a visible focus indicator. Would be nice if it is handled

@vj-venkatesan
Copy link
Contributor Author

Out of scope of this PR: I noticed that the persistent menu button is missing a visible focus indicator. Would be nice if it is handled

How about I open another PR quickly for that ?

@vj-venkatesan vj-venkatesan merged commit d937276 into main Apr 3, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants