mwasiluk / angular-surveys

Angular survey / form builder inspired by Google Forms
http://mwasiluk.github.io/angular-surveys
Apache License 2.0
241 stars 135 forks source link

Moving a questions between pages makes subsequent questions vanish #53

Open laminatefish opened 6 years ago

laminatefish commented 6 years ago

Scenario:

  1. Create a few questions on page 1.
  2. Create second page.
  3. Add a few questions to page 2.
  4. Drag a question from page 1 to page 2 and drop in between question 1 and 2.
  5. Question 3 on page 2 will be hidden in UI.

Is this a known issue, or expected behaviour?