sfu-natlang / lensingwikipedia

Lensing Wikipedia is an interface to visually browse through human history as represented in Wikipedia. This the source code that runs the website:
http://lensingwikipedia.cs.sfu.ca
Other
11 stars 4 forks source link

Cannot deselect constraint in Cluster view #149

Closed anoopsarkar closed 9 years ago

anoopsarkar commented 9 years ago

Clicking anywhere in the Cluster view creates the following constraint:

image

Clicking on the X does not get rid of this constraint.

The same problem occurs when you select some points, e.g. a Cluster constraint of 45 points and then pressing X creates the same zero event constraint as above.

anoopsarkar commented 9 years ago

There is an unrelated bug that after the first selection, when you make a new selection to replace the previous one, the height of the selection box is always the max of the height of the previous selection boxes. You might have to zoom in after the first selection to replicate this bug.

anoopsarkar commented 9 years ago

For the 0 points cluster bug. Clicking on "Clear all Constraints" works.

KonceptGeek commented 9 years ago

@anoopsarkar creating a separate issue for selection box size bug. Have fixed the one related to constraint list in the branch - https://github.com/sfu-natlang/lensingwikipedia/tree/cluster-bug-fix Do you want me to open a pull request for that fix and take a look at the bounding box size bug later?

anoopsarkar commented 9 years ago

yes, please open a pull request if this issue has been resolved.

anoopsarkar commented 9 years ago

bug fixed in pull request.