Bug 1036397

Summary: When bulk uploading images, the messages is missing the list of ids
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: Web-UIAssignee: Matthew Casperson <mcaspers>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.2CC: cbredesen, lnewson
Target Milestone: ---   
Target Release: 1.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-03 22:16:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Wrapped Overflow Example
none
Overflow Example none

Description Matthew Casperson 2013-12-01 20:26:40 UTC
When bulk uploading a number of images, the success message should list the image ids. At the moment, that list of missing.

Comment 1 Matthew Casperson 2013-12-01 22:16:19 UTC
This should now be fixed.

Comment 2 Lee Newson 2013-12-02 00:39:59 UTC
Failing QA on this because if the image id list is too long and then the ids disappear out side of the div and eventually off the screen. Also if it did wrap then the okay button messes up the screen as it forces the div to be larger than the window.

Screenshots to come.

Comment 3 Lee Newson 2013-12-02 00:46:06 UTC
Created attachment 831343 [details]
Wrapped Overflow Example

Note: I didn't upload the large amount of images but simulated the output based on the current code.

Comment 4 Lee Newson 2013-12-02 00:46:35 UTC
Created attachment 831344 [details]
Overflow Example

Comment 5 Matthew Casperson 2013-12-02 03:02:15 UTC
Fixed in 201312021241

Comment 6 Lee Newson 2013-12-02 07:15:49 UTC
Verified in the above build. The alert box now has a max size and when it overflows, it shows a scrollbar to be able to see the extra content.