[ 
https://issues.jboss.org/browse/RF-11322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630326#comment-12630326
 ] 

Brian Leathem commented on RF-11322:
------------------------------------

The focus events cannot be rendered in the DOM, because focus and blur events 
don't bubble up to parent elements.  As such there is no way for the picklist 
div element to know when one of it's children have gained or lost focus.  
Aggregate focus/blur event hadnling muct be handled programatically.

Similarly, the key events have specific actions for the picklist component, 
moving the selection up and down etc.  These events must be handled 
problematically, and so cannot be rendered in the DOM.

> Metamer: rich:pickList: event handler attributes doesn't fire appropriate 
> events
> --------------------------------------------------------------------------------
>
>                 Key: RF-11322
>                 URL: https://issues.jboss.org/browse/RF-11322
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-selects
>    Affects Versions: 4.1.0.Milestone1
>         Environment: RichFaces 4.1.0.20110805-M1 
> r.10246d45dddd1d2aa2034317d5a832394cc919f9
> Metamer 4.1.0.20110805-M1 r.22604
> Mojarra 2.1.3-FCS
> Apache Tomcat 7.0.19
> Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
> Chrome 12.0.742.112 @ Linux i686
>            Reporter: Ján Jamrich
>            Assignee: Brian Leathem
>            Priority: Critical
>              Labels: ci_issue, needs-qe
>             Fix For: 4.1.0.Milestone3
>
>
> Attributes for handling events such as onkeypress, onkeyup, onclick, 
> onadditem, ontargetclick doesn't fire event, so nothing happens if bind some 
> JS code to this attribute and try to trigger this event (such click, or 
> add|remove item)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to