JReader icon indicating copy to clipboard operation
JReader copied to clipboard

Stuck at search bar

Open kpstsp opened this issue 11 years ago • 1 comments

Sometimes search freeze and don't react to all request. Opening new Jreader tab not solve this prob

I attached screen and console output to issue search_freeze_screen

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.facetoe.jreader.ui.JSourcePanel.handleAutoComplete(JSourcePanel.java:216) at com.facetoe.jreader.ui.JReader.handleSearch(JReader.java:345) at com.facetoe.jreader.ui.JReader.access$100(JReader.java:44) at com.facetoe.jreader.ui.JReader$6.actionPerformed(JReader.java:179) at javax.swing.JTextField.fireActionPerformed(Unknown Source) at javax.swing.JTextField.postActionEvent(Unknown Source) at javax.swing.JTextField$NotifyAction.actionPerformed(Unknown Source) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(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.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)

kpstsp avatar Nov 27 '14 10:11 kpstsp

Sorry it took so long to respond, I must have missed the notification. I should have some time on the weekend to look into this. Thanks for the report and stack trace though.

facetoe avatar Dec 30 '14 14:12 facetoe