surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.22k stars 815 forks source link

The `onQuestionAdded` event is raised when moving a question to another page using the "Layout" > "Move the question to page" editor in Survey Creator #9073

Closed JaneSjs closed 6 days ago

JaneSjs commented 1 week ago

T20755 - The onQuestionAdded callback invoked when a question is moved to a different page using the 'Layout' tab https://surveyjs.answerdesk.io/internal/ticket/details/T20755


View Demo

If you move a question to another page via drag-and-drop, the onQuestionAdded function is not raised. If you move a question to another page using the Layout | Move the question to page editor, the onQuestionAdded function is raised. Expected behavior: if you move a question to another page via a property grid, the onQuestionAdded function is not raised.