https://bugzilla.wikimedia.org/show_bug.cgi?id=68682
--- Comment #1 from Dan Garry <[email protected]> --- *takes off his product hat and puts on his junior engineer hat* I took a look at this. There is code in the onClickListener that collapses the navigation bar, but the onClickListener method isn't called the first time you tap on the search bar because the onFocusChangeListener method has precedence; any subsequent taps call onClick, but no the first. So you'd think you could just add the navigation collapse code to the onFocusChangeListener method and that'd do it. It does, the bar collapses when you tap the search bar! However, the addition of that code for some reason also means the keyboard doesn't appear when a focus change to the search bar occurs. Don't ask me why. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
