Author Topic: The vertical scroll behavior in the Frozen Columns area is abnormal  (Read 3108 times)

JohnLee

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 6
  • Zionex
    • View Profile
When using the mouse scroll wheel to perform a vertical scroll within the Frozen Column area, the main grid area does not scroll.

Please refer to the following steps, as a similar issue occurs even when performing these actions on the demo page (https://paramquery.com/pro/demos/freeze_columns).

1. When scrolling with the mouse wheel outside the frozen column area, the grid area scrolls. (Normal)
2. Change the total number of frozen columns to 5.
3. When a cell within the Frozen Column area is clicked, and the mouse wheel is then used to scroll, the entire page scrolls instead of the grid.
4. When scrolling with the mouse wheel in the unfrozen area, the grid area scrolls. (Normal)"

We would appreciate any suggested solutions for this issue.

jplevene

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 210
    • View Profile
Re: The vertical scroll behavior in the Frozen Columns area is abnormal
« Reply #1 on: December 24, 2025, 08:39:44 pm »
I spotted this as well, it is a CSS bug with the JQueryUI themes in pqGrid

On the demos, change to a "Custom" theme and not a "JQueryUI" theme and it is fine.

We use JQueryUI themes, so really need this bug fixed as well.  A fix suggestion is that frozen columns don't have transparency for their background.

It doesn't have to be 5 frozen columns to reproduce the bug, any amount does it.

It is also a bug for frozen rows
« Last Edit: December 24, 2025, 08:49:00 pm by jplevene »

JohnLee

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 6
  • Zionex
    • View Profile
Re: The vertical scroll behavior in the Frozen Columns area is abnormal
« Reply #2 on: December 29, 2025, 11:24:17 am »
Based on the hint provided by Jplevene, I have implemented a CSS-based workaround to bypass the bug for the time being.

I noticed that when Frozen Columns are applied, the fixed elements are wrapped inside <div class="pq-cont-inner pq-cont-left">...</div>
To address the issue in this structure, I added the following CSS.
.pq-cont-inner.pq-cont-left {
    overflow-block:auto;
    scrollbar-width:none;
}

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6552
    • View Profile
Re: The vertical scroll behavior in the Frozen Columns area is abnormal
« Reply #3 on: January 18, 2026, 12:27:28 pm »
Transparent background in frozen panes while using jQueryUI themes is fixed in v11.1.0