Search UI Bug
-
Click on search icon a drop down icon appears. Now mouse over on user's name (on top), again a drop down appears. This drop down over lap over old drop down. this can be fixed by changing z-index or you can hide search's drop-down.
-
Click on search icon a drop down icon appears. Now mouse over on user's name (on top), again a drop down appears. This drop down over lap over old drop down. this can be fixed by changing z-index or you can hide search's drop-down.
the issue is we were missing a "autocomplete='off'" attribute, meaning the browser itself was adding the dropdown. As an aside, general usabililty guidelines say we should not use autocomplete=off since it's subverting the standard control, so we need to revisit this control. Next deploy the autocomplete will be off and only one dropdown will be shown.
cheers Chris Maunder