Part 1 (without the patch)
- don't apply the patch
- go to Admin Console
- go to the Website & Content → Polls section
- create a new poll, if there are none present
- open any poll for editing
- inspect (using Web Browser inspector tool) the yellow Browse button for the Image field
- confirm, that (good):
- the Browse button was shown in the inspector and it has z-index value of 1
- the Plupload-generated DIV below the button has z-index value of 0
- switch to the Responsive Design Mode
- reload the page (if you'll end up in the polls grid, then open same poll for editing)
- inspect (using Web Browser inspector tool) the yellow Browse button for the Image field
- confirm, that (bad):
- the input[type=file] element within the Plupload-generated DIV was shown in the inspector and has no z-index CSS property
- (updated) the Browse button was shown in the inspector and it has no z-index CSS property
- the Plupload-generated DIV below the button has no z-index CSS property
- exit the Responsive Design Mode
Part 2 (with the patch)
- apply the patch
- go to Admin Console
- go to the Website & Content → Polls section
- create a new poll, if there are none present
- open any poll for editing
- inspect (using Web Browser inspector tool) the yellow Browse button for the Image field
- confirm, that (good):
- the Browse button was shown in the inspector and it has z-index value of 1
- the Plupload-generated DIV below the button has z-index value of 0
- switch to the Responsive Design Mode
- reload the page (if you'll end up in the polls grid, then open same poll for editing)
- inspect (using Web Browser inspector tool) the yellow Browse button for the Image field
- confirm, that (good):
- the Browse button was shown in the inspector and it has z-index value of 1
- the Plupload-generated DIV below the button has z-index value of 0
- exit the Responsive Design Mode