Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJS-23618
in
6.5.2.
-
Sencha User
Problem with grid column header with Viewport in RTL mode
The problem is only in Firefox. Steps to reproduce :
1- You have a RTL viewport
2- you open a grid in a window
3- the grid has horizontal scrollbar
4- scrolling the horizontal grid doesn't cause the column headers to move (indeed they are fixed)
5- if you set RTL:false in viewport, everything will work seamlessly
the sample project can be reached here : https://www.dropbox.com/s/pko4vrnalo...wport.zip?dl=0
-
Sencha User
Hi Mahmoud,
Could you please provide a test case demonstrating the problem so we can arrive at a solution for you. The simpler the better actually.
Ideally, a test case would be:
1. A simple example using the minimal amount of code that shows an issue in a Sencha product.
2. Locally runnable
3. Reproducible
4. Isolated from third party products
5. Without requirements to access any remote resources
6. All data needed available to be loaded locally (using a JSON or XML flat file)
7. Preferably at fiddle.
If your issue is specific to a browser or OS, please note that. Screen caps and Screencasts created by products like Jing may also be very helpful in tracking down any issues
Thanks!
Kevin Jackson
Sencha Support Team
-
Sencha User
Dear Kevin,
all your requests are in above post. As sencha fiddle does not support RTL mode, I created a simple project and make a ZIP file. you can download it from here : https://www.dropbox.com/s/pko4vrnalo...wport.zip?dl=0 . Also the problem is just in FireFox.Let me know if you have any problem in download.
-
Sencha User
Mahmoud - I see it now.
Sorry for the miscommunication. I will file a report.
Kevin Jackson
Sencha Support Team
-
Sencha User
Thanks for the report! I have opened a bug in our bug tracker.
-
Sencha User
Is there any workaround(override) about this issue? Or any thoughts of how to fix it?