adicu / Courses

A course management application for Columbia.
courses.adicu.com
Other
16 stars 12 forks source link

UX: popup for course info shows up too far down #122

Closed janecakemaster closed 10 years ago

janecakemaster commented 10 years ago

When you click on a course in the calendar view, the info shows up next to the appropriate space in the sidebar. Sometimes the info shows up too far down (see red arrow in pic)

screenshot 2014-01-08 18 28 38

G-ram commented 10 years ago

I'll fix this.

natebrennand commented 10 years ago

Awesome, when you have an idea of how you're going to go about it can you explain it here before implementation so @brishin can confirm it's a inline with where the code responsible should be?

brishin commented 10 years ago

Eh. I can just say. You should scroll to the correct DOM element (popup) in $scope.selectSection in weekView.coffee. You can use jQuery to do this.

G-ram commented 10 years ago

Okay, will do.