[JBoss JIRA] Updated: (RF-8691) dataTables client side implementation problems
by Nick Belaevski (JIRA)
[ https://issues.jboss.org/browse/RF-8691?page=com.atlassian.jira.plugin.sy... ]
Nick Belaevski updated RF-8691:
-------------------------------
Fix Version/s: 4.0.0.CR1
(was: Future_4.X)
> dataTables client side implementation problems
> ----------------------------------------------
>
> Key: RF-8691
> URL: https://issues.jboss.org/browse/RF-8691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.ALPHA1
> Reporter: Ilya Shaikovsky
> Assignee: Konstantin Mishin
> Priority: Critical
> Labels: client, component, datatable, richfaces
> Fix For: 4.0.0.CR1
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
> 1) now we have two scripts with partially the same functionality: extendedDataTable.js and dataTable.js - ideally extendedDataTable client object should just extend basic table object.
> 2) extendedDataTable object not extended from base component at all - not uses client side components mechanism described by Pavel.
> 2.1) in the result - api on the extendedDataTable uses $('id').component.api() convention and this conflicts with our new standard.
> Nick we should check what should be corrected for A2 (at least 2.1 - a must) and assign.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (RF-9537) Tab: onenter and onleave don't work
by Pavol Pitonak (JIRA)
Tab: onenter and onleave don't work
-----------------------------------
Key: RF-9537
URL: https://jira.jboss.org/browse/RF-9537
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone3
Environment: RichFaces 4.0.0-SNAPSHOT r.19600
Metamer 4.0.0-SNAPSHOT r.19614
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Chrome 7.0.517.41
Reporter: Pavol Pitonak
When tabs are switched in the following tab panel, no alert is displayed:
<rich:tabPanel id="tabPanel">
<rich:tab id="tab1" onenter="alert('enter')" onleave="alert('leave')">
content of tab 1
</rich:tab>
<rich:tab id="tab2" name="tab2" header="tab2 header">
content of tab 2
</rich:tab>
</rich:tabPanel>
--
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, 11 months
[JBoss JIRA] Created: (RF-9868) Inplace input: attributes onblur and onfocus don't work
by Pavol Pitonak (JIRA)
Inplace input: attributes onblur and onfocus don't work
-------------------------------------------------------
Key: RF-9868
URL: https://jira.jboss.org/browse/RF-9868
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20201
Metamer 4.0.0-SNAPSHOT r.20203
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Pavol Pitonak
Attributes onblur and onfocus of rich:inplaceInput are not set anywhere.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months