Re: [qooxdoo-devel] cursor on images with scale true

2016-02-24 Thread John Spackman
Brill, thanks Bernardo On 24/02/2016, 12:53, "kreimer" wrote: >Added some check on getAllStyles() being not null. > > > >-- >View this message in context: >http://qooxdoo.678.n2.nabble.com/cursor-on-images-with-scale-true-tp7588002p7588105.html >Sent from the

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-24 Thread kreimer
Added some check on getAllStyles() being not null. -- View this message in context: http://qooxdoo.678.n2.nabble.com/cursor-on-images-with-scale-true-tp7588002p7588105.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-24 Thread kreimer
Hello, done! here it is: https://github.com/qooxdoo/qooxdoo/pull/176 Thanks! -- View this message in context: http://qooxdoo.678.n2.nabble.com/cursor-on-images-with-scale-true-tp7588002p7588104.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-24 Thread John Spackman
Hi Bernardo That looks like a sensible fix - please can you submit it as a pull request? Cheers John On 23/02/2016, 13:49, "kreimer" wrote: >Hi! > >First, I want to apologise for having pasted all this code in this post, but >tinyurl said "414 Request-URI Too

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-24 Thread William Oprandi
I can confirm this. I don't know why, but in my own app, I have not always this issue I suppose this is a bug. 2016-02-23 14:49 GMT+01:00 kreimer : > Hi! > > First, I want to apologise for having pasted all this code in this post, > but > tinyurl said "414 Request-URI

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-23 Thread kreimer
Hi! First, I want to apologise for having pasted all this code in this post, but tinyurl said "414 Request-URI Too Large" In order to hack a bit the qx.ui.basic.Image code.. I had to copy the source in the playgground into a new class "kreimer.MyImage2" inserting a few lines in the

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-18 Thread kreimer
Yes, indeed... e.g backgroundColor is also affected. http://tinyurl.com/jstq429 trying to hack the qx.ui.basic.Image to solve this... but I don't fully understand what _styleSource does... -- View this message in context:

Re: [qooxdoo-devel] cursor on images with scale true

2016-02-18 Thread Peter Schneider
> Hi, > > I discover that giving true to the scale property of an qx.ui.basic.Image, > then the cursor property seems to be ignored. > > Here, the playground link: > > http://tinyurl.com/znvwv86 ...can confirm this! * Setting the 'scale' property, "resets" the cursor[*]... * Clearing the