Skip to Main Content
Feature Request FR-3552
Product Area Page Components
Status ROADMAP

4 Voters

IR columns selection - increase the hight of the Shuttle Box

j_schuster Public
· Dec 11 2023

You increase the width of the Shuttle when I resize the Inline Dialog but not with height. We have more than 150 cloumns. It's a nightmare to remove them just seeing 10 of them, even if there would be enough space. 

This is planned for a future APEX release.

Comments

Comments

  • stew stryker OP 1.4 years ago

    Instead of simply increasing the height, please make the shuttle controls responsive to the pop-up window region size, so they expand to fill the space.

  • tim.kimberl APEX Team OP 2 weeks ago

    So funny enough its supposed to. I've created a bug for this and we'll get this fixed in a future release. https://bug.oraclecorp.com/pls/bug/webbug_edit.edit_info_top?rptno=38005567

    CSS workaround in the meantime.

    .a-IRR-dialog--selectColumns .a-IRR-dialogBody {
      display: flex !important;
    }
    
  • j_schuster OP 2 weeks ago

    Awesome, thanks Tim!