-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retext crashes when synchronised scrolling is enabled #573
Comments
This fix is not needed in master branch because we do not support Qt WebKit anymore. Fixes #573.
Hi and thank you for the report! This bug went unnoticed because it affects only Qt WebKit (not WebEngine) and only with Python 3.10. I fixed it in retext-7.2 branch now. And I will probably make a new release (7.2.3) when I have time for it. |
The new release is done now. |
It seems the issue is back. On my Ubuntu 20.04 machine, it crashes with the same error. Not sure if #515 is related or not but, trying the fix suggested there did not help as well. I have tested it for both latest 8.0.0 installed via cc @mitya57 |
@fazlerabbi37 Please provide the full traceback. It cannot be the same as in this issue. |
just did a clean install to produce the log with |
Hi! :)
Whenever I open retext with synchronised scrolling and webkit renderer enabled, it crashes after ~1s with the following message:
This problem occurred for quite some time, but I did not have the time to take care of it. I could resolve it today by changing line 137 in syncscroll.py to
pos.setY(int(preview_scroll_offset))
.The text was updated successfully, but these errors were encountered: