[Lessonbuilder-devel] Correction: Actually 9 bugs
Status: Alpha
Brought to you by:
scorpio
From: Mike T. <mi...@tr...> - 2004-02-19 16:08:23
|
Renumbered for your reading pleasure =20 1. When in "Upload" dialog, an exception is thrown when you start to = type in the textboxs. The first letter is typed, the exception is thrown, the cursor returns = to the beginning of the text box. This will occur once on each line. [ACTION_PERFORMED,cmd=3DUpload...,when=3D1076711166275,modifiers=3DButton= 1] on = org.globalcircle.builder.view.MenuCreator$1[,3,142,179x17,alignmentX=3Dnu= ll,alignmentY=3Dnull,border=3Djavax.swing.plaf.basic.BasicBorders$MarginB= order@4ad14c,flags=3D392,maximumSize=3D,minimumSize=3D,preferredSize=3D,d= efaultIcon=3D,disabledIcon=3D,disabledSelectedIcon=3D,margin=3Djava.awt.I= nsets[top=3D0,left=3D6,bottom=3D2,right=3D0],paintBorder=3Dfalse,paintFoc= us=3Dfalse,pressedIcon=3D,rolloverEnabled=3Dfalse,rolloverIcon=3D,rollove= rSelectedIcon=3D,selectedIcon=3D,text=3DUpload...] MainPageController: actionPerformed: e=3D#Upload...# Exception occurred during event dispatching: java.lang.IllegalArgumentException: The bean of type: = org.globalcircle.builder.model.Lesson has no property called: title at org.apache.commons.collections.BeanMap.put(Unknown Source) at = org.globalcircle.builder.controller.DocumentSynchronizer.setBeanProperty(= DocumentSynchronizer.java:133) at = org.globalcircle.builder.controller.DocumentSynchronizer.syncNow(Document= Synchronizer.java:87) at = org.globalcircle.builder.controller.DocumentSynchronizer.documentModified= (DocumentSynchronizer.java:124) at = org.globalcircle.builder.controller.DocumentSynchronizer.insertUpdate(Doc= umentSynchronizer.java:110) at = javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:= 184) at = javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.jav= a:749) ... 2. In Upload Dialog the "description" field keeps growing as you type = (just keep pressing return) and the whole dialog moves up and "rotates" around so that the top lin is at the = bottom, etc. =20 4. Upload dialog: checkboxes have no selection around them when you tab = down. They are active but they need to be highlighted. =20 5 . Fostered Dialogs: *=09 Upload=20 *=09 Open *=09 Save, (Save as...) *=09 Activity/Template Chooser AND... *=09 Color Chooser dialogs all have no parent and get hidden behind Lesson = Builder. For Instance: choose another program window you have running (from the = task bar) then switch back to Lesson Builder. The dialog box that is = open will appear behind the Lesson Builder and nothing can be clicked on = in the Lesson Builder. You have to Alt-esc to find it. Alt-Tab will only = bring up the open dialog, not the Lesson Builder. =20 6 . In any dialog the arrow keys don't take you back and forth between = the 'OK' and "Cancel" keys. Tab is necessary. Not sure if we want this...=20 =20 7. Tab order in "Open File" "Save File" and "Save as" dialog doesn't = work properly, takes a longer than it should to get around. It takes 5 or so Tabs to get from the "Look in" or "save in" box to the = box that list the files. =20 8. In Activity/Template Chooser, double-click should add Frame/template = to lesson. =20 9. 'Esc' should cancel Activity/Template Chooser. |