[
https://jira.jboss.org/jira/browse/GTNWCI-12?page=com.atlassian.jira.plug...
]
Benjamin Paillereau commented on GTNWCI-12:
-------------------------------------------
sorry, this issue has to be moved in GTNPORTAL maybe.
Fix Upload component width for Linux based OS compliance
--------------------------------------------------------
Key: GTNWCI-12
URL:
https://jira.jboss.org/jira/browse/GTNWCI-12
Project: GateIn Web Container Integration
Issue Type: Bug
Reporter: Benjamin Paillereau
Priority: Minor
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