[richfaces-svn-commits] JBoss Rich Faces SVN: r14367 - branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed May 27 10:08:18 EDT 2009
Author: Alex.Kolonitsky
Date: 2009-05-27 10:08:18 -0400 (Wed, 27 May 2009)
New Revision: 14367
Modified:
branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
Log:
Tab: It's impossible to switch between tab in tabPanel if colorPicker presents in the same form
https://jira.jboss.org/jira/browse/RF-7256
Modified: branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx
===================================================================
--- branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx 2009-05-27 14:02:47 UTC (rev 14366)
+++ branches/community/3.3.X/ui/colorPicker/src/main/templates/org/richfaces/htmlColorPicker.jspx 2009-05-27 14:08:18 UTC (rev 14367)
@@ -99,7 +99,7 @@
<label for="#{clientId}-colorPicker-hsb-b">B:</label>
<input id="#{clientId}-colorPicker-hsb-b" class="rich-color-picker-colors-input" type="text" maxlength="3" size="2" />
</div>
- <button type="button" class="rich-color-picker-submit" name="submit">Apply</button>
+ <button type="button" class="rich-color-picker-submit" name="apply">Apply</button>
<button type="button" class="rich-color-picker-cancel" name="cancel">Cancel</button>
</div>
</div>
More information about the richfaces-svn-commits
mailing list