Bug #39659
closedFile upload button is collapsed in Chrome 21
100%
Description
The problem occurs when you are in the filelist backend module, trying to upload new files.
By clicking on the button "Select files", nothing happens, except if you click very close to the bottom border of the button.
By inspecting the element, the object element with ID "SWFUpload_0" is not aligned with the displayed button.
By adding the attribute "bottom: 3px" on the "swfupload" CSS class, the problem is solved. Be careful by doing this, maybe the element will not be aligned anymore on other browser, I did not check.
Files
Updated by Steffen Gebert over 12 years ago
- File 24884.diff 24884.diff added
Oky, the described fix solves the problem for me and works with the following browsers:
IE 8 Win
Firefox 4.0 Win
Firefox 12.0 Win
Chrome 20 Win
Chrome 21 Win
Tested with TYPO3 4.5. Button doesn't work at all on master branch.
Updated by Steffen Gebert over 12 years ago
- Subject changed from File upload doesn't work with Chrome to File upload button is collapsed in Chrome 21
Updated by Steffen Gebert over 12 years ago
- File collapsed.png collapsed.png added
Okay, in older branches (at least in 4.5) fixing the size of the upload button works, see patch attached in previous post. For newer branches, it still doesn't work in Chrome with this fix. I've reported #39830 for this.
Updated by Steffen Gebert over 12 years ago
BTW: The button "Selected Files" that you're seeing in the screen shot comes from ExtJS. Over this button the SWF <object> (swfupload.swf) is rendered. This object has the wrong size now and you can make it visible by giving #swfupload
a background-color
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13789
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13789
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13789
Updated by Steffen Gebert about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 93eeb2bdd9c79e01c314943ee3c9b0edefd59ca0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed