[richfaces-svn-commits] JBoss Rich Faces SVN: r13862 - in trunk/docs/migrationguide/en/src/main/docbook: included and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Apr 25 10:27:43 EDT 2009


Author: artdaw
Date: 2009-04-25 10:27:43 -0400 (Sat, 25 Apr 2009)
New Revision: 13862

Added:
   trunk/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml
Modified:
   trunk/docs/migrationguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-5724 - info about "disableDefaultMenu" attribute was added to Migration Guide 

Added: trunk/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml	                        (rev 0)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml	2009-04-25 14:27:43 UTC (rev 13862)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="contextMenuDisablement" role="NotInToc">
+    <?dbhtml filename="contextMenuDisablement.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>contextMenu</keyword>
+
+        </keywordset>
+    </sectioninfo>
+    <title>The &lt;rich:contextMenu&gt; if rendered completely disables right mouse click on a page</title>
+    <section>
+        <title>Description</title>
+        <para>
+            The  <emphasis role="bold"><property>&lt;rich:contextMenu&gt;</property></emphasis> component
+            if rendered disables right mouse click on a page by default in <property>RichFaces</property> 3.3.0.
+        </para>
+    </section>
+    <section>
+        <title>Links</title>
+        <itemizedlist>
+            <listitem>
+                <para>
+                    <ulink url="https://jira.jboss.org/jira/browse/RF-5225">Jira</ulink>
+                </para>
+            </listitem>
+        </itemizedlist>
+    </section>
+    <section>
+        <title>How to reproduce</title>    
+        <para>
+		Checkout RichFaces Live Demo 3.3.0, run it, and proceed to the Context Menu page.
+		If you right click on the image 
+		<emphasis role="bold"><property>&lt;rich:contextMenu&gt;</property></emphasis> appears. 
+		If you click anywhere else the right click will be non functional.
+        </para>
+    </section>
+    <section>
+        <title>Causes</title>
+        <para>
+		The <emphasis role="bold"><property>&lt;rich:contextMenu&gt;</property></emphasis> in <property>RichFaces</property> 3.3.0 completely disables	
+		right mouse click on a page by default.
+        </para>
+    </section>
+    <section>
+        <title>Workarounds</title>
+        <para>
+        	Update to <property>RichFaces</property> 3.3.1. 
+        	By default, the <emphasis role="bold"><property>&lt;rich:contextMenu&gt;</property></emphasis> in <property>RichFaces</property> 3.3.1 completely disables
+        	right mouse click in the Context Menu zone only.
+        </para>
+    </section>
+</section>


Property changes on: trunk/docs/migrationguide/en/src/main/docbook/included/contextMenuDisablement.xml
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml	2009-04-25 13:39:25 UTC (rev 13861)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml	2009-04-25 14:27:43 UTC (rev 13862)
@@ -22,6 +22,7 @@
 	<!ENTITY fileUploadListener SYSTEM "included/fileUploadListener.xml">
 	<!ENTITY myfaces SYSTEM "included/myfaces.xml">
 	<!ENTITY seamMultipartFilter SYSTEM "included/seamMultipartFilter.xml">
+	<!ENTITY contextMenuDisablement SYSTEM "included/contextMenuDisablement.xml">
 	
 
 	<!ENTITY dataTableAjax SYSTEM "included/dataTableAjax.xml">
@@ -146,5 +147,22 @@
 
 
 &dataTableAjax;
+	</chapter>
+	<chapter id="RichFacesMigrationIssues330to331" xreflabel="RichFacesMigrationIssues330to331">
+		<?dbhtml filename="RichFacesMigrationIssues330to331.html"?>
+		<chapterinfo>
+			<keywordset>
+				<keyword>RichFaces</keyword>
+				<keyword>Migration Guide</keyword>
+			</keywordset>
+		</chapterinfo>
+		<title>The RichFaces Migration Issues 3.3.0 - 3.3.1</title>
+		<para>
+			This chapter includes only those issues that concern migration from from 3.3.0 versions to 3.3.1. 
+			Issues, that are related to the new components and other problems are not covered here. 
+			However, <ulink url="http://jira.jboss.com/jira/browse/RF">Jira</ulink> contains all issues 
+			and if you can not find your case there, please, feel free to report it.   
+		</para>
+		&contextMenuDisablement;
 	</chapter>
 </book>




More information about the richfaces-svn-commits mailing list