https://bugzilla.wikimedia.org/show_bug.cgi?id=41669
Web browser: ---
Bug #: 41669
Summary: document.getElementById("results") is null
Product: MediaWiki extensions
Version: master
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: MobileFrontend
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected],
[email protected], [email protected]
Classification: Unclassified
Mobile Platform: ---
On index.php?title=Special:MobileOptions&returnto=Main+Page
Latest Firefox, no matter if beta is enabled or not.
function init() {
enhanceElements();
if( document.activeElement && document.activeElement.id === 'search' ) {
onfocus();
}
function hideKeyboard() {
document.getElementById( 'search' ).blur();
}
document.getElementById( 'results' ).ontouchstart = hideKeyboard; <-- here
printMessage( message( 'mobile-frontend-search-help' ) );
initClearSearch();
--
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