derrell / App-Inventor-Gallery

App Inventor Gallery
20 stars 17 forks source link

BUG - Like It Button Not Grayed Out Untill Refresh #181

Closed cpuwhiz11 closed 13 years ago

cpuwhiz11 commented 13 years ago

Summary: Like it button on an application's information page, once used, is not grayed out until the page is reloaded.

Test System: Firefox 8.0 Windows 7

Steps to Replicate:

  1. Open up an application's information page.
  2. Press the like it button.
  3. Likes are incremented by one, button remains enabled.
  4. Refresh the same application's information page.
  5. Notice how the button is now grayed out.

Severity P3: Moderate Affect to User Experience

derrell commented 13 years ago

This is a regression. When first implemented, it immediately disabled the LikeIt button when the result was returned, but that has apparently stopped working.

derrell commented 13 years ago

@cpuwhiz11: to you

cpuwhiz11 commented 13 years ago

Commit faabfeb should resolve this issue.

mijoda commented 13 years ago

I removed that line by mistake when resolving a merge conflict. Apologies.