surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
896 stars 372 forks source link

Subsequent-page jump after dragging copied panel to new page and then editing the Title box in the Property Grid #3445

Open patrickabolger opened 2 years ago

patrickabolger commented 2 years ago

Are you requesting a feature, reporting a bug or ask a question?

Bug

What is the current behavior?

I get a bug when I copy a panel I’ve already created, then drag it down to a new page. Specifically, if I go into the new panel (after dragging) and start editing the Title heading in the new panel’s Property Grid, I get bumped down to the subsequent page.

What is the expected behavior?

To be able to edit the Title of the new page (with the dragged-down version of the duplicated panel) in the Property Grid without jumping to the subsequent page.

How would you reproduce the current behavior (if this is a bug)?

  1. create a panel of questions
  2. duplicate the panel
  3. drag the duplicated panel down to the next page
  4. try to edit the Title of the new page (not the panel) in the Property Grid

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your

andrewtelnov commented 2 years ago

@patrickabolger I have tried to reproduce it on our website on create-free-survey page and then for Creator V2 for React version here and I failed. Could you reproduce it on our website?

Thank you, Andrew