togglePanel: switching from empty state to some actual item throws js error
---------------------------------------------------------------------------
Key: RF-8990
URL: https://jira.jboss.org/browse/RF-8990
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Switching works in this case
<h:form>
<rich:togglePanel id="panel1">
<rich:togglePanelItem name="item1">
<h:outputText value="Item1"/>
</rich:togglePanelItem>
<rich:togglePanelItem name="item2">
<h:outputText value="Item2"/>
</rich:togglePanelItem>
</rich:togglePanel>
</h:form>
<h:commandButton>
<rich:toggleControl forPanel="panel1" targetItem="item2"/>
</h:commandButton>
But in the console I see
oldPanel is null
http://localhost:8080/richfaces-showcase/javax.faces.resource/script/Togg...
Line 85
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Build refactor cleanup up umbrella task
---------------------------------------
Key: RF-9040
URL: https://jira.jboss.org/browse/RF-9040
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Reporter: Jay Balunas
Assignee: Jay Balunas
Priority: Critical
Fix For: 4.0.0.Milestone2
This is an umbrella tasks for several jira's that need to be completed as a single step and are related the updates from the build refactor. Links to the actual jira's will be made from here.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
sub-project modules should inherit from project bom not import it
-----------------------------------------------------------------
Key: RF-9042
URL: https://jira.jboss.org/browse/RF-9042
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Reporter: Jay Balunas
Assignee: Jay Balunas
Priority: Critical
Fix For: 4.0.0.Milestone2
See http://docs.codehaus.org/display/MAVEN/Importing+Managed+Dependencies
This will also allow profiles to be used in the project to determine jsf impl to required for testing
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Update release plugin defaults for perform to use "clean install" instead of just "clean perform"
-------------------------------------------------------------------------------------------------
Key: RF-9051
URL: https://jira.jboss.org/browse/RF-9051
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Reporter: Jay Balunas
Assignee: Jay Balunas
Fix For: 4.0.0.Milestone2
Many poms in the /ui have plugin configs updating <preparationGoals>clean install</preparationGoals> there should be no harm in just making this the default for the prepare goal.
The release will take a little longer, but that is about it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
release-plugin config is not needed in every pom, just in root aggregator
-------------------------------------------------------------------------
Key: RF-9052
URL: https://jira.jboss.org/browse/RF-9052
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Reporter: Jay Balunas
Assignee: Jay Balunas
Fix For: 4.0.0.Milestone2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
sub-project modules (ui, core, etc...) should not have their own bom with latest build refactor
-----------------------------------------------------------------------------------------------
Key: RF-9041
URL: https://jira.jboss.org/browse/RF-9041
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build
Reporter: Jay Balunas
Assignee: Jay Balunas
Priority: Critical
Fix For: 4.0.0.Milestone2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
richfaces-ui-misc module depends on maven-cdk-plugin SNAPSHOT
-------------------------------------------------------------
Key: RF-8944
URL: https://jira.jboss.org/browse/RF-8944
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone1
Reporter: Lukas Fryc
When releasing RichFaces 4.0.0.20100715-M1, I found that module richfaces-ui-misc may depend on maven-cdk-plugin SNAPSHOT version:
http://anonsvn.jboss.org/repos/richfaces/root/ui/misc/tags/richfaces-ui-m...
The aggregator defines dependency on
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
</plugin>
but I cannot find the adequate pluginManagent which will fire the (release) version of maven-cdk-plugin.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
rich panel - css classes does not satisfy CSS naming convention
----------------------------------------------------------------
Key: RF-8973
URL: https://jira.jboss.org/browse/RF-8973
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
popupPanel - broken if header not defined
-----------------------------------------
Key: RF-8982
URL: https://jira.jboss.org/browse/RF-8982
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<h:commandButton>
<rich:componentControl target="popup" operation="show"/>
</h:commandButton>
<rich:popupPanel id="popup">
Hi from popup
</rich:popupPanel>
clicking the button results in next JS error -
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira