Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-3049

When creating a new tag, an erase button appears into the select box of the target of the tag on IE11

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Major Major
    • 4.8.0
    • 4.1.0
    • None
    • None
    • EI11
    • 2 - Long term
    • 1 - Easy

      How to reproduce it :

      • In IE11, create a new tag, a window appears.
      • Click on the target field : an erase button to delete the content appears.

      Expected behavior :

      • The erase button should not appears here like in others navigators

          [RUNTIME-3049] When creating a new tag, an erase button appears into the select box of the target of the tag on IE11

          IE11 is not supported anymore

          Raphaël Franchet added a comment - IE11 is not supported anymore

          This is an IE feature on all of its inputs.
          The only argument for me to hide it, is taht it could me mislocated when we cheat on css.

          Here is a fix

          input::-ms-clear {
              display: none;
          }
          

          Raphaël Franchet added a comment - This is an IE feature on all of its inputs. The only argument for me to hide it, is taht it could me mislocated when we cheat on css. Here is a fix input::-ms-clear { display: none; }

            Unassigned Unassigned
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: