roberttdev / dactyl4

DACTYL in Rails 4
MIT License
1 stars 0 forks source link

In QA, When Approving a Point that is Windowed in the Document View, View May Stay Gray #63

Closed wsloand closed 9 years ago

wsloand commented 9 years ago

While in QA mode, the document stays gray in the following scenario:

  1. Click on a point that is yellow (not yet approved) in the document view to go to the point in the QA panel
  2. (The data point view shows up in the document view and the point is highlighted in the QA panel as expected)
  3. Click on the thumbs up to approve the point

Result: The data point view disappears from the document view, but the window stays gray. Clicking anywhere in the window makes it white again. Also a more minor result is that behind the gray, the highlighted regions that have been approved are yellow not green.

Expected result: The data point view disappears, and the window goes back to normal.

wsloand commented 9 years ago

Looks good.