Hello all,
I have experienced the auto-complete does not work for Nexus Repository Manager (currently using Firefox).
See screenshot:
For me, it seems not making sense, if looking closely to the DOM tree for those elements.
The (false positive, as seen in screenshot) input element for the username:
<input id="nx-header-quicksearch-1129-inputEl" data-ref="inputEl" type="text" size="1" name="nx-header-quicksearch-1129-inputEl" placeholder="Search components" role="search" aria-label="Search components" class="x-form-field x-form-text x-form-text-default " autocomplete="off" data-componentid="nx-header-quicksearch-1129" style="cursor: auto; transition: none 0s ease 0s !important; box-shadow: initial !important;">
The expected input element for username:
<input id="textfield-1263-inputEl" data-ref="inputEl" type="text" size="1" name="username" placeholder="Username" aria-hidden="false" aria-disabled="false" role="textbox" aria-invalid="false" aria-readonly="false" aria-describedby="textfield-1263-ariaStatusEl" aria-required="true" class="x-form-field x-form-required-field x-form-empty-field x-form-empty-field-default x-form-text x-form-text-default " autocomplete="off" data-componentid="textfield-1263">
Is this a configuration issue, or implementation issue?
Kind regards,
Benjamin