olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.71k stars 818 forks source link

Frozen columns: still issues when one than one column is frozen #3747

Closed Martino-Martinez closed 2 years ago

Martino-Martinez commented 2 years ago

Describe the bug

Tabulator Info

Working Example

To Reproduce

olifolkerd commented 2 years ago

Hey @Martino-Martinez

All of the resize handles seem to be working perfectly in that example for me. Maybe your browser has cached an old version of the CSS?

What browser are you using?

Cheers

Oli :)

Martino-Martinez commented 2 years ago

Hi @olifolkerd -

I am using Chrome 101.0.4951.64 on Windows 10.

Here is a new Fiddle using 5.2.5: https://jsfiddle.net/nkre9gvx/

Resizing the three frozen columns works from time to time, but horizontal scrolling and resizing "something" else can brake it. I cannot detect a pattern...

-- Martin

olifolkerd commented 2 years ago

Hi Martin

Resizing the gender column is working just fine for me straight away on page loading and after scroll, not having a problem resizing any of the columns in your fiddle at any point i'm afraid, where are you trying to find the resize handle for the gender column? how are your attempting resize.

Sorry

Oli

Martino-Martinez commented 2 years ago

https://user-images.githubusercontent.com/103148068/171006052-c3338f73-72c9-4976-8bc7-c752978251a6.mp4

olifolkerd commented 2 years ago

Yeah, im literally unable to recreate your video, i have now tried it on 3 different devices and several different browsers. not sure what to say

Martino-Martinez commented 2 years ago

From my past experience: I am sure there is a bug somewhere, but you are convinced everything is right. Once you find the bug, it is so obvious and you are wondering why you didn't see it before...

But I understand it is hard trying to fix something when it is not broken for you...

olifolkerd commented 2 years ago

Yeah, I'm not saying it isn't broken. I'm very open to their being an issue but as you say if I can't reproduce it I can't start to fix it.

Cheers

On Mon, 30 May 2022, 14:59 Martino-Martinez, @.***> wrote:

From my past experience: I am sure there is a bug somewhere, but you are convinced everything is right. Once you find the bug, it is so obvious and you are wondering why you didn't see it before...

But I understand it is hard trying to fix something when it is not broken for you...

— Reply to this email directly, view it on GitHub https://github.com/olifolkerd/tabulator/issues/3747#issuecomment-1141192732, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUGBTGLF2AMD4IU7A6GNHDVMTCVFANCNFSM5V5SAYUQ . You are receiving this because you were mentioned.Message ID: @.***>

mhotsiy commented 2 months ago

I’m experiencing the same issue on my end. After performing horizontal scrolling, I encounter the same problem as shown in the video @Martino-Martinez sent when I try to change the column width. So, guess this should be reopend and review one more time.

Thanks

ENV: Chrome 127.0.6533.99, "@types/tabulator-tables": "^6.2.3", "tabulator-tables": "^6.2.5"