https://bugzilla.wikimedia.org/show_bug.cgi?id=32319

--- Comment #6 from Brion Vibber <[email protected]> 2011-12-19 22:17:22 UTC 
---
This seems to be (mostly?) resolved by this bit in android/platform.js's
onDeviceReady:

    // this disables the "click-through" of an image under the search bar - but
hides the keyboard only on the first character typed...
    $('#searchParam').bind('touchstart', function () {     
        $('#searchParam').focus();
        plugins.SoftKeyBoard.show();
        return false; 
    } );


However, that appears to be the cause of bug (mumble muble -- there appear to
be at least two of them) -- with the focus ring / cursor not appearing on their
own when tapping into the search bar.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to