parth
September 7, 2016, 1:31pm
#1
Hi All,
I am using GoJS organization chart in multilingual site. So for Arabic language we are using direction = “RTL” in CSS.
So when this style is applied at that time horizontal scroll bar is not working.
Note: This issue occurs only in Firefox. For Chrome, IE and Safari it is working perfect.
simon
September 7, 2016, 1:44pm
#2
I see what you mean. We’ll investigate and get back to you.
simon
September 7, 2016, 3:05pm
#3
simon
September 7, 2016, 6:04pm
#4
We have made a workaround for this that will appear in the next release of 1.6. It will be released in about a week or so.
simon
September 8, 2016, 8:31pm
#6
1.6.16 is up at beta:
GoJS is a JavaScript library for building interactive diagrams and graphs on the web. Build apps
with flowcharts, org charts, BPMN, UML, modeling, and other visual graph types. Interactivity, data-binding, layouts and
many node and link concepts...
http://gojs.net/beta/release/go.js
Could you give it a try in your app and confirm that the issue is fixed?
parth
September 9, 2016, 7:32am
#7
Hi Simon,
I tried the new version. But the issue is still there.
Even in your example:
When you add direction = ‘rtl’ in ‘myDiagramDiv’ div then horizontal scroll is not workin in FF.
I also noted then when scoll, then after some time, the text content is scrolled to some extent but the background rectangles did’t scrolled.
Please do needful.
simon
September 9, 2016, 2:02pm
#8
I see what you mean. I’ll have a look and get back to you.
simon
September 12, 2016, 1:58pm
#9
Sorry, we missed something before release. We have re-uploaded, can you refresh the page/file and try again and see if it solves the issue for you:
GoJS is a JavaScript library for building interactive diagrams and graphs on the web. Build apps
with flowcharts, org charts, BPMN, UML, modeling, and other visual graph types. Interactivity, data-binding, layouts and
many node and link concepts...
http://gojs.net/beta/release/go.js
parth
September 12, 2016, 2:23pm
#10
Hi…
Still the same issue is there. Not working in my application and also in default example list.
simon
September 12, 2016, 2:31pm
#11
Are you sure you got the latest and not a cached version?
Here’s an example using RTL now:
Try dragging one node off screen then using the scrollbars.
It works in all three browsers for me, except one bug with the initial position of the scrollbar in Firefox, which I cannot seem to fix.
parth
September 12, 2016, 3:17pm
#12
Hi.
Yea I am sure am not using cached version. In the given demo it is working. But here I have sent the video from your examples in which it is not working. The same scenario is in my case.
I have sent mail to your email id simon as this site was only allowing me to upload image files.
simon
September 12, 2016, 3:18pm
#13
Please use gojs at our domain, nwoods.com , for GoJS issues. We’ll continue this via email.
simon
September 14, 2016, 2:37pm
#14
1.6.16 has been released, which has better RTL support for scrollbars.
GoJS is a JavaScript library for building interactive diagrams and graphs on the web. Build apps
with flowcharts, org charts, BPMN, UML, modeling, and other visual graph types. Interactivity, data-binding, layouts and
many node and link concepts...
You still must set the direction: rtl
on the DIV before the Diagram is created, for it to be considered an RTL diagram.