|
From: SourceForge.net <no...@so...> - 2004-09-18 13:06:40
|
Bugs item #1001493, was opened at 2004-08-01 23:47 Message generated for change (Comment added) made by jdempsey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1001493&group_id=25576 Category: User Interface Group: None Status: Open Resolution: None Priority: 5 Submitted By: Russell Linton (curoi) Assigned to: James Dempsey (jdempsey) Summary: Mouse Problems with Summmary Sheet Scroll Menus 5.7.2 Initial Comment: Having issues selecting items from drop down, scrolling menus. Namely Race/Class menus on summary sheet, short ones with no scroll seem OK.... Can no longer open a drop down, scroll (using mouse scroll wheel) to desired choice and click on the selection. After click it resets to the default (blank) selection. Can work around it by scrolling within the selection field using the keyboard so that as you scroll each item is highlighted. Then you must click outside the field (or press enter) to close the drop down scroll box when desired choice is highlighted to have your change accepted. ---------------------------------------------------------------------- >Comment By: James Dempsey (jdempsey) Date: 2004-09-18 23:06 Message: Logged In: YES user_id=558288 Hi Russell, This really sounds like a problem with the version of Java you are using. Could you try upgrading to Java 1.4.2_05 please? This is Sun's currently supported version of Java 1.4. You can find it at http://java.sun.com/webapps/getjava/BrowserRedirect Cheers, James. ---------------------------------------------------------------------- Comment By: Russell Linton (curoi) Date: 2004-08-11 09:18 Message: Logged In: YES user_id=898416 Java version 1.4.1_01 PC Gen version 5.7.2 Look and feel was on system. I had 3.0 SRD loaded and my custom campaign information I went back to 5.6.0 (had a game session coming up!) and just recently opened 5.7.2 to play with it. I loaded 3.0 SRD (no custom info this time) and experienced the same problems. Basically when I click on the race drop down and try to click on a race, the dropdown closes and the field remains blank. A few times it would retain my selection but I couldn't see a logical patttern. The class drop down was equally buggy and would most often dfault to Aberration (first on the list) after I had clicked on a class. Oddly, the alignment drop down seemed to work fine for me. Further problems: If I opened up a floating menu (my technical term, heh) by say right clicking an item (havent tried other right clicks) and then slect from the menu that appears, it does not accept my selection. Also, most importantly, I was trying to replicate the problems just now and got this (but I havent been able to determine at what point this popped up and it doesnt replicate every time I cant get the mouse to work right): java.lang.NullPointerException at javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.adjust FocusAndSelection(Unknown Source) at javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.mouse Pressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent (Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at pcgen.gui.PCGen_Frame1 $WaitCursorEventQueue.dispatchEvent (PCGen_Frame1.java:3114) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) I noticed some other scrolling issues while browsing items on the item menu. ---------------------------------------------------------------------- Comment By: Russell Linton (curoi) Date: 2004-08-11 09:18 Message: Logged In: YES user_id=898416 Java version 1.4.1_01 PC Gen version 5.7.2 Look and feel was on system. I had 3.0 SRD loaded and my custom campaign information I went back to 5.6.0 (had a game session coming up!) and just recently opened 5.7.2 to play with it. I loaded 3.0 SRD (no custom info this time) and experienced the same problems. Basically when I click on the race drop down and try to click on a race, the dropdown closes and the field remains blank. A few times it would retain my selection but I couldn't see a logical patttern. The class drop down was equally buggy and would most often dfault to Aberration (first on the list) after I had clicked on a class. Oddly, the alignment drop down seemed to work fine for me. Further problems: If I opened up a floating menu (my technical term, heh) by say right clicking an item (havent tried other right clicks) and then slect from the menu that appears, it does not accept my selection. Also, most importantly, I was trying to replicate the problems just now and got this (but I havent been able to determine at what point this popped up and it doesnt replicate every time I cant get the mouse to work right): java.lang.NullPointerException at javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.adjust FocusAndSelection(Unknown Source) at javax.swing.plaf.basic.BasicTableUI$MouseInputHandler.mouse Pressed(Unknown Source) at java.awt.AWTEventMulticaster.mousePressed (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent (Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at pcgen.gui.PCGen_Frame1 $WaitCursorEventQueue.dispatchEvent (PCGen_Frame1.java:3114) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) I noticed some other scrolling issues while browsing items on the item menu. ---------------------------------------------------------------------- Comment By: James Dempsey (jdempsey) Date: 2004-08-10 07:56 Message: Logged In: YES user_id=558288 Hi Russell, What version of Java and PCGen were you using? Have you changed your look and feel from the default? Cheers, James. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=384719&aid=1001493&group_id=25576 |