[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-229-g2074112
Alex Vandiver
alexmv at bestpractical.com
Mon Aug 9 16:04:21 EDT 2010
The branch, 3.9-trunk has been updated
via 2074112f3b9dd187b6ee532d0cdaeb2ba56038a4 (commit)
via b16db0fe0a87f4b4378a8f1a771ade2f6af0ffbf (commit)
from 8c3a1dc68a2b831eab17a96c017353f5046a29bb (commit)
Summary of changes:
etc/RT_Config.pm.in | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit b16db0fe0a87f4b4378a8f1a771ade2f6af0ffbf
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Aug 9 16:06:06 2010 -0400
Note possible UI breakage with side-by-side layout and messageboxwidth
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index ba9c76f..48be5c1 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -997,8 +997,9 @@ Set($SelfServiceRegex, qr!^(?:/+SelfService/)!x );
=item C<$UseSideBySideLayout>
-Should the ticket create and update forms use a more space efficient two column
-layout
+Should the ticket create and update forms use a more space efficient
+two column layout. This layout may not work in narrow browsers if you
+set a MessageBoxWidth (below).
Default: yes
commit 2074112f3b9dd187b6ee532d0cdaeb2ba56038a4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Aug 9 16:06:28 2010 -0400
Note interactions between MessageBoxWidth and wrapping
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 48be5c1..dac3b9b 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1015,8 +1015,10 @@ preferences.
Default width: undef, height: 15
-When the width is set to undef, no column count is specified and the message
-box will take up 100% of the available width.
+When the width is set to undef, no column count is specified and the
+message box will take up 100% of the available width. Combining this
+with HARD messagebox wrapping (below) is not recommended, as it will
+lead to inconsistent width in transactions between browsers.
These settings only apply to the non-RichText message box.
See below for Rich Text settings.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list