[JBoss JIRA] Updated: (RF-841) Base Client Side JS API for 4.0.0.Final
by Jay Balunas (JIRA)
[ https://issues.jboss.org/browse/RF-841?page=com.atlassian.jira.plugin.sys... ]
Jay Balunas updated RF-841:
---------------------------
Component/s: client-lib
component
> 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)
> Components: client-lib, component
> Affects Versions: 3.1.0
> Reporter: Ilya Shaikovsky
> Assignee: Ilya Shaikovsky
> Fix For: 4.0.0.Milestone6
>
> 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
14 years
[JBoss JIRA] Created: (RF-10371) messages: minor correction of generated CSS class
by Ilya Shaikovsky (JIRA)
messages: minor correction of generated CSS class
-------------------------------------------------
Key: RF-10371
URL: https://issues.jboss.org/browse/RF-10371
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-validators
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Trivial
currently detail and summary parts of the message are separated and encoded as
<span style=""><span class="rf-msg-sum">Name: Validation Error: Value is required.</span><span class="rf-msg-des">Name: Validation Error: Value is required.</span></span>
I believe rf-msg-des should become rf-msg-det in order to correspond to "detail" word.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (RF-9433) tabPanel and accordion should be able to enclose own controls to separate forms.
by Ilya Shaikovsky (JIRA)
tabPanel and accordion should be able to enclose own controls to separate forms.
--------------------------------------------------------------------------------
Key: RF-9433
URL: https://jira.jboss.org/browse/RF-9433
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Milestone3
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
https://jira.jboss.org/browse/RF-9010 - togglePanel throws exception as it switches by behaviors placed for any external components. So it can't add form automatically.
But tab and accordion should be able I think as it was in 3.3.x for tabPanel.
for tabPanel - all the line of tabs should be enclosed and for accordion - every control.
About JS API which will still fails in that case - I think it's acceptable to have js error in case the developer trying to use JS API with no form around the component. He should be responsible for form in that case.
--
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
14 years
[JBoss JIRA] Created: (RF-10164) select: inconsistency of usage arrow button and showPopup api method.
by Ilya Shaikovsky (JIRA)
select: inconsistency of usage arrow button and showPopup api method.
---------------------------------------------------------------------
Key: RF-10164
URL: https://issues.jboss.org/browse/RF-10164
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone5
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
1) <rich:select defaultLabel="Click here to edit"
openOnEdit="true" id="ii">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
<f:selectItem itemValue="3" itemLabel="Option 4" />
<f:selectItem itemValue="4" itemLabel="Option 5" />
</rich:select>
<h:commandButton value="set" onclick="#{rich:component('ii')}.showPopup(); return false;"/>
After clicking arrow - default label disappears and after clicking button - it's not
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years