nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.4k stars 386 forks source link

scroll Y problem after setting Frozen Columns (IE) #906

Open shyuon opened 4 years ago

shyuon commented 4 years ago

Describe the bug

When set grid property 'scrollY : true ' with Frozen Columns, the frozen and other areas are out of sync while scrolling down. if there are any tip or method for this problem, please let me know.

(Is there any reason to set 'scrollY:false' in TUI examples '16.Frozen Columns'? cause the UI design requires scrolling within the grid area in my project, so I can't use vertical scroll in the browser window like the example. )

thank you for your help and service.

Expected behavior the fixed area and the non-fixed area scroll up and down in same sync after setting grid property 'scrollY : true ' with frozen Columns.

Desktop (please complete the following information):

auto-comment[bot] commented 4 years ago

Thank you for raising an issue. We will try and get back to you as soon as possible.

Please make sure you have filled out issue respecting our form in English and given us as much context as possible. If not, the issue will be closed or not replied.

js87zz commented 4 years ago

@shyuon scrollY: false option is just example source code.(Nothing to mean)

The synchronization of scroll between the left area and right area is caused due to browser engine(not grid problem). However, we will planned to improve this problem through changing our DOM structure.

Please respect our policy that writing the form in English to share our issue to other people. Change the title and content in English.

RainAB111 commented 4 years ago

Can I know a rough schedule?

js87zz commented 4 years ago

@RainAB111 Maybe I can work on it in the end of this year or next year.