<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 03/25/2014 09:49 AM, Aline Manera
wrote:<br>
</div>
<blockquote cite="mid:5330E08E.8070206@linux.vnet.ibm.com"
type="cite">On 03/24/2014 06:31 AM, <a class="moz-txt-link-abbreviated" href="mailto:shaohef@linux.vnet.ibm.com">shaohef@linux.vnet.ibm.com</a>
wrote:
<br>
<blockquote type="cite">From: ShaoHe Feng
<a class="moz-txt-link-rfc2396E" href="mailto:shaohef@linux.vnet.ibm.com"><shaohef@linux.vnet.ibm.com></a>
<br>
<br>
On firefox 27, the content of combobox and filterselect will
hide.
<br>
<br>
a similar problem on issue.
<br>
<a class="moz-txt-link-freetext" href="https://github.com/kimchi-project/kimchi/issues/335">https://github.com/kimchi-project/kimchi/issues/335</a>
<br>
</blockquote>
<br>
I didn't understand the relation between this patch an the issue
listed above.</blockquote>
I think actually <strong><a
href="https://github.com/pradeepkumars" class="author">pradeepkumars</a></strong>
get the NFS host and the pathl, but the content of these combo and
select are hidden.<br>
It is about the follow section on my firefox 27.<br>
Debug with Hongling, find the "overflow" is hide.<br>
<br>
<br>
<section class="<font color="#3333ff">form-section</font>"><br>
<h2>3. $_("NFS Server IP")</h2><br>
<div class="<font color="#3333ff">field</font>
storage-field"><br>
<p class="text-help"><br>
$_("NFS server IP or hostname. It
can be input or chosen from history.")</p><br>
<div id="serverComboboxId"
class="storage-add-input-width"><br>
<input id="nfsserverId"/><br>
<div><br>
<ul id="nfs-server-used"><br>
</ul><br>
</div><br>
</div><br>
</div><br>
</section><br>
<section class="<font color="#3333ff">form-section</font>"><br>
<h2>4. $_("NFS Path")</h2><br>
<div class="<font color="#3333ff">field</font>
storage-field"><br>
<p class="text-help">$_("The NFS
exported path on NFS server.")</p><br>
<div id="targetFilterSelectId"
class="storage-add-input-width"><br>
<input id="nfspathId"
class="input" disabled/><br>
<div><br>
<ul
id="nfs-server-target"><br>
</ul><br>
</div><br>
</div><br>
</div><br>
</section><br>
<br>
<blockquote cite="mid:5330E08E.8070206@linux.vnet.ibm.com"
type="cite">
<br>
<br>
<blockquote type="cite">
<br>
Signed-off-by: ShaoHe Feng <a class="moz-txt-link-rfc2396E" href="mailto:shaohef@linux.vnet.ibm.com"><shaohef@linux.vnet.ibm.com></a>
<br>
Signed-off-by: Hongliang Wang <a class="moz-txt-link-rfc2396E" href="mailto:hlwang@linux.vnet.ibm.com"><hlwang@linux.vnet.ibm.com></a>
<br>
---
<br>
ui/css/theme-default/storage.css | 4 ++++
<br>
1 file changed, 4 insertions(+)
<br>
<br>
diff --git a/ui/css/theme-default/storage.css
b/ui/css/theme-default/storage.css
<br>
index db3a62b..1139bd8 100644
<br>
--- a/ui/css/theme-default/storage.css
<br>
+++ b/ui/css/theme-default/storage.css
<br>
@@ -578,3 +578,7 @@
<br>
.storage-auth-width {
<br>
width: 150px;
<br>
}
<br>
+
<br>
+.storage-window .form-section .field {
<br>
+ overflow: visible;
<br>
+}
<br>
</blockquote>
<br>
Is it to show the combo box when it is at the end of the window?
<br>
</blockquote>
<br>
<blockquote cite="mid:5330E08E.8070206@linux.vnet.ibm.com"
type="cite">
<br>
<br>
<br>
<br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Thanks and best regards!
Sheldon Feng(冯少合)<a class="moz-txt-link-rfc2396E" href="mailto:shaohef@linux.vnet.ibm.com"><shaohef@linux.vnet.ibm.com></a>
IBM Linux Technology Center</pre>
</body>
</html>