[JBoss JIRA] Updated: (RF-7836) Setup project site containing standart reports
by Nick Belaevski (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7836?page=com.atlassian.jira.plugin... ]
Nick Belaevski updated RF-7836:
-------------------------------
Description:
The following reports are necessary:
- Clover2
- CPD
- PMD/Findbugs
- Dependencies report
- Checkstyle
- License checking plugin
- (?)
Historical reports generation is not a must but good to have
was:
The following reports are 100% necessary:
- Clover2
- CPD
- PMD/Findbugs
- Dependencies report
Desirable:
- Checkstyle
- License checking plugin
Historical reports generation is not a must but good to have
> Setup project site containing standart reports
> ----------------------------------------------
>
> Key: RF-7836
> URL: https://jira.jboss.org/jira/browse/RF-7836
> Project: RichFaces
> Issue Type: Task
> Components: build
> Affects Versions: 4.0.0.ALPHA2
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 4.0.0.BETA1
>
>
> The following reports are necessary:
> - Clover2
> - CPD
> - PMD/Findbugs
> - Dependencies report
> - Checkstyle
> - License checking plugin
> - (?)
> Historical reports generation is not a must but good to have
--
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
15 years, 2 months
[JBoss JIRA] Created: (RF-7802) comboBox can't be focused by Ajax control focus attribute
by Ilya Shaikovsky (JIRA)
comboBox can't be focused by Ajax control focus attribute
---------------------------------------------------------
Key: RF-7802
URL: https://jira.jboss.org/jira/browse/RF-7802
Project: RichFaces
Issue Type: Bug
Components: component-a4j-core
Affects Versions: 3.3.2.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
In snippet below neither button nor support set the focus to combobox "test".
in log
debug[11:37:58,929]: focus must be set to control j_id352:test
debug[11:37:58,929]: Set focus to control
<h:form>
<h:panelGrid columns="3" id="criteriaGrid" width="100%">
<h:panelGroup id="columnPanelGroup">
<rich:comboBox id="selectedColumCombobox" >
<f:selectItem itemLabel="123" itemValue="123"/>
<f:selectItem itemLabel="123" itemValue="123"/>
<f:selectItem itemLabel="123" itemValue="123"/>
<a4j:support id="columnValidator" reRender="criteriaGrid" event="onblur" focus="test"/>
</rich:comboBox>
</h:panelGroup>
<h:panelGroup id="testPanelGroup">
<rich:comboBox id="test">
<f:selectItem itemLabel="123" itemValue="123"/>
<f:selectItem itemLabel="123" itemValue="123"/>
<f:selectItem itemLabel="123" itemValue="123"/>
</rich:comboBox>
</h:panelGroup>
</h:panelGrid>
<a4j:commandButton focus="test" value="123123"></a4j:commandButton>
</h:form>
<a4j:log popup="false"></a4j:log>
--
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
15 years, 2 months