|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Please see my PR : https://github.com/jenkinsci/jenkins/pull/1383.
Can I get people's opinion on one of these 3:
1.use the job name as html id by stripping space characters (initial commit in the PR)
2.use Functions#generateId() - and do not actually touch Functions and FunctionsTest
3.Remove the htmlid altogether from projectViewRow.jelly? In that case I'll have to defer to a _javascript_ specialist to implement this in the KeyboardPlugin
Daniel, I noticed that the plugin works well to navigate to jobs in Chrome, but behaves weirdly to do the same in FireFox. I will check the reported bugs for the plugin.