CS2212-2012-G2 / SurvivorPool

CS2212 Project
Other
1 stars 0 forks source link

Program Freeze After Messing Up Tribe Name Input #62

Closed JonDemelo closed 12 years ago

JonDemelo commented 12 years ago

New Season Enter "asd" for Tribe 1 Enter "asd" for Tribe 2 Hit Create Season Click into one of the tribe textfields, and add a few letters into the string, ie. "asdwa", "wewasd", to make one different. Hit Create Season

Expected: Move forward with the new season.

Actual: CreateSeasonPanel Freezes, but can still use the main bar.

Nava2 commented 12 years ago

Sorry is this in the main application or in the create season panel? On Mar 23, 2012 1:17 PM, "Jon Demelo" < reply@reply.github.com> wrote:

New Season Enter "asd" for Tribe 1 Enter "asd" for Tribe 2 Hit Create Season Click into one of the tribe textfields, and add a few letters into the string, ie. "asdwa", "wewasd", to make one different. Hit Create Season

Expected: Move forward with the new season.

Actual: CreateSeasonPanel Freezes, but can still use the main bar.


Reply to this email directly or view it on GitHub: https://github.com/CS2212-2012-G2/SurvivorPool/issues/62

JonDemelo commented 12 years ago

Create Season Panel. Have yet to try it in Main.

Nava2 commented 12 years ago

I can't replicate because when I click "Create season" the first time, it makes the season.

E: This is from new branch, will test on Master.

E2: Works on master.

Nava2 commented 12 years ago

Scratch that, for some reason it was working, but I can confirm this is a problem for master and secondary branch.

Assigned to @JustinMcDonald.

JonDemelo commented 12 years ago

After a few rounds of testing, I think I've identified the issue. I believe it "freezes" only when you re-click "create season" when there are still error status messages still on the textfields. I've added in the fix, which clears the error messages directly after clicking create season. I'll check if I need to adjust anything in the main general panel before closing this.

JonDemelo commented 12 years ago

General Panel's tribe change seems to work fine, so closed.