Author: sergeyhalipov
Date: 2007-09-21 10:16:45 -0400 (Fri, 21 Sep 2007)
New Revision: 3050
Modified:
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
Log:
Add fix for RF-833 to branch 3.1.1
Modified:
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
===================================================================
---
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss 2007-09-21
14:13:39 UTC (rev 3049)
+++
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss 2007-09-21
14:16:45 UTC (rev 3050)
@@ -32,6 +32,7 @@
.dr-sb-overflow {
overflow : auto;
+ overflow-x : hidden;
}
.dr-sb-int-decor-table {
Modified:
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx
===================================================================
---
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx 2007-09-21
14:13:39 UTC (rev 3049)
+++
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/popup.jspx 2007-09-21
14:16:45 UTC (rev 3050)
@@ -21,7 +21,7 @@
<f:call name="overflowSize"/>
</f:attribute>
- <table>
+ <table width="100%" >
<f:attribute name="id">
<f:call name="getContentId"/>
</f:attribute>
Modified:
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx
===================================================================
---
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2007-09-21
14:13:39 UTC (rev 3049)
+++
branches/3.1.x/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/templates/table.jspx 2007-09-21
14:16:45 UTC (rev 3050)
@@ -3,7 +3,7 @@
xmlns:u='http:/jsf.exadel.com/template/util'
xmlns="http://www.w3.org/1999/xhtml">
- <table border="0" cellpadding="0" cellspacing="0"
class="dr-sb-int-decor-table rich-sb-int-decor-table">
+ <table border="0" cellpadding="0" cellspacing="0"
class="dr-sb-int-decor-table rich-sb-int-decor-table" width="100%"
>
<f:attribute name="id">
<f:call name="getContentId"/>
</f:attribute>