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 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 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!)

          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.

          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/980de3601c66d1ca1807bca98efd8ddc7827b843
          Log:
          Merge pull request #907 from jglick/JENKINS-19171-IE-11

          [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11.

          Compare: https://github.com/jenkinsci/jenkins/compare/99d62c7c2c49...980de3601c66

          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/980de3601c66d1ca1807bca98efd8ddc7827b843 Log: Merge pull request #907 from jglick/ JENKINS-19171 -IE-11 [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11. Compare: https://github.com/jenkinsci/jenkins/compare/99d62c7c2c49...980de3601c66

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/d52da3f38d39bf5a45042cbfc9b3de225cc02f33
          Log:
          JENKINS-19171 Noting.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html http://jenkins-ci.org/commit/jenkins/d52da3f38d39bf5a45042cbfc9b3de225cc02f33 Log: JENKINS-19171 Noting.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2860
          [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11. (Revision a184ef54cd9da5b2e20ca0bc31c53e99c5793741)
          JENKINS-19171 Noting. (Revision d52da3f38d39bf5a45042cbfc9b3de225cc02f33)

          Result = SUCCESS
          Jesse Glick : a184ef54cd9da5b2e20ca0bc31c53e99c5793741
          Files :

          • war/src/main/webapp/scripts/yui/yahoo/yahoo-min.js
          • war/src/main/webapp/scripts/yui/yahoo/yahoo-debug.js

          Jesse Glick : d52da3f38d39bf5a45042cbfc9b3de225cc02f33
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #2860 [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11. (Revision a184ef54cd9da5b2e20ca0bc31c53e99c5793741) JENKINS-19171 Noting. (Revision d52da3f38d39bf5a45042cbfc9b3de225cc02f33) Result = SUCCESS Jesse Glick : a184ef54cd9da5b2e20ca0bc31c53e99c5793741 Files : war/src/main/webapp/scripts/yui/yahoo/yahoo-min.js war/src/main/webapp/scripts/yui/yahoo/yahoo-debug.js Jesse Glick : d52da3f38d39bf5a45042cbfc9b3de225cc02f33 Files : changelog.html

          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/1a7841b5d531eb3f7b551dfe5e6c38a1421b571a
          Log:
          [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11.

          (cherry picked from commit a184ef54cd9da5b2e20ca0bc31c53e99c5793741)

          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/1a7841b5d531eb3f7b551dfe5e6c38a1421b571a Log: [FIXED JENKINS-19171] Identify user agent for Internet Explorer 11. (cherry picked from commit a184ef54cd9da5b2e20ca0bc31c53e99c5793741)

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

              Created:
              Updated:
              Resolved: