[JBoss JIRA] Created: (RF-6967) InputNumberSpinner: disableBrowserAutoComplete works wrong
by Tsikhon Kuprevich (JIRA)
InputNumberSpinner: disableBrowserAutoComplete works wrong
----------------------------------------------------------
Key: RF-6967
URL: https://jira.jboss.org/jira/browse/RF-6967
Project: RichFaces
Issue Type: Bug
Environment: ie 7, 8; fire fox 3.0;
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
precondition: disableBrowserAutoComplete = "false" or not declared (default is false)
1. Enter any right number in input box and click 'Enter' on keyboard (replay it's several time, e.g. 31, 32, 33)
2. Enter the first digit of the numbers which you entered (i.e. 3) --> tool tip with your entered numbers is appeared
3. Select any number using Up, Down and Enter on keyboard
---------------------------------------------------------------
The minimum value is displayed in input box after submitting
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (RF-6975) javascript error for rich:calendar when running in Debug mode
by asn reddy (JIRA)
javascript error for rich:calendar when running in Debug mode
-------------------------------------------------------------
Key: RF-6975
URL: https://jira.jboss.org/jira/browse/RF-6975
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0, 3.2.2, 3.2.1, 3.3.1
Environment: Myfaces 1.2
trinidad 1.2.11
richfaces 3.3.1
tomahawk1.1.9
facelets 1.1.14
Reporter: asn reddy
When i set <debug-output>true</debug-output> in trinidad-config the calender component does not work in popup mode
firefox browser says : Error: $(element).getStyle is not a function
Source File: http://localhost:8765/test/a4j/g/3_3_1-SNAPSHOTorg.ajax4jsf.javascript.Pr...
Line: 120
when i start debugger in firebug, the problem seems to be with comment node.
When myfaces is running in debug mode it generates comments in the xhtml file which is responsible for the javascript error.
the xhtml source snippet generated:
<!--Start: javax.faces.Panel["j_id15"]--><tr>
<td>Date Of Birth<html> <span style='color:red;'>*</span></html></td>
<!--Start: javax.faces.Panel["j_id15"]-->
<td><!--Start: javax.faces.Panel["j_id23"]--><div id="centerForm:j_id23"><!--Start: org.richfaces.Calendar["dob"]--><span id="centerForm:dobPopup"><input class="rich-calendar-input " id="centerForm:dobInputDate" name="centerForm:dobInputDate" style="vertical-align: middle; " type="text"><!--Start: org.richfaces.Calendar["dob"]--><img alt="" class="rich-calendar-button " id="centerForm:dobPopupButton" style="vertical-align: middle" src="/test/a4j/g/3_3_1-SNAPSHOTorg.richfaces.renderkit.html.iconimages.CalendarIcon/DATB/eAE7fv4Kw6znAA4mA-w_.x"><!--Start: org.richfaces.Calendar["dob"]--><input id="centerForm:dobInputCurrentDate" name="centerForm:dobInputCurrentDate" style="display:none" type="hidden" value="04/2009"><!--Start: org.richfaces.Calendar["dob"]-->
<style type="text/css">.centerForm_dobDayCell{width:24px;height:22px;}</style>
</span><!--Start: org.richfaces.Calendar["dob"]--><div id="centerForm:dobIFrame" style="display: none;"></div><!--Start: org.richfaces.Calendar["dob"]--><div id="centerForm:dob" style="display: none;"></div><!--Start: org.richfaces.Calendar["dob"]--><div id="centerForm:dobScript" style="display: none;"><script type="text/javascript">new Calendar('centerForm:dob', {dayListTableId: 'centerForm:dobDay',
weekNumberBarId: 'centerForm:dobWeekNum',
weekDayBarId: 'centerForm:dobWeekDay',
currentDate: new Date(2009,3,30),
selectedDate: null,
datePattern: 'MMM d, yyyy',
jointPoint: 'bottom-left',
direction: 'bottom-right',
boundaryDatesMode:'inactive',
popup: true,
enableManualInput: true,
showInput: true,
disabled: false,
readonly: false,
ajaxSingle: true,
verticalOffset:0,
horizontalOffset: 0,
style:'z-index: 3; width:200px',
firstWeekDay: 0,
minDaysInFirstWeek: 1,
todayControlMode:'select',
showHeader:true,
showFooter:true,
showWeeksBar:true,
showWeekDaysBar:true,
showApplyButton:true,
resetTimeOnDateSelect:false,
defaultTime:{hours:12,minutes:0},
labels:{apply:'Apply', today:'Today', clean:'Clean', ok:'OK', cancel:'Cancel', close:'x'},
dayCellClass: 'centerForm_dobDayCell',
'monthLabels': ['January','February','March','April','May','June','July','August','September','October','November','December'] ,
'monthLabelsShort': ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'] ,
'weekDayLabels': ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'] ,
'weekDayLabelsShort': ['Sun','Mon','Tue','Wed','Thu','Fri','Sat'] }).load();</script></div></div></td>
<!--Start: javax.faces.Panel["j_id15"]-->
<td></td>
</tr>
In the above snippet : <!--Start: org.richfaces.Calendar["dob"]--> causes the problem.
this problem exists with all the versions above richfaces 3.2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (RF-4808) Tree: first onselected event can not be canceled
by Nick Belaevski (JIRA)
Tree: first onselected event can not be canceled
------------------------------------------------
Key: RF-4808
URL: https://jira.jboss.org/jira/browse/RF-4808
Project: RichFaces
Issue Type: Bug
Reporter: Nick Belaevski
<rich:tree id="tree" switchType="ajax" value="#{dataService.rootNode}" var="item" treeNodeVar="node"
onselected="return false;">
<rich:treeNode id="node">
<h:outputText value="#{item} #{testBean.timeString}" />
<rich:componentControl event="oncontextmenu" for="siteTreeMenu" operation="show">
<f:param value="#{testBean.nodeId}" name="node"/>
</rich:componentControl>
</rich:treeNode>
</rich:tree>
Click any node, it will be selected, but should not. Subsequent clicks won't change selection.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (RF-5625) Richfaces resource dependency maven plugin
by Anton Belevich (JIRA)
Richfaces resource dependency maven plugin
------------------------------------------
Key: RF-5625
URL: https://jira.jboss.org/jira/browse/RF-5625
Project: RichFaces
Issue Type: Task
Reporter: Anton Belevich
Assignee: Anton Belevich
Fix For: 3.3.0
Overview:
Plugin should have two levels cdk level and user application level:
1. CDK Level
during richfaces-ui build plugin generate resource-dependency.xml file with information about all (rich, a4j) components js and css files . This file should saved in the META-INF directory.
resource-dependency.xml file format:
<libraries>
<library uri=" http://richfaces.org/rich">
<components>
<component name="foo">
<scripts>
<script src="path/to/the/foo.js"/>
... other script declaration
</scripts>
<styles>
<style src="path/to/the/foo.css"/>
... other style declaration
</styles>
<component>
... other components declaration
<components>
</library>
... other library declaration
<libraries>
2. User application level:
On this level user should configure our plugin in his application main pom file and run build. During building plugin should collect information about all richfaces components which is used in application and create js and css files like ui.pack.js and common.cssbut with with scripts and styles only for the components which actually used within the application.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months
[JBoss JIRA] Created: (RF-6910) Chrome warning
by Erik Brink (JIRA)
Chrome warning
---------------
Key: RF-6910
URL: https://jira.jboss.org/jira/browse/RF-6910
Project: RichFaces
Issue Type: Bug
Components: component-drag/drop
Affects Versions: 3.3.0
Environment: Browser: Chrome. Richfaces 3.3.1 BETA3
Reporter: Erik Brink
We created a splitter component using Richfaces Dragsupport on a htmlAjaxOutputPanel. This works fine in all browsers, but in Chrome I get a warning when I open my page.
The shown message is: drag: Element with[<myPanel>] ID was not found in the DOM tree. Probably element has no client ID or client ID hasn't been written. DnD's disabled. Check please!
After the warning everything works fine. I searched on google with this warning and I only find this alert from Richfaces development code.
Any idea what this warning is about?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 11 months