Re: cursor issues in gworkspace

2012-02-01 Thread Sebastian Reitenbach
 
On Wednesday, February 1, 2012 23:59 CET, Eric Wasylishen 
 wrote: 
 
> I run in to the same type of problem frequently as well (cursor gets stuck on 
> the wrong image). I created a bug to track this problem:
> https://savannah.gnu.org/bugs/?35431

good to know, I'll add whatever I obsreve there.

> 
> Hopefully it's something we can fix in the next development period…

Since I've seen those wrong cursors since a long time, I also won't consider 
this as a blocker for this release.

Sebastian

> 
> 
> On 2012-02-01, at 1:38 PM, Riccardo Mottola wrote:
> 
> > Hi,
> > > On 02/01/2012 09:51 AM, Sebastian Reitenbach wrote:
> >> Hi,
> >> >> I recognized some issuws with the mouse cursor in GWorkspace.
> >> >> I have everything from svn, base/gui/back (cairo), gworkspace, and 
> >> >> libobjc2-1.6 release.
> >> >> I recognized, when I drag n drop an application to the dock on the 
> >> >> right, then the mouse cursor becomes green, when its allowed to drop
> >> the file on the dock. So far so good, but after dropping the app in the 
> >> dock, the cursor stays green
> > sadly, this is not a new issue. It is most evident with GWorkspace, but 
> > happens also with other cursor changes, even if less frequently.
> > > So, as ugly as it is, it is not a new bug and I would not consider it a 
> > > blocker.
> > > Riccardo
> > > ___
> > Gnustep-dev mailing list
> > Gnustep-dev@gnu.org
> > https://lists.gnu.org/mailman/listinfo/gnustep-dev
> 
> 
> ___
> Gnustep-dev mailing list
> Gnustep-dev@gnu.org
> https://lists.gnu.org/mailman/listinfo/gnustep-dev
 
 
 
 

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: cursor issues in gworkspace

2012-02-01 Thread Eric Wasylishen
I run in to the same type of problem frequently as well (cursor gets stuck on 
the wrong image). I created a bug to track this problem:
https://savannah.gnu.org/bugs/?35431

Hopefully it's something we can fix in the next development period…


On 2012-02-01, at 1:38 PM, Riccardo Mottola wrote:

> Hi,
> 
> On 02/01/2012 09:51 AM, Sebastian Reitenbach wrote:
>> Hi,
>> 
>> I recognized some issuws with the mouse cursor in GWorkspace.
>> 
>> I have everything from svn, base/gui/back (cairo), gworkspace, and 
>> libobjc2-1.6 release.
>> 
>> I recognized, when I drag n drop an application to the dock on the right, 
>> then the mouse cursor becomes green, when its allowed to drop
>> the file on the dock. So far so good, but after dropping the app in the 
>> dock, the cursor stays green
> sadly, this is not a new issue. It is most evident with GWorkspace, but 
> happens also with other cursor changes, even if less frequently.
> 
> So, as ugly as it is, it is not a new bug and I would not consider it a 
> blocker.
> 
> Riccardo
> 
> ___
> Gnustep-dev mailing list
> Gnustep-dev@gnu.org
> https://lists.gnu.org/mailman/listinfo/gnustep-dev


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: cursor issues in gworkspace

2012-02-01 Thread Riccardo Mottola

Hi,

On 02/01/2012 09:51 AM, Sebastian Reitenbach wrote:

Hi,

I recognized some issuws with the mouse cursor in GWorkspace.

I have everything from svn, base/gui/back (cairo), gworkspace, and libobjc2-1.6 
release.

I recognized, when I drag n drop an application to the dock on the right, then 
the mouse cursor becomes green, when its allowed to drop
the file on the dock. So far so good, but after dropping the app in the dock, 
the cursor stays green
sadly, this is not a new issue. It is most evident with GWorkspace, but 
happens also with other cursor changes, even if less frequently.


So, as ugly as it is, it is not a new bug and I would not consider it a 
blocker.


Riccardo

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: cursor issues in gworkspace

2012-02-01 Thread Fred Kiefer

On 01.02.2012 09:51, Sebastian Reitenbach wrote:

Hi,

I recognized some issuws with the mouse cursor in GWorkspace.

I have everything from svn, base/gui/back (cairo), gworkspace, and libobjc2-1.6 
release.

I recognized, when I drag n drop an application to the dock on the right, then 
the mouse cursor becomes green, when its allowed to drop
the file on the dock. So far so good, but after dropping the app in the dock, 
the cursor stays green.

Further I recognized, I very easily get an mouse cursor looking like the window 
vertical resize arrow. This black arrow, pointing up and down. This also easily 
just happens after login, hovering over and clicking a bit on the file viewer. 
The arrow then stays this way all the time. Only for example, when I from the 
menu start the run command window, and enter text, then the cursor changes to 
this text input cursor, but afterwards switches back to the vertical resize 
arrow.

Note, I do not yet have gworkspace very latest changes tested, that Eric just 
did with regard to NSNotFound fixes.

Sebastian


I think this is an old and annoying GNUstep bug. We somewhere seem to 
miss a few cursor rect events. It would be great to finally track this 
down, but most likely this wont happen for the current release. If you 
find the time to detect a way to consistently reproduce this problem 
with a minimal application, this would be a great help.


Fred

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev


cursor issues in gworkspace

2012-02-01 Thread Sebastian Reitenbach
Hi,

I recognized some issuws with the mouse cursor in GWorkspace.

I have everything from svn, base/gui/back (cairo), gworkspace, and libobjc2-1.6 
release.

I recognized, when I drag n drop an application to the dock on the right, then 
the mouse cursor becomes green, when its allowed to drop
the file on the dock. So far so good, but after dropping the app in the dock, 
the cursor stays green.

Further I recognized, I very easily get an mouse cursor looking like the window 
vertical resize arrow. This black arrow, pointing up and down. This also easily 
just happens after login, hovering over and clicking a bit on the file viewer. 
The arrow then stays this way all the time. Only for example, when I from the 
menu start the run command window, and enter text, then the cursor changes to 
this text input cursor, but afterwards switches back to the vertical resize 
arrow.

Note, I do not yet have gworkspace very latest changes tested, that Eric just 
did with regard to NSNotFound fixes.

Sebastian

___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev