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
Configured poms to AceEditor 0.8.7 and Vaadin 7.1.6. Updated, cleaned and compiled widgetsets. Cleaned browser history and restarted web container. Invoking the following does not seem to have any effect on scrolling:
I guess the bug occurs when you set the text value and scroll position on the same server visit, as in your example. In that case the client-side editor first scrolls to the position (or may do nothing if the text was empty before), and after that sets the text.
I could get the scroll to work with previous version if I had earlier loaded text. The setting text + scrolling does not work with 0.8.8 either for some reason.
Configured poms to AceEditor 0.8.7 and Vaadin 7.1.6. Updated, cleaned and compiled widgetsets. Cleaned browser history and restarted web container. Invoking the following does not seem to have any effect on scrolling:
editor.setValue(builder.toString());
editor.scrollToPosition(lastCursor);
Same with editor.scrollToRow(). Have I forgotten something or maybe a bug?
The text was updated successfully, but these errors were encountered: