Scarab commit: svn commit: r10806 - trunk/src/webapp/WEB-INF/templates: macros viewIssue

Hussayn Dabbous <[email protected]>
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2009-07-17 14:49:04-0700
New Revision: 10806

Modified:
   trunk/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm
   trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm

Log:
SCB2986: 
Never say "completed" ;-) i found another display bug (content of textareas was display in one single line when isse was opened in read-only mode.
That was due to a missplaced "white-space:nowrap;"

Modified: trunk/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm?view=diff&pathrev=10806&r1=10805&r2=10806
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm	(original)
+++ trunk/src/webapp/WEB-INF/templates/macros/GlobalMacros.vm	2009-07-17 14:49:04-0700
@@ -1177,7 +1177,7 @@
             <td>
                     #set ($newline = false)
                 #end
-                <span style="white-space:nowrap;display:inline;margin-left:0px; margin-right:10px;width:95%;">
+                <span style="display:inline;margin-left:0px; margin-right:10px;width:95%;">
 
                 #if ($att.isOptionAttribute())
            #if ($templ)

Modified: trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm?view=diff&pathrev=10806&r1=10805&r2=10806
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm	(original)
+++ trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab1.vm	2009-07-17 14:49:04-0700
@@ -149,7 +149,7 @@
                     <td>
                   #set ($newline = false)
                 #end
-                <span style="white-space:nowrap;display:inline;margin-left:0px; margin-right:10px;width:95%;">
+                <span style="display:inline;margin-left:0px; margin-right:10px;width:95%;">
                   #if ($att.isOptionAttribute())
                     #attrValueLeafSelect ($attVal $field "" false $attVal.isRequired())
                     #attrValueErrorMsg ($attVal $field)
@@ -187,7 +187,7 @@
                       <td $fieldStyle>
                     #set ($newline = false)
                   #end
-                  <span style="white-space:nowrap;display:inline;margin-left:0px; margin-right:10px;width:95%;">
+                  <span style="display:inline;margin-left:0px; margin-right:10px;width:95%;">
                     #if ($att.isOptionAttribute())
                       #if (!$attVal.AttributeOption)
 	                          --

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2372169
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.