Bug #44509
closed
flash uploader: fixed button size in CSS
Added by Martin Kästner almost 12 years ago.
Updated almost 10 years ago.
Category:
Backend User Interface
Description
Hi there,
the problem is that the size of the button "Select Files" (in german translation "Dateien auswählen") is fixed in CSS. So if the translated text is longer not the complete button is clickable. See Attached image for german translation.
In CSS there is width:90px. That is not enough for german translation. Is must be 135px. Sure, it should be flexible or dependet of the translated text.
I did not know how this could be achieved.
bye
Martin
Files
I can confirm this.
Do you have a flexible solution?
Hi, as I see in 4.7.7, there is a width-attribute already in the object-Tag:
<object id="SWFUpload_0" class="swfupload" width="128" height="22" data="/typo3/contrib/swfupload/swfupload.swf?preventswfcaching=1361970949388" type="application/x-shockwave-flash">
So, perhaps the width in CSS:
.swfupload {
width: 90px;
}
isn't needed.
When using only the object-width of "128" there is only a small part of the last character "n" which is not clickable. Perhaps this value is calcutated? Or is already "translated", it is only 84 in english version. A few pixels more and it would be perfect.
Hope that helps.
by
Martin
- Status changed from New to Closed
- Is Regression set to No
Flashuploader is not in use anymore in supported versions of TYPO3 CMS. 4.5 is in security and real urgent fixes mode.
Therefore I close this issue
Also available in: Atom
PDF