samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

When batch files are uploading display looks funny #1267

Open jcoyne opened 7 years ago

jcoyne commented 7 years ago

Both on Chrome and Firefox.

screen shot 2017-06-21 at 2 55 33 pm

Once all files have finished uploading, the layout looks correct again.

rjkati commented 3 years ago

Still present in Hyrax 3.0.1 in both firefox and chrome.

abelemlih commented 2 years ago

@jlhardes I was not able to reproduce the issue, could you please add more details to this ticket? Specifically, what screen sizes had this issue? Thanks!

rjkati commented 2 years ago

I was able to replicate this in Hyrax 4.0.0.beta1 in both Firefox and Chrome. Browser size does not seem to matter -- it is occurring in browser windows of varying sizes.

rjkati commented 1 year ago

Issue is still present in Hyrax 4.0.0.beta2

rjkati commented 1 year ago

Steps to reproduce:

  1. Make sure that batch upload is enabled
  2. Navigate to Dashboard -> Works
  3. Click the "Create batch of works" button and select Generic Work
  4. Click and drag several files into the "Drop files here" section of the screen. Observe that the size of the file metadata section contracts as shown in the screenshot above as the files upload. Once all the files have finished uploading, the file metadata section expands to fill the full screen.
rjkati commented 1 year ago

Verified that batch upload interface fills the entire screen while files are uploading, as expected.

conorom commented 7 months ago

5973 may have improved the appearance of batch uploads or whatnot but it broke the blueimp jQuery uploader progress bars for regular file uploads on the create/edit Work page.

Part of #6735 simply undoes the changes from #5973, so I'm reopening this as it will need to be done another way. I will assign it to myself.