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

onFocusInQuestion doesn't provide information about which matrix cell was focused #6698

Closed
JaneSjs opened this issue Aug 11, 2023 · 0 comments · Fixed by #6788
Closed

onFocusInQuestion doesn't provide information about which matrix cell was focused #6698

JaneSjs opened this issue Aug 11, 2023 · 0 comments · Fixed by #6788
Assignees
Labels
bug user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 11, 2023

public onFocusInQuestion: EventBase<SurveyModel, FocusInQuestionEvent> = this.addEvent<SurveyModel, FocusInQuestionEvent>();

User Issue: T14175 - Setting data dynamically into complex inputs (matrix, panels)
https://surveyjs.answerdesk.io/internal/ticket/details/T14175

The onFocusInQuestion event is raised when a survey/form input receives focus. However, when a user focuses a specific matrix cell, the options.question returns the matrix question instead of a particular cell question.
Suggestion: provide more information about particular focused question, to allow developers determine which matrix cell was focused.

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Aug 11, 2023
@tsv2013 tsv2013 assigned tsv2013 and andrewtelnov and unassigned tsv2013 Aug 22, 2023
andrewtelnov added a commit that referenced this issue Aug 24, 2023
tsv2013 pushed a commit that referenced this issue Aug 25, 2023
@RomanTsukanov RomanTsukanov changed the title onFocusInQuestion doesn't contain information about which particular matrix cell was focused onFocusInQuestion doesn't provide information about which matrix cell was focused Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants