Project

General

Profile

Ryan McFall's activity

From 10/08/2008 to 11/06/2008

10/30/2008

08:07 AM FIRST Bug #3584 (Resolved): Switching wizard pages breaks previously existing selections
To replicate, draw a header around the exam heading for doc10.pdf. Then click back to get back to the page where the... Ryan McFall
08:03 AM FIRST Bug #3540: Initial paint of new rectangle draws very tall rectangle before dragging
This appears to have been an issue with the initial coordinate system of the mouse pressed event. It was being conve... Ryan McFall

10/29/2008

07:21 PM FIRST Bug #3583 (Resolved): Allow new selection to be made when rectangle is selected
Right now, if a rectangle is selected and the mouse is moved over a different rectangle and then clicked, the effect ... Ryan McFall
07:19 PM FIRST Bug #3556: Mouse events not redispatched correctly when rectangle selected
This was resolved by ensuring that events are redispatched in the RectangleSelected mouse listener. Ryan McFall
07:04 PM FIRST Bug #3582 (Resolved): Cannot set question number for questions with no question number detected
On BioSci 110 exam, question 6 does not have a question number detected. There is no way to set the question number.... Ryan McFall
06:57 PM FIRST Bug #3581 (Resolved): Vector rasterization page shows phantom move for old selection
On the vector rasterization page, using the BS 110 sample exam, if we select the image on page 5 and then move to pag... Ryan McFall
06:39 PM FIRST Bug #3580 (Resolved): Extracted Questions content not scrollable
If the viewable size of the extracted questions portion of the question editor is not big enough to display the full ... Ryan McFall
06:36 PM FIRST Bug #3579 (Resolved): Ignored page painter doesn't work correctly with scroll panes
If the PDF pane is in a scroll pane (such as inside of Main Window), and the scroll pane is moved, then the red X pai... Ryan McFall
04:07 AM FIRST Bug #3570: Event forwarding doesn't work well when selection is in "selected" state
Fixed by adding forwarding logic to the RectangleSelected mouse listener Ryan McFall

10/27/2008

04:05 AM FIRST Bug #3570: Event forwarding doesn't work well when selection is in "selected" state
This is also a problem with the individual selection window, because it doesn't work well to try to work with the "ty... Ryan McFall
03:05 AM FIRST Bug #3570 (Resolved): Event forwarding doesn't work well when selection is in "selected" state
When a selection has been selected, and then you try to click on the scrollbar, for example, to move the viewable win... Ryan McFall
03:27 AM FIRST Bug #3572: Prompt associated with multi-part question missing on page 2 of Exam3BS110s08dem.pdf
Actually, after looking more at the results of parsing, this text is included as part of choice (c) for question 4. ... Ryan McFall
03:24 AM FIRST Bug #3572 (Resolved): Prompt associated with multi-part question missing on page 2 of Exam3BS110s08dem.pdf
Question 3 contains introductory text used for parts (a) and (b) of the question. This text seems to be ignored by t... Ryan McFall
03:09 AM FIRST Bug #3571 (Resolved): Add hourglass when switching pages on PDF
I notice this particularly in the Identify Vector Images page when you click on a page number in the "Pages containin... Ryan McFall

10/25/2008

06:18 AM FIRST Bug #3569 (Resolved): Trying to assign categories to a question for assessment fails when not running from within Morpho
When I select a question on a newly parsed exam and then click the "Add Category" button, I get the following stack s... Ryan McFall

10/23/2008

04:18 AM FIRST Bug #3544: Going back after encountering glass pane blocks GUI events
I can't replicate this after the most recent updates I made to fix other bugs. Ryan McFall
04:14 AM FIRST Bug #3556 (Resolved): Mouse events not redispatched correctly when rectangle selected
As an example, select a currently existing rectangle. Then, click and drag the scrollbar.
The scrollbar doesn't i...
Ryan McFall
03:58 AM FIRST Bug #3533: Mouse clicks ignored on the "pages containing vector images" list in VectorImageRasterization
This was fixed by fixing the code in redispatchEvent that assumed the source of the event was always the Selector com... Ryan McFall
03:56 AM FIRST Bug #3537: Cannot select page number at the bottom of page when selecting headers/footers
The work revising selectors has solved this problem. Ryan McFall

10/22/2008

08:15 AM FIRST Bug #3535: Move generated image files outside to Morpho work directory
Works to put them in temp directory. Still need to edit static initializer which computes imageDirectory to handle c... Ryan McFall
07:55 AM FIRST Bug #3544 (Resolved): Going back after encountering glass pane blocks GUI events
If you start with some file, then click next through to the vector rasterization page, and then try to go back and se... Ryan McFall

10/17/2008

02:34 PM FIRST Bug #3540 (Resolved): Initial paint of new rectangle draws very tall rectangle before dragging
When creating a new rectangle, the initial drag draws it with a very small width and very large height before the dra... Ryan McFall

10/16/2008

02:19 PM FIRST Bug #3538 (Resolved): Move to first non-ignored page when MainWindow first opens
It stands to reason that the first non-ignored page would be the location of the first detected question. Right now ... Ryan McFall
02:17 PM FIRST Bug #3537 (Resolved): Cannot select page number at the bottom of page when selecting headers/footers
In particular, try the page number at the bottom of Exam3BS110s08dem.pdf.
Note that this may be related to Ben's p...
Ryan McFall
02:12 PM FIRST Bug #3536 (Resolved): Allow PDF view to "pop out" of GUI parser
For me at least, it's very hard to use the split pane view where the PDF is shown at the bottom. If it could be show... Ryan McFall
02:01 PM FIRST Bug #3535 (Resolved): Move generated image files outside to Morpho work directory
Currently the images are placed in the same directory as the file, which is quite annoying. Ryan McFall
01:52 PM FIRST Bug #3534 (Resolved): Allow move by question scrolling in MainWindow
It would be nice if there was a way to navigate from question to question within the GUI environment for editing ques... Ryan McFall
01:37 PM FIRST Bug #3533 (Resolved): Mouse clicks ignored on the "pages containing vector images" list in VectorImageRasterization
It seems that mouse clicks are ignored when trying to choose a different item from the list of pages containing vecto... Ryan McFall

10/13/2008

01:24 PM FIRST Bug #3481: Need to be able to unselect the selected rectangle in Selector
This fix doesn't allow a new rectangle to be selected; it will always unselect the current rectangle if the mouse is ... Ryan McFall
01:16 PM FIRST Bug #3193: Original PDF view disappears on resize
This went away after we switched to the JPedal PDF renderer rather than the Multivalent one Ryan McFall
01:15 PM FIRST Bug #3477: Need repaint timer for selector
This has been fixed by the re-implementation of the selector functionality. It no longer paints directly in mouse ha... Ryan McFall
01:14 PM FIRST Bug #3526 (Resolved): Should allow rectangle associated with vectorized image to be edited when clicked on
After adding a vectorized image to the image pane, it's not possible to go back and edit the rectangle associated wit... Ryan McFall
01:00 PM FIRST Bug #3525 (Resolved): MouseExited logic not invoked when exiting scrollbar into PDFPane
In SelectHeadersAndFooters, if the mouse enters the vertical scrollbar "knob" and then exits it to the left (that is,... Ryan McFall

10/09/2008

02:04 PM FIRST Bug #3522 (Resolved): Allow specification of points possible for each question during data upload
We want the user to be able to upload the number of points possible for each question. Because it's possible that th... Ryan McFall
 

Also available in: Atom