alexrudnick / iucs-guido

Automatically exported from code.google.com/p/iucs-guido
0 stars 0 forks source link

Revisit how comments are entered #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. go to a grading page
2. commenting is harder than it should be.

We'd like the user to be able to select some text, then right click and the 
comment box pops up there with autocomplete. Copy/pasting the current box into 
a jquery hover would work fine.

Original issue reported on code.google.com by krmckelv on 22 Sep 2011 at 5:21

GoogleCodeExporter commented 9 years ago
Added a new jquery script called qtip which lets you do easy tooltip creation 
and manipulation. the functionality is pretty much there but the autocomplete 
and ajax (basically, all of the javascript relating to that iframe) isn't 
executing yet.

Original comment by krmckelv on 23 Sep 2011 at 5:33

GoogleCodeExporter commented 9 years ago
I think we should switch so that you click linenumbers which popup a comment 
box. This is easier to implement and also makes more sense in the interface.

Original comment by krmckelv on 24 Sep 2011 at 10:44

GoogleCodeExporter commented 9 years ago
alright so commenting by linenumber is now implemented with a nice popup 
comment box interface

Original comment by krmckelv on 25 Sep 2011 at 4:55