ICEfaces
  1. ICEfaces
  2. ICE-9416

Ensure all ICEfaces core and components use of hidden fields specify "autocomplete=false" to avoid Safari bug

    Details

    • Assignee Priority:
      P2
    • Affects:
      Compatibility/Configuration

      Description


      This turned out to be a rather strange bug: ICE-9285

      The problem is that Safari is applying autocomplete to our
      ice.view and ice.window values resulting in old values being
      used even though the page is refreshed. autocomplete is
      now disabled for these hidden fields (autocomplete="off"),
      but there could be other places in our code where hidden fields
      behave strangely due to this (such as in components).

      (I didn't test other browsers extensively -- Safari may be unusual
      in its application of autocomplete to hidden fields.)


      Task is to either audit all the source code to ensure that "autocomplete='off'" is specified for any hidden fields being used, or build in an automatic "autocomplete='off'" mechanism into the bridge, if feasible.

        Activity

        Hide
        Mircea Toma added a comment -

        Added autocomplete=off attribute to hidden input elements generated by core, compat or ace code.

        Show
        Mircea Toma added a comment - Added autocomplete=off attribute to hidden input elements generated by core, compat or ace code.
        Hide
        Mircea Toma added a comment -

        Back-ported fixes.

        Show
        Mircea Toma added a comment - Back-ported fixes.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: