jsiirola created JENKINS-13815:
----------------------------------
Summary: scm-sync-configuration raises unexpectedError() loading
job configuration in IE8
Key: JENKINS-13815
URL: https://issues.jenkins-ci.org/browse/JENKINS-13815
Project: Jenkins
Issue Type: Bug
Components: scm-sync-configuration
Environment: Jenkins 1.464, scm-sync-configuration 0.0.5, IE8
Reporter: jsiirola
Assignee: Frédéric Camblor
The scm-sync-configuration plugin raises the following alert when loading a job
configuration using IE8:
{noformat}
Something went wrong with the scm-sync-configuration plugin !
Please report a JIRA with as much informations as possible (browser, os,
current url, error message etc.).
Error message : Cannot retrieve target form on current page !
{noformat}
This only happens in IE8 (Firefox throws no warning), and if you are accessing
the job configuration through a View other then the default (All) view.
Accessing the job through the "All" view does not raise the error. For
example, the following does not raise an error:
{noformat}
http://localhost:8080/job/my_test/configure
{noformat}
But this URL does (but only in IE8, not Firefox):
{noformat}
http://localhost:8080/view/Tests/job/my_test/configure
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira