jQuery UI Widgets Forums Grid z-index for pinned columns

This topic contains 8 replies, has 5 voices, and was last updated by  GabrielCostaAlves 6 years, 8 months ago.

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • z-index for pinned columns #75979

    ioana
    Participant

    Hi jqWidgets Team,

    need to change the z-index for the pinned columns.
    After changing (increasing to 2000) the cells are no longer displayed as before, the separator lines are gone.

    Is there a way I can change the z-index without breaking the display?

    Regards,
    Ioana

    z-index for pinned columns #75981

    ioana
    Participant

    Here is the fiddle to better explain the problem:
    https://jsfiddle.net/ioana_v/nrf6q9nL/3/

    Steps to reproduce:
    * increase the size for the “Boston” column so much that a scrollbar is visible
    * double click in the cell “Population / Boston” – the editor is visible
    * use the scrollbar to scroll to right
    The editor is overlapping the pinned column, and it should not.

    My solution was to increase the z-index for the pinned column, but it is not working well.

    Please help if possible.
    Regards,
    Ioana

    z-index for pinned columns #75982

    Vladimir
    Participant

    Hello ioana,

    Z-index manipulation is used by the grid, so changing it manually is not advised because it could break functionality.

    It would probably be a better idea to manipulate the z-index of the other things that you want to show/hide.

    Best Regards,
    Vladimir

    jQWidgets Team
    http://www.jqwidgets.com

    z-index for pinned columns #76016

    ioana
    Participant

    Hi Vladimir,

    the other things are also grid things, and even more difficult to change, cause I must be aware of the z-index of the cell, the cell editor and the pinned cell.
    Anyway, I also tried this (change the parent() for the input text on createeditor/initeditor), but it is also not working well.

    Which is why I asked for your help.
    So, giving the new information, can you please help? Eventually by using the attached fiddle?

    Regards,
    Ioana

    z-index for pinned columns #76020

    ioana
    Participant

    Here’s a screenshot illustrating the bug by using a Grid sample you (jqWidgets) provide.

    Grid bug

    z-index for pinned columns #76022

    Peter Stoev
    Keymaster

    Hi ioana,

    Our team will look into that for future version. Thanks for the feedback!

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    z-index for pinned columns #76440

    dafaccount
    Participant

    Hi Peter,

    it would be great if you can fix this issue. I think it is important. Thanks a lot.

    Best regards,
    dafaccount

    z-index for pinned columns #76452

    Peter Stoev
    Keymaster

    Hi dafaccount,

    It’s a minor one so we will resolve it in some future release.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    z-index for pinned columns #87118

    GabrielCostaAlves
    Participant

    Hi,

    This problem was resolved?

    I have the same problem.

    Best Regards.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.