ICEfaces
  1. ICEfaces
  2. ICE-8395

add 'blur' client events to ace:autoCompleteEntry and ace:maskedEntry

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.0.RC1
    • Fix Version/s: 3.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Any

      Description

      ace:autoCompleteEntry and ace:maskedEntry need to have 'blur' client events, which can be very useful for enforcing Required status when the user visits the component, but doesn't enter any text.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30375 Thu Aug 02 12:12:56 MDT 2012 art.zambrano ICE-8395, ICE-8406, ICE-8408, ICE-8405 fixed several issues by making major changes in the decoding, rendering, and client side event handling; re-added support for the blur ajax event; also did some more refactoring and clean-up
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/KeyEvent.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30207 Tue Jul 24 11:37:10 MDT 2012 ken.fyten ICE-8395 ace:autoCompleteEntry, removed blur ajax event from meta class; fixed submission with submit ajax event to adjust for change in client id
        Files Changed
        Commit graph MODIFY /icefaces3/tags/icefaces-3.1.0/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/tags/icefaces-3.1.0/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Commit graph MODIFY /icefaces3/tags/icefaces-3.1.0/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30205 Tue Jul 24 11:20:27 MDT 2012 art.zambrano ICE-8395 ace:autoCompleteEntry, removed blur ajax event from meta class; fixed submission with submit ajax event to adjust for change in client id
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30184 Mon Jul 23 22:34:41 MDT 2012 art.zambrano ICE-8395 ace:autoCompleteEntry, added fix to return focus to text field in IE8; fix for issue with options list not updating in some cases ( ICE-8402 ); fix to avoid giving focus back with blur ajax events; fix for error in IE8 when pressing tab key in an empty field
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30176 Mon Jul 23 15:56:51 MDT 2012 art.zambrano ICE-8395 ace:autoCompleteEntry, added focus to the text field from the constructor, whenever the component was the source of the request, in order to avoid race conditions where the node is not ready at the moment focus is applied by the framework
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30167 Fri Jul 20 18:13:22 MDT 2012 art.zambrano ICE-8395 ace:maskedEntry, removed the client id from the input element to avoid updating only the input element without re-running the script, which causes problems in myfaces (related to ICE-8235)
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/maskedentry/maskedentry.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30165 Fri Jul 20 17:52:19 MDT 2012 art.zambrano ICE-8395 modified the root node to have the main client id, while removing the client id from the input element to avoid updating only the input element without re-running the script, which causes problems in myfaces
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30151 Fri Jul 20 13:06:26 MDT 2012 art.zambrano ICE-8395 fixed two issues in ace:autoCompleteEntry: tabbing out with and empty field, when required=true, wasn't changing the styling for the required field; and tabbing out of the text field twice, when using the ajax 'blur' event, was causing a javascript error
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30132 Thu Jul 19 15:28:45 MDT 2012 art.zambrano ICE-8395 fixed issue with displaying previous valid value when user attempts to empty the field and field is required
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntry.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30131 Thu Jul 19 14:41:54 MDT 2012 art.zambrano ICE-8395 fixed issue with returning focus to the same field after tabbing
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/maskedentry/maskedentry.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #30111 Thu Jul 19 12:08:46 MDT 2012 art.zambrano ICE-8395 added 'blur' client event to ace:autoCompleteEntry and ace:maskedEntry
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/autocompleteentry/AutoCompleteEntryMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/maskedentry/maskedentry.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/maskedentry/MaskedEntryMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/autocompleteentry/autocompleteentry.js

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Arturo Zambrano
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: