Re: right-to-left and clipping

2015-06-08 Thread Kevin Rushforth
At first glance, I agree that this seems like a bug. Please file a JIRA issue with your test program. Thanks. -- Kevin Tom Eugelink wrote: Well, I spent quite some time on the clipping and while it I still can't get every situation to play nice, the basic code to get the clipping on a text

Re: right-to-left and clipping

2015-06-07 Thread Tom Eugelink
Well, I spent quite some time on the clipping and while it I still can't get every situation to play nice, the basic code to get the clipping on a text working in right-to-left node orientation seems to be: clip.x = text.width - text.parent.width

right-to-left and clipping

2015-06-04 Thread Tom Eugelink
Someone posted an issue with JFXtras Agenda and right-to-left node orientation. I fixed the part where dragging an appointment was using scene based coordinates and thus did not play nice with the automatic mirroring when right-to-left is activated. However, I also see rendering issues where