ICEfaces
  1. ICEfaces
  2. ICE-9742

Support for IE10 clear icon for inputFields in ace:dataTable filter input field

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P01
    • Fix Version/s: EE-3.3.0.GA_P02, 4.0
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ace components IE10
    • Assignee Priority:
      P3
    • Salesforce Case Reference:

      Description

      in IE10 an input field will render with a little 'x' icon at the right side of the input field.
      For ace:dataTable filter inputs, the x will clear the field but the dataTable will not reset to a blank filter value.

      The javascript for the filter event (change) only listens for the following events:-
       else if (this.cfg.filterEvent == "change")
              this.element.on('keyup', this.filterSelector, function (event) {
                  var _event = event;
                  if (event.which == 8 || event.which == 13 || event.which > 40 || event.isTrigger) {
                      if (_self.delayedFilterCall)

      ....
      note that all of these are for keyboard manipulation (keypress, backspace, etc).
      might want to check the event 'oninput" as per this link:- http://stackoverflow.com/questions/14700466/attach-event-to-clear-icon-in-ie10-textbox
      or more comprehensive apporach that will also include mobile devices (?).

        Activity

        Judy Guglielmin created issue -
        Judy Guglielmin made changes -
        Field Original Value New Value
        Attachment IE10cleanInput.png [ 16620 ]
        Judy Guglielmin made changes -
        Salesforce Case Reference 5007000000Y4mYEAAZ
        Judy Guglielmin made changes -
        Assignee Ken Fyten [ ken.fyten ]
        Judy Guglielmin made changes -
        Issue Type Bug [ 1 ] Improvement [ 4 ]
        Ken Fyten made changes -
        Assignee Ken Fyten [ ken.fyten ]
        Judy Guglielmin made changes -
        Assignee Ken Fyten [ ken.fyten ]
        Ken Fyten made changes -
        Fix Version/s 4.1 [ 11375 ]
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA_P02 [ 11371 ]
        Fix Version/s 4.0 [ 11382 ]
        Fix Version/s 4.1 [ 11375 ]
        Ken Fyten made changes -
        Assignee Ken Fyten [ ken.fyten ] Mircea Toma [ mircea.toma ]
        Assignee Priority P3 [ 10012 ]
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Mircea Toma made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: