VISTALL / database-navigator

Automatically exported from code.google.com/p/database-navigator
1 stars 0 forks source link

Editing while search result is highlighted #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Error during dispatching of 
java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.SystemEve
ntQueueUtilities$ComponentWorkRequest@a24492,notifier=null,catchExceptions=false
,when=1360929766195] on sun.awt.windows.WToolkit@12fcdf5: String index out of 
range: 12
java.lang.StringIndexOutOfBoundsException: String index out of range: 12
    at java.lang.String.substring(String.java:1934)
    at com.dci.intellij.dbn.common.ui.table.renderer.BasicTableCellRenderer.writeUserValue(BasicTableCellRenderer.java:98)
    at com.dci.intellij.dbn.editor.data.ui.table.renderer.DatasetEditorTableCellRenderer.customizeCellRenderer(DatasetEditorTableCellRenderer.java:55)

Original issue reported on code.google.com by cioca...@googlemail.com on 15 Feb 2013 at 12:05

GoogleCodeExporter commented 9 years ago
Actually search result is looking up the original value instead the value 
displayed on the screen

Original comment by cioca...@googlemail.com on 4 Apr 2013 at 3:35