Author Topic: R2L Support in Edge & Chrome on "Virtual-X: True"  (Read 106 times)

irshaid

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 4
    • View Profile
R2L Support in Edge & Chrome on "Virtual-X: True"
« on: September 05, 2024, 07:55:06 pm »
Hello everybody,

I'd like to ask if anyone has encountered the problem where scrolling horizontally does not load the yet-to-be-loaded-columns on Chrome and Edge. The columns I am trying to display exceed 100 columns.

It works on
Firefox in LTR and RTL
Edge only in LTR (Not RTL)
Chrome only in LTR (Not RTL)

Appreciate your help.
« Last Edit: September 05, 2024, 07:57:12 pm by irshaid »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: R2L Support in Edge & Chrome on "Virtual-X: True"
« Reply #1 on: September 05, 2024, 09:44:22 pm »
Do the columns display after some lag or do they not load at all.

Could you share some screenshot or a jsfiddle/ stackblitz.

https://jsfiddle.net/adbghz7v/7

irshaid

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: R2L Support in Edge & Chrome on "Virtual-X: True"
« Reply #2 on: September 17, 2024, 06:16:03 pm »
Hello Paramvir,

They do not load at all on Edge/Chrome, sometimes the columns display when I zoom-in and out. This is the link for the video that shows the issue (I have used WeTransfer): https://we.tl/t-0y4MLxDrHn

I cannot share it on jsfiddle as I am using C# MVC. I have used Virtual-X: True and the Virtual-Y: True in my code.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: R2L Support in Edge & Chrome on "Virtual-X: True"
« Reply #3 on: September 17, 2024, 06:39:09 pm »
Please recheck by hiding the number column.

Do you see any error in the browser console.

irshaid

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: R2L Support in Edge & Chrome on "Virtual-X: True"
« Reply #4 on: September 17, 2024, 08:21:33 pm »
I just disabled the numbered column, the issue still persists in Arabic.

Here's the link to the video.
https://we.tl/t-RYKITRhUUh

The 404 that's appearing in the console is not related to paramquery, it's an icon that has failed to load.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: R2L Support in Edge & Chrome on "Virtual-X: True"
« Reply #5 on: September 18, 2024, 02:55:04 pm »
Have you added rtl attribute in html and used the rtl variant of pqgrid stylesheets correctly?

I've created this jsfiddle for 10,000 columns and I don't see any fundamental issue in it.

https://jsfiddle.net/urkdynp2/1/
« Last Edit: September 18, 2024, 03:19:23 pm by paramvir »