Tom FENNELLY edited a comment on Bug JENKINS-22373

Looked at this again today and think I found a more appropriate fix. See new version of https://github.com/tfennelly/jenkins/tree/JENKINS-22373

I tracked the issue down to the YUI button. It's not correctly firing Enter keypress events for IE >= 9 (should call dispatchEvent instead of fireEvent for IE >= 9). The change in the above branch fixes the issue for the login screen and any other "submit-button" inputs that hudson-behavior.js" is applying YUI to. YUI calls fireEvent in other places, so this issue might raise its head again in another form.

How have ye been minifying this code on other such changes (I see there have been a few)?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to