[Rt-commit] rt branch, 3.8-trunk, updated. d980a89e3c42bc3deee9d2a6e40aec99721ef1ab
Kevin Falcone
falcone at bestpractical.com
Wed Aug 19 15:42:22 EDT 2009
The branch, 3.8-trunk has been updated
via d980a89e3c42bc3deee9d2a6e40aec99721ef1ab (commit)
from ec690175bd9c80da2733c30c4c2933b1291fb43d (commit)
Summary of changes:
share/html/NoAuth/js/combobox.js | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d980a89e3c42bc3deee9d2a6e40aec99721ef1ab
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Aug 19 15:42:09 2009 -0400
Specifying the width means we truncate values
Not specifying a width seems to work on Safari, FF, IE(678).
We end up with an "appropriately large" dropdown
diff --git a/share/html/NoAuth/js/combobox.js b/share/html/NoAuth/js/combobox.js
index aa37913..cc0c032 100644
--- a/share/html/NoAuth/js/combobox.js
+++ b/share/html/NoAuth/js/combobox.js
@@ -217,7 +217,6 @@ function ComboBox_ToggleList(e) {
}
function ComboBox_ShowList(e) {
if ( !this.IsShowing && !this.disabled ) {
- this.style.width = ( this.Container.offsetWidth ) + "px";
this.style.top = '1.2em';//( this.Container.offsetHeight + ComboBox_RecursiveOffsetTop(this.Container,true) ) + "px";
this.style.left = '0px';// ( ComboBox_RecursiveOffsetLeft(this.Container,true) + 1 ) + "px";
ComboBox_SetVisibility(this,true);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list