dspace-angular icon indicating copy to clipboard operation
dspace-angular copied to clipboard

Unfocused search component views in modals remain visible on mobile screens

Open ybnd opened this issue 10 months ago • 1 comments

Describe the bug A clear and concise description of what the bug is. Include the version(s) of DSpace where you've seen this problem & what web browser you were using. Link to examples if they are public.

To Reproduce Steps to reproduce the behavior:

  1. Edit an Entity in DSpace (e.g. from https://demo.dspace.org/search?query=dspace.entity.type:Publication&spc.page=1)
  2. Go to the "Relationships" tab
  3. Click on one of the "+ Add" buttons to open a lookup modal
  4. Resize the screen
    • You will see a small sliver of the search tools view on the left hand side
  5. Click on "Search tools"
    • You will still see a small sliver of the search results view on the right hand side
    • Because of the sliding animation this will be all the more noticeable

Expected behavior The "Search tools" view should not be visible when the "Results" view is focused and vice versa. The content should only be visible when it appears within the borders of the modal it is in.

ybnd avatar Apr 22 '24 07:04 ybnd

I already fixed this on 8.0 in #2732, so I'm assigning myself in order to create a backport for the dspace-7_x branch

alexandrevryghem avatar Apr 23 '24 09:04 alexandrevryghem

Fixed by #3027 in 7.6.2. Fixed by #2732 in 8.0

tdonohue avatar May 13 '24 16:05 tdonohue