pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
12 stars 77 forks source link

Drag-N-Drop removing error #329

Open coco3427 opened 1 year ago

coco3427 commented 1 year ago

Describe the bug The zone to drag wrong answers out doesn't always extend far enough. if the descriptions are long enough it can be impossible to remove wrong answers because you can't scroll up and drag answers. I have only experienced it in 3.23.1 Drag-N-Drop, but it would be a common error in any of the drag-and-drop with a lot of definitions, like the glossary.

To Reproduce Steps to reproduce the behavior:

  1. Go to 3.23.1 Drag-N-Drop
  2. Fill all answers
  3. try to remove the last answer
  4. See error

Expected behavior you cant drag the answer out.

Screenshots

Screenshot (1)

kwizeras commented 2 months ago

You're right. The drag-drop feature becomes tricky when the definition's list gets longer. One quick solution to this would be to split the table in half.

I am working on it.

kwizeras commented 2 months ago

Issue fixed!!