Node tool selection with tablet
Yesterday I pulled a new bzr checkout from Inkscape and compiled it, but found the following problem:
When in node tool mode (F2) and selecting some nodes by dragging a rectangle over them Inkscape doesn't get the mouse up event and continues to draw the rectangle as I move the (now free floating) pointer around. If I press again on the tablet, the rectangle becomes fixed, and nothing is selected; the rectangle stays as grahical debris, and everything else is as if I didn't select anything.
Using the normal mouse works as before. I use the tablet (XInput) in Screen Mode.
In the previous version (pulled roughly one week ago) it worked as expected. I'm not too bazaar-savvy to go back and check out when it did change (in svn I could simply revert, but how to do it in bzr?)
On 03/20/2010 11:44 AM, Alexander Roalter wrote:
Yesterday I pulled a new bzr checkout from Inkscape and compiled it, but found the following problem:
When in node tool mode (F2) and selecting some nodes by dragging a rectangle over them Inkscape doesn't get the mouse up event and continues to draw the rectangle as I move the (now free floating) pointer around. If I press again on the tablet, the rectangle becomes fixed, and nothing is selected; the rectangle stays as grahical debris, and everything else is as if I didn't select anything.
Using the normal mouse works as before. I use the tablet (XInput) in Screen Mode.
In the previous version (pulled roughly one week ago) it worked as expected. I'm not too bazaar-savvy to go back and check out when it did change (in svn I could simply revert, but how to do it in bzr?)
Ok, found it: bzr revert -r xxx
I narrowed it down between 9150 and 9200. In 9150 the behavior is ok, in 9200 it isn't anymore... Maybe I'll narrow it further down if time allows.
On 03/20/2010 08:40 PM, Alexander Roalter wrote:
Ok, found it: bzr revert -r xxx
I narrowed it down between 9150 and 9200. In 9150 the behavior is ok, in 9200 it isn't anymore... Maybe I'll narrow it further down if time allows.
And now, narrowed it down to r9158. In r9157 it works as expected, in r9158 it doesn't anymore.
On 03/20/2010 09:19 PM, Alexander Roalter wrote:
On 03/20/2010 08:40 PM, Alexander Roalter wrote:
Ok, found it: bzr revert -r xxx
I narrowed it down between 9150 and 9200. In 9150 the behavior is ok, in 9200 it isn't anymore... Maybe I'll narrow it further down if time allows.
And now, narrowed it down to r9158. In r9157 it works as expected, in r9158 it doesn't anymore.
Thanks for narrowing it down. Although I cannot reproduce this because I don't have a tablet, I had a try at fixing this nevertheless . Please test rev. #9219 or newer and report if things are still broken.
Diederik
On 03/21/2010 08:48 PM, Diederik van Lierop wrote:
On 03/20/2010 09:19 PM, Alexander Roalter wrote:
On 03/20/2010 08:40 PM, Alexander Roalter wrote:
Ok, found it: bzr revert -r xxx
I narrowed it down between 9150 and 9200. In 9150 the behavior is ok, in 9200 it isn't anymore... Maybe I'll narrow it further down if time allows.
And now, narrowed it down to r9158. In r9157 it works as expected, in r9158 it doesn't anymore.
Thanks for narrowing it down. Although I cannot reproduce this because I don't have a tablet, I had a try at fixing this nevertheless . Please test rev. #9219 or newer and report if things are still broken.
Diederik
It seems to do the trick... I can select again as I was used to! Thanks!
participants (2)
-
Alexander Roalter
-
Diederik van Lierop