justinmind-logo
 
Upvote 1

Lots of problems with Note items into Scenario

In Progress Laurent Barbareau 7 years ago

Please, check deeply the behavior of your Note items, they are completely bugged !!


It is difficult to go into the edit mode on them, I have to retry many times before to be able to modify the text. (ok, this is because a simple click is necessary, not a double-click, but maybe you could authorize both?)

The text is invisible when editing.

The text may be lost and undo command does not recover it.

It may be impossible to connect a note to another element.

The Select All / Copy / Paste / Cut shortcuts don't works into the edit mode, but those commands work with the contextual menu.

It may have a StringIndexOutOfBoundsException when typing Backward key :


  1. !ENTRY org.eclipse.ui 4 0 2016-10-21 11:14:53.630
  2. !MESSAGE Failed to execute runnable (java.lang.StringIndexOutOfBoundsException: String index out of range: 21)
  3. !STACK 0
  4. org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.StringIndexOutOfBoundsException: String index out of range: 21)
  5. at org.eclipse.swt.SWT.error(SWT.java:4361)
  6. at org.eclipse.swt.SWT.error(SWT.java:4276)
  7. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
  8. at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4144)
  9. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
  10. at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
  11. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
  12. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  13. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  14. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  15. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  16. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  17. at com.justinmind.evc.igu.main.Application.run(Application.java)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:483)
  22. at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
  23. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
  24. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  25. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  26. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
  27. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:483)
  32. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
  33. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
  34. at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
  35. Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 21
  36. at java.lang.String.substring(String.java:1950)
  37. at org.eclipse.draw2d.text.TextFlow.getBidiSubstring(TextFlow.java:223)
  38. at org.eclipse.gmf.runtime.draw2d.ui.text.TextFlowEx.paintFigure(TextFlowEx.java:157)
  39. at org.eclipse.draw2d.Figure.paint(Figure.java:1115)
  40. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  41. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1197)
  42. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  43. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  44. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1202)
  45. at org.eclipse.gmf.runtime.draw2d.ui.figures.WrappingLabel.paintClientArea(WrappingLabel.java:1104)
  46. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  47. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  48. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1206)
  49. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  50. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  51. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1202)
  52. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  53. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  54. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1202)
  55. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  56. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  57. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1202)
  58. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  59. at org.eclipse.draw2d.Figure.paintChildren(Figure.java:1167)
  60. at org.eclipse.draw2d.Figure.paintClientArea(Figure.java:1202)
  61. at org.eclipse.draw2d.ScalableFreeformLayeredPane.paintClientArea(ScalableFreeformLayeredPane.java:60)
  62. at org.eclipse.gmf.runtime.draw2d.ui.internal.graphics.ScalableFreeformLayeredPane.paintClientArea(ScalableFreeformLayeredPane.java:81)
  63. at org.eclipse.draw2d.Figure.paint(Figure.java:1117)
  64. at com.justinmind.evc.igu.main.editor.doublePaletteEditor.evcpalette.w.run(w.java)
  65. at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  66. at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  67. ... 27 more


JIM 7.4

Windows 10 64bits

Replies (1)
photo
1

Hi Laurent,

Thank you for this information. I have reported it to our development team so they can investigate easier about this bug.

Best,

Sonia Durán

Leave a Comment
 
Attach a file