-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
On Internet Explorer 7 if I configure a project and select "apache-ant-1.7" for
the "Ant Version" and click save, the version is not set to what I selected and
instead is set to "(Default)". This can be seen if I then configure the project
again (and the project fails as it's using the wrong version of ant!).
Note this problem does not occur if I use Firefox, which correctly saves the
selected version of ant.
Hope this isn't a duplicate - I did do a search!
Note I am using Hudson version 1.166, but the issue was also evident before I
upgraded from 1.156.
- is duplicated by
-
JENKINS-1058 Ant Version field in the Project Configuration is not saved
-
- Closed
-
[JENKINS-1147] Ant Version gets reset on Internet Explorer
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is duplicated by |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 131220 ] | New: JNJira + In-Review [ 200485 ] |
Fixed in 1.172.
IE7 seems to require the presence of the value attribute, despite the fact that
HTML 4.0 spec says @value is optional and it defaults to the content of <option>.