When using IE 11 it seems that many buttons, e.g. Save in /configureSecurity/, do not work (silently do nothing), though Apply does work. According to v-keyoko@microsoft.com:

      Reference #: 437282
      Description of the Problem: builds.apache.org login button fails
      Steps to Reproduce:
      1. Navigate to https://builds.apache.org/login?from=%2F on IE11
      2. Enter Username and Password then click "log in"

      Expected Result: Successful login or authorization failure

      Actual Result: Button does not function and nothing happens

      Developer Notes: Updating to the new UA string will fix this issue.

      For many legacy websites, some of the most visible updates for Win8.1 IE11 Preview involve the user-agent string:

      Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv 11.0) like Gecko

      If you compare the new user-agent string to the one reported by earlier versions of IE

      The compatible ("compatible") and browser ("MSIE") tokens have been removed.

      The "like Gecko" token has been added (for consistency with other browsers).

      The version of the browser is now reported by a new revision ("rv") token.

      These changes help prevent IE11 Preview from being (incorrectly) identified as an earlier version.

          [JENKINS-19171] Buttons do not work in IE 11

          Jesse Glick created issue -

          Jesse Glick added a comment -

          I am guessing the issue relates to use of YUI for buttons. Seems we are still using YUI 2.9.0. I found https://github.com/yui/yui3/commit/ff025179 (in 3.11.0) and https://github.com/yui/yui3/commit/53d4b756de4d8a365bd31d65d055f2b236e64620 (more recent) which may be relevant.

          Jesse Glick added a comment - I am guessing the issue relates to use of YUI for buttons. Seems we are still using YUI 2.9.0. I found https://github.com/yui/yui3/commit/ff025179 (in 3.11.0) and https://github.com/yui/yui3/commit/53d4b756de4d8a365bd31d65d055f2b236e64620 (more recent) which may be relevant.
          Jesse Glick made changes -
          Assignee New: OHTAKE Tomohiro [ ohtake_tomohiro ]

          Jesse Glick added a comment -

          Workaround: F12 and switch the user agent string to IE 10.

          Jesse Glick added a comment - Workaround: F12 and switch the user agent string to IE 10.

          YUI3 is entirely incompatible with YUI2, so while we can have them side by side we can't "upgrade" from YUI 2.9 to YUI 3.x.

          Kohsuke Kawaguchi added a comment - YUI3 is entirely incompatible with YUI2, so while we can have them side by side we can't "upgrade" from YUI 2.9 to YUI 3.x.

          Jesse Glick added a comment -

          Jesse Glick added a comment - I presume https://github.com/jenkinsci/jenkins/blob/jenkins-1.509.2/war/src/main/webapp/scripts/yui/yahoo/yahoo-debug.js#L521 is responsible.

          Jesse Glick added a comment -

          (But we really should be testing for the presence of specific desired features, not relying on the UA string!)

          Jesse Glick added a comment - (But we really should be testing for the presence of specific desired features, not relying on the UA string!)
          Jesse Glick made changes -
          Jesse Glick made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]

          Code changed in jenkins
          User: Jesse Glick
          Path:
          war/src/main/webapp/scripts/yui/yahoo/yahoo-debug.js
          war/src/main/webapp/scripts/yui/yahoo/yahoo-min.js
          http://jenkins-ci.org/commit/jenkins/a184ef54cd9da5b2e20ca0bc31c53e99c5793741
          Log:
          [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: war/src/main/webapp/scripts/yui/yahoo/yahoo-debug.js war/src/main/webapp/scripts/yui/yahoo/yahoo-min.js http://jenkins-ci.org/commit/jenkins/a184ef54cd9da5b2e20ca0bc31c53e99c5793741 Log: [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11.

            ohtake_tomohiro OHTAKE Tomohiro
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: