OpenRefine icon indicating copy to clipboard operation
OpenRefine copied to clipboard

Prevent column mapping dialog from exceeding window

Open SoryRawyer opened this issue 4 weeks ago • 2 comments

Fixes #7521

Changes proposed in this pull request:

  • the column mapping dialog no longer exceeds the height of the window
  • the contents of the dialog will scroll instead of going off the page

Before: Screenshot from 2025-12-02 12-52-57

After: Screenshot from 2025-12-02 12-32-18

SoryRawyer avatar Dec 02 '25 17:12 SoryRawyer

I need to build this to test locally, but just a quick question based on the screenshots - where is the scroll bar?

tfmorris avatar Dec 10 '25 04:12 tfmorris

The other thing I noticed is that Created columns section at the bottom is not aligned the same way as the rest of the columns. I know that's a different bug, but if it's easy to incorporate the fix here, let's do it. Otherwise, we can create a new issue for it.

I think this should be its own issue. My own CSS skills are pretty rusty, but I think it's worth looking into some of the class styles we reuse in the column mapping dialog (i.e. grid-layout and layout-normal) and try to update those.

SoryRawyer avatar Dec 10 '25 16:12 SoryRawyer