-
Notifications
You must be signed in to change notification settings - Fork 1
Another problem with open animation #58
Comments
That is pretty interesting, thank you for the report! If it cannot be replicated in EDI or elementary_test, then its ecrire specific. The issue maybe a result of changes made to address the other issue #50. Either way, I will look into this and hopefully, resolve ASAP. |
@Peter2121 sorry for the delay, I can confirm the issue you experienced. Even more strange, if I open a file from command line, with animation on open enabled, I can move the cursor left and right. If I open the same file again, after ecrire has started, I cannot move the cursors left or right. I also discussed it with @haxworx on irc a few days back, there is a slight chance it was resolved in EFL. I have not built EFL from git to test that. If after the next EFL release it is not resolved, I will dig further into what in ecrire code is causing the issue, and/or work on a fix. |
What version are you testing against
…On Wed, 25 Mar 2020, 20:26 William L Thomson Jr, ***@***.***> wrote:
@Peter2121 <https://github.com/Peter2121> sorry for the delay, I can
confirm the issue you experienced. Even more strange, if I open a file from
command line, with animation on open enabled, I can move the cursor left
and right. If I open the same file again, after ecrire has started, I
cannot move the cursors left or right.
I also discussed it with @haxworx <https://github.com/haxworx> on irc a
few days back, there is a slight chance it was resolved in EFL. I have not
built EFL from git to test that. If after the next EFL release it is not
resolved, I will dig further into what in ecrire code is causing the issue,
and/or work on a fix.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY44VO3MSHAOU6PT4VFENDRJJSHZANCNFSM4K2EQHCQ>
.
|
@haxworx I am using EFL 1.23.3, with ecrire from git. I need to do a new release of ecrire. I am not using EFL from git due to the removal of xine support. I need to modify my ebuild for gstreamer only. I can see about modifying my ebuild and testing out efl from git. |
@haxworx just tried with EFL from git, and sadly, the issue remains. I will have to look further into ecrire or other code as to what is causing this issue, and continue to test under EFL from git. |
Can you list both issues and how to reproduce exactly?
…On Wed, 25 Mar 2020, 22:54 William L Thomson Jr, ***@***.***> wrote:
@haxworx <https://github.com/haxworx> just tried with EFL from git, and
sadly, the issue remains. I will have to look further into ecrire or other
code as to what is causing this issue, and continue to test under EFL from
git.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#58 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY44VLOEO533AZNPINX6HLRJKDTJANCNFSM4K2EQHCQ>
.
|
@haxworx sorry for the delay. The issue can be reproduced using a document that has long lines. I went to this website, https://lipsum.com, set it to 50 paragraphs, and saved that to a document. I then opened that document with ecrire. To replicate the problem.
If you open the document from command line, |
EFL built from GIT
Ecrire built from GIT
FreeBSD 11.3 OS
In most cases, after opening a large file (~1000 lines), pressing 'left' and 'right' buttons does not move the cursor correctly.
I can put the cursor everywhere using the mouse and I can move it correctly with 'up' and 'down' buttons. But when I move the cursor with 'right' or 'left' button - it stays at the old place. Really, it is just not rendered, as if I move it then with 'up' button - it is rendered as if it was moved before (on left or on right) on another line (shifted to the left or to the right from the previously visible position).
If I disable the open animation - the problem disappears.
I asked an EDI developer - he has not such problem in EDI, he thinks that the problem is somewhere in Ecrire code.
The text was updated successfully, but these errors were encountered: