birdal46 / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

zoomed view can't scroll to the left #431

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

open image, press M, try to move to left,
instead only able to move in any other direction
moving to the right can happen indefinitely (the image can disappear)
moving to bottom can happen until a small portion of the image is left on 
screen.

What version of GrafX2 are you using? On what operating system?

Linux gentoo 64bit
version 2.3 compiled without lua and ttf support

Original issue reported on code.google.com by 00.rgb.s...@gmail.com on 10 Apr 2011 at 12:03

GoogleCodeExporter commented 8 years ago
Ok, have to make some adjustment on what I said as it looks like there's 
another defect I haven't considered.

Btw I can confirm that in zoomed view you cannot move to the left

Original comment by 00.rgb.s...@gmail.com on 10 Apr 2011 at 12:06

GoogleCodeExporter commented 8 years ago
ok, re-verified, no other defect.

only defect that remains confirmed is the left movement.
Sorry for not having verified this at the very beginning, I'll keep that in 
mind.

Original comment by 00.rgb.s...@gmail.com on 10 Apr 2011 at 12:08

GoogleCodeExporter commented 8 years ago
I wonder if this could be caused by a 64-bit specific bug that would cause the 
config files to lose the shortcut for left scroll: on reading config, or on 
saving it.
Can you try to delete your own gfx2.cfg and let grafx2-64bit re-generate it 
(run the program, exit), and then try a binary comparison with the one attached 
here. They should be 100% binary identical.

Original comment by yrizoud on 10 Apr 2011 at 1:47

Attachments:

GoogleCodeExporter commented 8 years ago
first of all consider that I didn't start from scratch, but started using 2.3 
after updating from 2.2 where everything was working fine.

After you said that, I went to the keyboard settings and noticed the "move 
left" binding was set to "0x1 or [9]"
then I moved my own to a new place and started the program from scratch and 
"move left" was working fine.

Then I downloaded your cfg and this is the result using vbindiff:
yours and clean version = no diffs
mine and yours/clean = loads of diffs

I'm attaching mine for further investigation as it could be possible it could 
affect some other user upgrading (consider that I've never cleaned since I 
started using grafx2)

I'll be using the clean copy as I don't want to fall into some other errors in 
using other stuff :)
I'm available if you need to test anything else.

Original comment by 00.rgb.s...@gmail.com on 10 Apr 2011 at 2:32

Attachments:

GoogleCodeExporter commented 8 years ago
I've just tried this file with stable 2.2 and stable 2.3 on 32-bit windows, I 
get same behavior (No left scroll, shortcut shows "0x1 or [9]"). So this file 
is "after" the problem.

Is there a possibility that you started using 2.3(wip), and then made 2.2 again 
with the same config ?

Original comment by yrizoud on 10 Apr 2011 at 4:15

GoogleCodeExporter commented 8 years ago
I don't remember ever trying the svn version so I don't really know what 
screwed it up.
consider that I had some other keys configured (e.g. the ` for the color picker 
is hard to reach)

Original comment by 00.rgb.s...@gmail.com on 11 Apr 2011 at 9:01

GoogleCodeExporter commented 8 years ago
Ok, looks like the file somehow got corrupted somewhere... Too late to fix now. 
Tell us if it happens again :)

Original comment by pulkoma...@gmail.com on 24 Sep 2011 at 2:05