lukas-rose-216489023 / EECS2311Project

Group 17 Repository for EECS2311 Venn Diagram Project
1 stars 1 forks source link

Overlapping Text #18

Open kalishaikh opened 4 years ago

kalishaikh commented 4 years ago

All Bugs were replicated on the following specs: Operating System : Windows 10 Java 1.8 Java SE 13

Text Box Overlaps Sets When Anchoring is Off When adding data to the set it should only stay in one circle or the intersection between both. However the text box can overlap and the intersection at the same time. To replicate this bug all you have to do is create a text box and put it on the line of intersection between the middle and any circle. The text box it self overlaps more than one circle/intersection where it shouldn't. Recommended fix, perhaps have a limit on the size that the box should be. If not have the Venn Diagram grow dynamically with the text box.

lukas-rose-216489023 commented 4 years ago

This is why we have the function of "Anchoring" which puts the elements to an automatic position and doesn't let the elements overlap.