[richfaces-svn-commits] JBoss Rich Faces SVN: r15959 - branches/sandbox/3.3.X_JSF2/samples/combobox-sample/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sun Nov 22 09:08:00 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-22 09:08:00 -0500 (Sun, 22 Nov 2009)
New Revision: 15959

Added:
   branches/sandbox/3.3.X_JSF2/samples/combobox-sample/src/main/webapp/pages/RF-8028.xhtml
Log:
3.3.2GA combobox: in right-to-left languages (when dir=rtl) the selectedItem is partially hidden by the button
https://jira.jboss.org/jira/browse/RF-8028

Added: branches/sandbox/3.3.X_JSF2/samples/combobox-sample/src/main/webapp/pages/RF-8028.xhtml
===================================================================
--- branches/sandbox/3.3.X_JSF2/samples/combobox-sample/src/main/webapp/pages/RF-8028.xhtml	                        (rev 0)
+++ branches/sandbox/3.3.X_JSF2/samples/combobox-sample/src/main/webapp/pages/RF-8028.xhtml	2009-11-22 14:08:00 UTC (rev 15959)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html
+        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+      xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:ui="http://java.sun.com/jsf/facelets"
+      xmlns:cmb="http://labs.jboss.com/jbossrichfaces/ui/combobox"
+      xmlns:a4j="http://richfaces.org/a4j"
+      >
+<body dir="rtl">
+    <f:view>
+        <h:form id="f">
+            <cmb:comboBox id="combo" onchange="#{bean.onchangeScript}" onlistcall="#{bean.onlistcallScript}" >
+                <f:selectItem itemValue="Oregon" />
+                <f:selectItem itemValue="Pennsylvania Oregonfdsf fdsfdsfds dsffdsfdsfdsf fdsfdsfwdsfsfsd fdsfdsfdsfds dfsfdsfdsfds"/>
+                <f:selectItem itemValue="J'uneau"/>
+            </cmb:comboBox>
+        </h:form>
+    </f:view>
+</body>
+</html>
\ No newline at end of file



More information about the richfaces-svn-commits mailing list