Freeze panes bug when out of viewport

Tags: #<Tag:0x00007efc64dfeca8>

Hi, I have the following implementation: http://jsfiddle.net/3bn30mLq/1/

What I’m trying to accomplish is something similar to Excel, where I freeze both top and left panes. It works like a charm until I try to freeze from a cell that is outside viewport. The table gets scrolled back to position 0 and gets “stuck”. Is there any known way to accomplish this? I’m trying via javascript (on the callback to this action) to reposition the left panel as Excel does (in excel, it aligns the last row on the frozen area to the right and hides everything in the left) which is exactly what our costumer needs.

Thanks and regards.

Hi @thiagarajan

Just to confirm - you want to let’s say freeze 25 columns when I click the Z column or you want to freeze only Z columns when I click it?

Hi! I want to freeze all the left columns, in this example from Y to A. I guess that Handsontable is behaving correctly, the problem is that it scrolls the viewport back to column A, and this portion is freezes so scroll gets disabled. The goal is to freeze and disable scroll on cols from A to Y but do not scroll the viewport back, leaving the unfrezeed cols to the right so I can scroll them.

This is exactly the same behavior seen on Excel, if you need comparison.

Thanks!

Thank you for sharing the reply.

It looks like it might be a bug. The fixed area should get scrolled if the viewport is longer that the fixed area.

I have reported the issue at https://github.com/handsontable/handsontable/issues/4259

Thanks Aleksandra!

Hi @thiagarajan

the issue seems to be gone in v 2.0.0 http://jsfiddle.net/d1ca94p9/ can you let me know if it also works for you.

Hi @aleksandra_budnik, I followed the issue at github and it still happens…

Can I ask you to create a recording? I am not able to replicate it in v 2.0.0?

I believe that we can close this issue as there are no updates for a long time.