[
https://jira.codehaus.org/browse/MRM-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=294835#comment-294835
]
Eric Barboni edited comment on MRM-1569 at 3/22/12 4:40 AM:
------------------------------------------------------------
Continuing to give feedback and trying the new UI I had the following visual
bug (jenkins #864)
misplacement of menu I was only going to the archiva UI with no previous login
Copy and paste of js error no clue of what happens :s
$("#quick-search-autocomplete").autocomplete({minLength: 3, source: function
(request, response)
{$.get("restServices/archivaServices/searchService/quickSearch?queryString=" +
encodeURIComponent(request.term), function (data) {var res =
mapArtifacts(data);var uniqId = [];var uniqArtifactIds = [];for (var i = 0; i <
res.length; i++) {if ($.inArray(res[i].artifactId, uniqId) < 0)
{uniqId.push(res[i].artifactId);uniqArtifactIds.push(res[i]);}}response(uniqArtifactIds);});},
select: function (event, ui) {$.log("select artifactId:" +
ui.item.artifactId);displaySearch(function () {var searchViewModel = new
SearchViewModel;var searchRequest = new
SearchRequest;searchRequest.artifactId(ui.item.artifactId);searchViewModel.searchRequest(searchRequest);searchViewModel.externalAdvancedSearch();});}}).data("autocomplete")
is undefined
http://setekh.irit.fr/archiva/js/archiva/main.js?_archivaVersion=1.4-M3-SNAPSHOT
Line 349
Load timeout for modules: order!redback/redback
http://requirejs.org/docs/errors.html#timeout
http://setekh.irit.fr/archiva/js/require.1.0.1.js
Line 76
was (Author: skygolanur):
misplacement of menu
> rewrite login page
> ------------------
>
> Key: MRM-1569
> URL: https://jira.codehaus.org/browse/MRM-1569
> Project: Archiva
> Issue Type: Sub-task
> Components: Web Interface
> Reporter: Olivier Lamy
> Assignee: Olivier Lamy
> Fix For: ui-rewrite
>
> Attachments: archivaplacementerror.jpg, login.html.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira