[JBoss JIRA] Updated: (RF-841) Base Client Side JS API for 4.0.0.Final
by Ilya Shaikovsky (JIRA)
[ https://issues.jboss.org/browse/RF-841?page=com.atlassian.jira.plugin.sys... ]
Ilya Shaikovsky updated RF-841:
-------------------------------
Summary: Base Client Side JS API for 4.0.0.Final (was: Client Side JS API)
> Base Client Side JS API for 4.0.0.Final
> ---------------------------------------
>
> Key: RF-841
> URL: https://issues.jboss.org/browse/RF-841
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 3.1.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Fix For: 4.0.0.CR1
>
> Attachments: JS+API+additions.doc
>
>
> Nick.. at present we have JS API specified only for the coponents from 3.0.2 and higher releases.
> Probably after the release we need to review all the components and complete our guides with the JS API that should be provided for the end developer for another components.
> In the same time this task is a good possibility to review old client side code.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Commented: (RF-841) Client Side JS API
by Ilya Shaikovsky (JIRA)
[ https://issues.jboss.org/browse/RF-841?page=com.atlassian.jira.plugin.sys... ]
Ilya Shaikovsky commented on RF-841:
------------------------------------
ignore JS+API+Additions attachment. it realted to 3.1.x-3.2.x review.
> Client Side JS API
> ------------------
>
> Key: RF-841
> URL: https://issues.jboss.org/browse/RF-841
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 3.1.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Fix For: 4.0.0.CR1
>
> Attachments: JS+API+additions.doc
>
>
> Nick.. at present we have JS API specified only for the coponents from 3.0.2 and higher releases.
> Probably after the release we need to review all the components and complete our guides with the JS API that should be provided for the end developer for another components.
> In the same time this task is a good possibility to review old client side code.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Updated: (RF-841) Client Side JS API
by Ilya Shaikovsky (JIRA)
[ https://issues.jboss.org/browse/RF-841?page=com.atlassian.jira.plugin.sys... ]
Ilya Shaikovsky updated RF-841:
-------------------------------
Assignee: Ilya Shaikovsky (was: Nick Belaevski)
Fix Version/s: 4.0.0.CR1
(was: Future_3.X)
Scheduled to 4.x branch. We will not release 3.3.x anymore so using the same issue to cover subject
> Client Side JS API
> ------------------
>
> Key: RF-841
> URL: https://issues.jboss.org/browse/RF-841
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 3.1.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Fix For: 4.0.0.CR1
>
> Attachments: JS+API+additions.doc
>
>
> Nick.. at present we have JS API specified only for the coponents from 3.0.2 and higher releases.
> Probably after the release we need to review all the components and complete our guides with the JS API that should be provided for the end developer for another components.
> In the same time this task is a good possibility to review old client side code.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (RF-10244) collapsiblePanel: content is overlaps borders when width set using style attribute
by Ilya Shaikovsky (JIRA)
collapsiblePanel: content is overlaps borders when width set using style attribute
----------------------------------------------------------------------------------
Key: RF-10244
URL: https://issues.jboss.org/browse/RF-10244
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: base functionality , component-panels-layout-themes
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Alex Kolonitsky
Fix For: 4.0.0.CR1
see attached screen shot.
code
<rich:collapsiblePanel style="width:450px" switchType="ajax"
header="New York City">
and style applied to two divs.. wrapper and inner. together with paddings and borders it causes such problems.
style should be only for outer div.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (RF-10131) Improve SelectItem(s) handling compatibility with JSF 2.0
by Martin Kočí (JIRA)
Improve SelectItem(s) handling compatibility with JSF 2.0
---------------------------------------------------------
Key: RF-10131
URL: https://issues.jboss.org/browse/RF-10131
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: compatibility
Affects Versions: Future_4.X
Environment: myfaces 2.0.3, richfaces 4.0 trunk rev. 20883
Reporter: Martin Kočí
Priority: Minor
1) JSF 2.0 specifies new attributes itemLabel, itemDescription and itemDisabled for f:selectItem(s). Unfortunately those attributes are not part of public API but every renderkit must reimplement it again in own code base. RichFaces org.richfaces.component.util.SelectUtils.getSelectItems(FacesContext, UIComponent) currently support only old JSF 1.2 style (SelectItem instances are obtained from value="#{}").
Implement support for f:selectItems value="#{}" var="variable"
itemLabel="#{...}" itemValue="#{...}"/>
2) null or empty SelectItems handling: o.j.rf.SelectUtils throws an exception if no SelectItem(s) are available. If think this is too agressive and not very useful for user. I suggest to use myfaces-like solution: a warning in development stage like:
WARNING: ValueExpression #{de.bier.humpen} of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /X500Form.xhtml][Class: javax.faces.component.html.HtmlBody, ... ][Class: javax.faces.component.UISelectItems,Id: selectItemsId} does not reference an Object of type SelectItem, array, Iterable or Map, but of type: null
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years