0 Replies Latest reply on Aug 25, 2011 6:08 AM by kevlong

    RF 4.0 - IE propertychange ajax event

    kevlong

      Hi,

       

      We've come across an issue where when a user uses the auto-complete feature in the IE browser, our ajax onchange event wasn't firing. IE was the only browser where this was happening and after some investigation we found that IE doesn't fire onchange events when it's autocomplete is used. Instead it fires onpropertychange:

       

      http://msdn.microsoft.com/en-us/library/ms533032(VS.85).aspx

       

      However, I can't seem to add this event using the a4j:ajax component in RF 4.0, i.e.

       

        <a4j:ajax event="propertychange" />

       

      Am I missing something? Any help would be appreciated.

       

      Thanks,

      Kevin