[16:42:37] The mobile editor does not work on my wiki. [16:44:55] Ok.. And what would you like us to do about that? [16:46:34] I don't know if that indicates an error in the extension. [16:49:47] Reedy The interface messages exist, which means that the functionality is installed on the wiki, but is not activated. [16:50:18] And by "mobile editor" what do you mean exactly? [16:50:24] What extensions have you installed? [16:50:32] What happens? What do you expect to happen? [16:50:38] MobileFrontend is the extension. [16:51:54] Uploaded file: https://uploads.kiwiirc.com/files/6a24299a9917dcb8f74227bf43bb2038/0C0DEEB2-6FEA-4D0B-B2D3-FD99FCB78237.jpeg [16:54:25] https://$1/$2#/editor/$3 is the editor URL format. [16:55:43] Reedy [21:34:30] Amir1: About https://gerrit.wikimedia.org/r/591109, I'm not sure I follow. There is/wasn't a keypress handler. It's pure HTML/CSS. Does there need to be? [21:34:50] The way it currently works is that for keyboard nav, focussingn the toggle link responds to spacebar (in line with aria-toggles/checkboxes) [21:36:06] It's the same as the "More" menu, for example. Do you think there shuold be a keypress/Enter handler? [21:40:17] Krinkle: maybe I' missing something obvious but search for e.which === 13 in https://gerrit.wikimedia.org/r/c/mediawiki/core/+/591109/4/resources/src/mediawiki.toc/toc.js#b48 [21:45:03] Amir1: that code has been dead for over a year. [21:45:07] It's unreachable. [21:45:21] That code handles with the page output not having a checkbox [21:45:30] the old 2017 approach was to add a click handler and do it with JS. [21:45:33] It uses CSS now. [21:49:57] oh okay