You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postponing BrowserFunction registration after Dom is ready #662
In order to avoid race conditions for registering browser functions the
browser function registration of the RichTextEditor is moved to a point
when the document is ready.
Fixes: #662
See also:
eclipse-platform/eclipse.platform.swt#2449
Copy file name to clipboardExpand all lines: widgets/richtext/org.eclipse.nebula.widgets.richtext/src/org/eclipse/nebula/widgets/richtext/RichTextEditor.java
+33-30Lines changed: 33 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -248,40 +248,11 @@ public RichTextEditor(final Composite parent, final RichTextEditorConfiguration
0 commit comments