[
https://jira.jboss.org/jira/browse/GTNPORTAL-579?page=com.atlassian.jira....
]
Trong Tran commented on GTNPORTAL-579:
--------------------------------------
indeed, we was not able to see any issue of upload component width.
However, adding the width with 100% does not affect any problem to the Upload component.
So, we can apply the patch to fix the issue in Benjamin's case
Fix Upload component width for Linux based OS compliance
--------------------------------------------------------
Key: GTNPORTAL-579
URL:
https://jira.jboss.org/jira/browse/GTNPORTAL-579
Project: GateIn Portal
Issue Type: Bug
Reporter: Benjamin Paillereau
Assignee: Tan Pham Dinh
Priority: Minor
Fix For: 3.0.0-GA
Original Estimate: 1 hour
Remaining Estimate: 1 hour
We should apply in GateIn the upload component width in UIFormUploadInput.gtmpl.
We fixed that in eXo WCM product by adding :
- <iframe height="23px" allowTransparency="true"
scrolling="no" frameborder="0" framespacing="0"
id="<%=uploadId;%>uploadFrame"></iframe>
+ <iframe height="23px" width="100%"
allowTransparency="true" scrolling="no" frameborder="0"
framespacing="0"
id="<%=uploadId;%>uploadFrame"></iframe>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira