LuckySherry / TwitterClient_0.2

COMP3111_Phase1_Team202
0 stars 0 forks source link

Favorite unFavorite a tweet #18

Closed monosite closed 11 years ago

monosite commented 11 years ago

What steps will reproduce the problem?

  1. Click on the Favorite button and unFavorite button repeatly

What is the expected output? What do you see instead? I see the previous button is under the current button.

mzstgh commented 11 years ago

Hi monosite, would you try this again on a faster running machine? I think the situation you have mentioned is more like the effect of persistence of vision, which is caused by the delay of the program. I have try this on 3 different computers and I noticed that what you have figured out only happened when I clicked the mouse crazily and "previous button under the current button" disappears within a second. So, you still call this a bug?

monosite commented 11 years ago

This problem can be avoided if you dispose and add widgets correctly. So its fixable.

mzstgh commented 11 years ago

Well, I think we need some further discussion on the defination of "a bug".

waitingcheung commented 11 years ago

Rejected.

Ken