Added a new bug report ?
Added by Guillaume Camera almost 15 years ago
Hi,
I saw a little bug with the latest version on debian sid.
When I want to selected a version in the new issue or while an issue update,
I can see HTML in the version number selection list.
Something like that :
<option value="2">0.2.0</option>
With each choice I have, I can see this.
Have I to open a new issue ?
regards,
Replies (5)
RE: Added a new bug report ? - Added by Felix Schäfer almost 15 years ago
We will need a little more information (which redmine version, which browser, maybe a screenshot and the part of the html source from the page that surrounds that), but open a bug, yes :-)
RE: Added a new bug report ? - Added by Guillaume Camera almost 15 years ago
Thanx's for your help Felix :)
And sorry again for my crappy english.
I opened a bug report : Defect #4723
Tell me if another information is required.
Thanx's
RE: Added a new bug report ? - Added by Guillaume Camera almost 15 years ago
I forgot that I think is the html code around this bug :
<p><label for="issue_fixed_version_id">Target version</label><select id="issue_fixed_version_id" name="issue[fixed_version_id]"><option value=""></option> <option value="<option value="2">0.1.1</option>"><option value="2">0.1.1</option> </option> <option value="<option value="3" selected="selected">0.2.0</option>"><option value="3" selected="selected">0.2.0</option></option></select> <a href="/issues/14" onclick="promptToRemote('New version', 'version[name]', '/projects/bigbangcode/versions/new'); return false;" tabindex="200" title="New version"><img alt="Add" src="/images/add.png?1264849245" style="vertical-align: middle;" /></a> </p>
RE: Added a new bug report ? - Added by Felix Schäfer almost 15 years ago
Salut Guillaume,
don't worry about the english, it's not perfect but gets the job done :-) Please attach any further information including the html code to the bug rather than here, so that the bug report contains all necessary information. I think you should also mention that you are using debian, they do there own package of redmine afaik, and there might be a problem with that that is not in the vanilla redmine.
RE: Added a new bug report ? - Added by Guillaume Camera almost 15 years ago
I updated the issue.
Thank's for your useful help Felix :)