[JBoss JIRA] Assigned: (RF-10145) Update core & component images
by Nick Belaevski (JIRA)
[ https://issues.jboss.org/browse/RF-10145?page=com.atlassian.jira.plugin.s... ]
Nick Belaevski reassigned RF-10145:
-----------------------------------
Assignee: Anton Belevich (was: Konstantin Mishin)
> Update core & component images
> ------------------------------
>
> Key: RF-10145
> URL: https://issues.jboss.org/browse/RF-10145
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: component, core, optimization
> Affects Versions: 4.0.0.Milestone1
> Reporter: Nick Belaevski
> Assignee: Anton Belevich
> Fix For: 4.0.0.CR1
>
>
> 1) Replace all @DynamicResource annotations with @DynamicUserResource. Make sure that 'versioned' & 'cacheable' attributes are set correctly.
> 2) Add mappings for all long file names (e.g. org.richfaces.renderkit.images.FooImage -> org.richfaces.fooImage.png)
> 3) Use @ResourceParameter & @PostConstructResource where applicable
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-10177) Panel Menu - implement selection/expansion/request event handlers on top-level element
by Lukas Fryc (JIRA)
Panel Menu - implement selection/expansion/request event handlers on top-level element
--------------------------------------------------------------------------------------
Key: RF-10177
URL: https://issues.jboss.org/browse/RF-10177
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Reporter: Lukas Fryc
Currently, there is following attributes on Panel Menu's children (rich:panelMenuItem, rich:panelMenuGroup) which can't be defined on top-level rich:panelMenu attribute:
Item:
@onbeforedomupdate
@oncomplete
@onbeforeselect
@onselect
@onunselect
Group:
@onbeforedomupdate
@oncomplete
@onbeforeexpand
@onbeforecollapse
@onbeforeswitch
@oncollapse
@onexpand
@onswitch
@onselect
@onunselect
It is convenient to define all these attributes on top-level rich:panelMenu element and propagate their settings to children.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-10309) CSV: not working JSF validators.
by Ilya Shaikovsky (JIRA)
CSV: not working JSF validators.
--------------------------------
Key: RF-10309
URL: https://issues.jboss.org/browse/RF-10309
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Alexander Smirnov
Fix For: 4.0.0.CR1
f:validateLongRange and f:validateDoubleRange still not works for me. Both added causes ajax fallback to be used.
f: required, length and pattern works for me.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (RF-9666) Autocomplete: JS error after AJAX request
by Nick Belaevski (JIRA)
Autocomplete: JS error after AJAX request
-----------------------------------------
Key: RF-9666
URL: https://jira.jboss.org/browse/RF-9666
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Reporter: Nick Belaevski
Assignee: py
Fix For: 4.0.0.Milestone4
For the following code:
<h:form>
<a4j:outputPanel ajaxRendered="true">
<h:messages />
</a4j:outputPanel>
<input:autocomplete mode="ajax" id="autocomplete"
autocompleteMethod="#{autoCompleteBean.autocomplete}"
value="#{value}">
<f:validateRequired />
</input:autocomplete>
</h:form>
values[i].toLowerCase is not a function
[Break on this error] processedValues.push(values[i].toLowerCase());
--
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
13 years, 10 months
[JBoss JIRA] Created: (RF-10384) Redesign of switchable panels
by Nick Belaevski (JIRA)
Redesign of switchable panels
-----------------------------
Key: RF-10384
URL: https://issues.jboss.org/browse/RF-10384
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: architectural
Affects Versions: 4.0.0.Milestone6
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 4.0.0.Milestone6
1) Panel item should be ActionSource2
1a) Parameters submission either by f:param/a4j:param should be supported
1b) All Ajax attributes/queues integration is specified at the item's level, not container
1c) Panel items should by default execute panel container by Ajax
2) Panel container should not have Ajax attributes - its only responsibility is control of selection
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months