[00:00:05] That's really weird [00:00:20] That's what we talked about this morning [00:00:32] Didn't you say ed removed that event? [00:01:21] No, he didn't [00:01:31] He removed a bunch of event *listeners* for that in favor of the sequence stuff [00:01:35] hm [00:02:01] RoanKattouw, what in the name of... okay, I'm going insane. It's the only logical conclusion. It works without it. But it didn't before. [00:02:35] no! wait [00:02:37] yes. [00:02:38] okay [00:02:38] ha [00:02:45] RoanKattouw, it doesn't work in Firefox [00:03:40] But does your change influence whether or not it works? [00:03:49] It did before. I'm verifying. [00:05:14] James_F: https://gerrit.wikimedia.org/r/176182 [00:06:02] I don't understand. I ... really. It worked. [00:06:09] mooeypoo: Hmmmmm. [00:06:18] what the heck. [00:06:33] 3VisualEditor-ContentEditable: VisualEditor: [Regression] Gallery gets added into media, if there is/was something in the media's caption - https://phabricator.wikimedia.org/T75368#789859 (10Etonkovidova) [00:06:49] (03PS9) 10Mooeypoo: [WIP] Transform the search widget to show image details [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/161342 [00:07:30] 3VisualEditor, Wikimedia-Extension-setup: VisualEditor has been disabled unexpectedly on fr.wiktionary - https://phabricator.wikimedia.org/T76099#789862 (10Jdforrester-WMF) [00:07:39] 3VisualEditor, Wikimedia-Extension-setup: VisualEditor has been disabled unexpectedly on fr.wiktionary - https://phabricator.wikimedia.org/T76099#789510 (10Jdforrester-WMF) [00:08:11] RoanKattouw, Okay, updating the caption in Chrome triggers the event, which leads to the apply button being enabled. Doing the same in Firefox *does not*. However, if you click outside the surface and then back in, you're golden in both. [00:08:11] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Transform the search widget to show image details [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/161342 (owner: 10Mooeypoo) [00:08:21] 3VisualEditor, Wikimedia-Extension-setup: VisualEditor has been disabled unexpectedly on fr.wiktionary - https://phabricator.wikimedia.org/T76099#789864 (10Jdforrester-WMF) 5Open>3Resolved So sorry about this; now fixed. [00:08:21] mooeypoo: Yeah so it's a focus problem as I suspected [00:08:22] I could've sworn my fix made it good, but apparently not. [00:08:41] This might be because I commented out the .focus() call in the readyProcess function because of an OOUI bug I caused [00:08:49] I think I got a bit confused by clicking out and in when I was testing. I'm not sure. I could've sworn it was fixed by it -- hence all the confused babble in the morning. [00:09:00] 3VisualEditor, Wikimedia-Extension-setup: VisualEditor has been disabled unexpectedly on fr.wiktionary - https://phabricator.wikimedia.org/T76099#789871 (10Jdforrester-WMF) [00:09:15] RoanKattouw, didn't you say that "transact" is better, though? [00:09:29] unrelated, apparently :\ but better? [00:09:33] mooeypoo: The event docs for documentUpdate say so [00:09:40] I mean in practice it doesn't matter too much [00:09:52] okay, so that fix is relevant anyways, though it seems to not be relevant to that particular bug. [00:10:04] it's also not that urgent anymore, apparently. [00:10:06] I am so confused. [00:10:12] mooeypoo: What's not that urgent? [00:10:45] James_F, since that fix is not fixing the bug, just changing the code to something that doesn't hurt to have (but works either way) the patch seems to not be as urgent, though probably a good idea to change in general. [00:10:49] the *bug* is urgent. [00:10:59] I am completely confused, though. RoanKattouw is this ooui-related ? [00:11:06] mooeypoo: Oh, right, OK. [00:11:20] 3VisualEditor-MediaWiki-Mobile: [Regression wmf9] VisualEditor fails to load (ve.ui.MobileContext.css not defined?) - https://phabricator.wikimedia.org/T75646#789877 (10Ryasmeen) [00:13:15] 3VisualEditor-EditingTools: VisualEditor: When selecting FocusableNode with arrow keys, context flickers at position of last mouse click - https://phabricator.wikimedia.org/T75242#789878 (10Etonkovidova) [00:15:15] RoanKattouw, are you looking for the ooui bug that was likely the culprit, or do you want to point me towrads the right direction? [00:15:39] RoanKattouw, your suggestion that it might be removing .focus() sounds right, but I'm worried about reintroducing the potential bug you said it was fixing [00:15:43] (03CR) 10Jforrester: "recheck" [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176175 (owner: 10Jforrester) [00:16:33] mooeypoo: I fixed the bug in OOUI [00:16:38] But I had to wait for a pull-through to happen [00:16:42] Which I think has just happened? [00:16:48] oh [00:16:58] I thought you said your fix caused my bug [00:18:32] Sorry [00:18:38] I think my *workaround for that bug* caused your bug [00:18:41] 3VisualEditor-Initialisation: VisualEditor: [Regression] Viewport sometimes scrolls to bottom when loading some pages in Chrome - https://phabricator.wikimedia.org/T75208#789885 (10Etonkovidova) Verified in Chrome 38. [00:18:45] OOUI bug: calling .focus() explodes in certain cases [00:18:53] Ultimate fix: make it not explode [00:18:59] Workaround for now: don't call .focus() [00:19:02] 3VisualEditor-Initialisation: VisualEditor: [Regression] Viewport sometimes scrolls to bottom when loading some pages in Chrome - https://phabricator.wikimedia.org/T75208#789887 (10Etonkovidova) [00:19:14] Theory for your bug: because I'm not calling .focus(), things that should happen don't happen, and Firefox is sad [00:19:42] Ahha [00:20:00] hm. So returning .focus() isn't the right solution. [00:20:23] Well now that OOUI is hopefully fixed, we could put that call to .focus() back, and hopefully that'll fix it [00:20:40] oh I see, the fix to ooui rendered the workaround moot anyways [00:21:07] 3VisualEditor-MediaWiki-Mobile: [Regression wmf9] VisualEditor fails to load (ve.ui.MobileContext.css not defined?) - https://phabricator.wikimedia.org/T75646#789889 (10Jdforrester-WMF) [00:21:18] RoanKattouw, where were those calls? or are you taking care of it? [00:21:30] That call was in MWTemplateDialog, getReadyProcess [00:21:35] I'm not taking care of it right now [00:21:42] * mooeypoo nods [00:21:44] You could try uncommenting that call, and test carefully, in both the template and citation dialogs [00:21:51] Oh, wait, now I say that I sound stupid don't I [00:21:54] *template* dialogs [00:21:54] see, template WORKS [00:22:01] You are talking about *reference* dialogs [00:22:04] Ignore me, I'm an idiot [00:22:09] sorry, yes, reference [00:22:10] that works [00:22:14] the surface there [00:22:19] I don't know what causes your bug and I have to investigate another one right now, I'll come back to yours later [00:22:21] Whatever is there should also be in media dialog [00:22:29] 3VisualEditor: [Regression wmf10] Basic reference that has Citation inside tries to render it as Basic Reference ({{Cite web }})and thus fails - https://phabricator.wikimedia.org/T76082#789890 (10Ryasmeen) [00:22:39] the only difference I found so far was the event, but I am going to look into the .focus() thing too [00:23:02] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf10] Switch to source edit option is disabled - https://phabricator.wikimedia.org/T75965#789891 (10Ryasmeen) [00:23:19] RoanKattouw, :\ this.captionSurface.focus(); <-- I have it on. Should work. [00:23:26] * mooeypoo investigates further [00:24:29] ha [00:24:32] * mooeypoo thinks she got it [00:24:38] (03PS1) 10Divec: Use complex change logic if there are changes not at the selection [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176192 [00:25:09] 3VisualEditor: [Regression wmf10]Switching to Edit source mode is not keeping changes done in VE - https://phabricator.wikimedia.org/T76114#789896 (10Ryasmeen) [00:25:23] (03PS1) 10Catrope: Followup 6d21d83: unbreak switching to edit source [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176193 [00:25:36] James_F: https://gerrit.wikimedia.org/r/176193 [00:26:15] (03CR) 10Jforrester: [C: 032] Followup 6d21d83: unbreak switching to edit source [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176193 (owner: 10Catrope) [00:26:24] yessss [00:26:26] RoanKattouw, I solved it. [00:26:27] (03PS1) 10Jforrester: Followup 6d21d83: unbreak switching to edit source [extensions/VisualEditor] (wmf/1.25wmf10) - 10https://gerrit.wikimedia.org/r/176194 [00:26:37] (03CR) 10Catrope: [C: 032 V: 032] Followup 6d21d83: unbreak switching to edit source [extensions/VisualEditor] (wmf/1.25wmf10) - 10https://gerrit.wikimedia.org/r/176194 (owner: 10Jforrester) [00:27:41] (03Merged) 10jenkins-bot: Followup 6d21d83: unbreak switching to edit source [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176193 (owner: 10Catrope) [00:27:43] I think. [00:28:40] (03PS1) 10Mooeypoo: Set panels after everything is initialized in media dialog [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176197 [00:28:48] RoanKattouw, ^^ [00:28:54] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf10] Switching to Edit source mode is not keeping changes done in VE - https://phabricator.wikimedia.org/T76114#789910 (10Jdforrester-WMF) [00:29:03] 3VisualEditor-ContentEditable: VisualEditor: Pasting annotated text causes space to be removed at annotation separators - https://phabricator.wikimedia.org/T73718#789912 (10Etonkovidova) [00:29:12] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf10] Switching to Edit source mode is not keeping changes done in VE - https://phabricator.wikimedia.org/T76114#789896 (10Jdforrester-WMF) [00:29:36] James_F: https://gerrit.wikimedia.org/r/176196 [00:30:43] Not sure why it just started [00:34:40] 3VisualEditor-DataModel: VisualEditor: Non-numeric colspan/rowspan values are normalized, or corrupted to NaN - https://phabricator.wikimedia.org/T75430#789915 (10Etonkovidova) [00:37:21] 3VisualEditor: Table column adding icon must be flipped for RTL - https://phabricator.wikimedia.org/T75379#789924 (10Etonkovidova) [00:37:34] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Bad backspacing behavior for vowel symbol characters of Malayalam - https://phabricator.wikimedia.org/T53511#789925 (10Jdforrester-WMF) [00:37:35] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor error typing into end of paragraph with Ibus Malayalam Swanalekha - https://phabricator.wikimedia.org/T56057#789926 (10Jdforrester-WMF) [00:37:37] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor multilingual input / i18n issues (tracking) - https://phabricator.wikimedia.org/T35077#789927 (10Jdforrester-WMF) [00:37:39] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Support for right-to-left (rtl) / bidirectional content (tracking) - https://phabricator.wikimedia.org/T35126#789928 (10Jdforrester-WMF) [00:37:40] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Using auto select zhu-yin input and it keeps bouncing duplicate chinese characters - https://phabricator.wikimedia.org/T63429#789931 (10Jdforrester-WMF) [00:37:41] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: CE eats up syllables except a last syllable of a word in Korean IME - https://phabricator.wikimedia.org/T52631#789929 (10Jdforrester-WMF) [00:37:42] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Desire to use Sogou Input as an IME source with VE - https://phabricator.wikimedia.org/T49436#789930 (10Jdforrester-WMF) [00:37:44] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Pawning prevention code in ve.ce.Surface sometimes prevents some legit keypresses from being handled (e.g. typing “ą” in Polish on a new line) - https://phabricator.wikimedia.org/T69367#789934 (10Jdforrester-WMF) [00:37:45] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: a line started with Japanese input disappear when I switch to and start non-Japanese (latin) input - https://phabricator.wikimedia.org/T74508#789932 (10Jdforrester-WMF) [00:37:46] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: IME detection should not use useragent sniffing - https://phabricator.wikimedia.org/T67077#789933 (10Jdforrester-WMF) [00:37:47] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: IME shift+ function for adding diacritical marks in Arabic broken - https://phabricator.wikimedia.org/T52105#789936 (10Jdforrester-WMF) [00:37:48] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Language dialog box didn't draw correctly - https://phabricator.wikimedia.org/T72733#789937 (10Jdforrester-WMF) [00:37:50] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cannot type in Korean using Mozilla on Windows 7 with dual-script keyboard - https://phabricator.wikimedia.org/T72353#789935 (10Jdforrester-WMF) [00:37:52] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: In WebKit, moving the cursor (caret) with the arrow keys breaks connected Arabic letters - https://phabricator.wikimedia.org/T68339#789939 (10Jdforrester-WMF) [00:37:54] 3VisualEditor, VisualEditor-ContentLanguage: Wikimedia Commons: {{int:..}} usages should render in user language instead of content language - https://phabricator.wikimedia.org/T72215#789940 (10Jdforrester-WMF) [00:37:55] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Provide a language inspector to handle
blocks and similar - https://phabricator.wikimedia.org/T62187#789938 (10Jdforrester-WMF) [00:37:56] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Standalone doesn't have an RTL stylesheet - https://phabricator.wikimedia.org/T67057#789943 (10Jdforrester-WMF) [00:37:57] 3VisualEditor, VisualEditor-ContentLanguage: A menu item of VisusalEditor in Ukrainian Wikipedia has been changed by mistake. - https://phabricator.wikimedia.org/T69911#789942 (10Jdforrester-WMF) [00:37:58] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: The article Sindhi language cannot be edited in VE if the Language tool is enabled - https://phabricator.wikimedia.org/T71955#789941 (10Jdforrester-WMF) [00:38:00] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Some icons need to be flipped for RTL languages - https://phabricator.wikimedia.org/T65593#789944 (10Jdforrester-WMF) [00:38:01] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Marathi/Devanagari: After typing first character cursor moves in wrong direction when using jquery.IME - https://phabricator.wikimedia.org/T55701#789945 (10Jdforrester-WMF) [00:38:02] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: When using jquery.IME, type a word and press space bar = eliminates typed text immediately - https://phabricator.wikimedia.org/T55700#789946 (10Jdforrester-WMF) [00:38:03] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: jquery.IME doesn't work in VisualEditor's iframes (template, reference, reference list, media, and page settings dialogs, and language, maths, code and link inspectors) - https://phabricator.wikimedia.org/T55717#789948 (10Jdforrester-WMF) [00:38:05] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Typing problem in Assamese - https://phabricator.wikimedia.org/T54726#789947 (10Jdforrester-WMF) [00:38:06] 3VisualEditor, VisualEditor-ContentLanguage: The language selector tool takes a long time to load and then to apply - https://phabricator.wikimedia.org/T68124#789950 (10Jdforrester-WMF) [00:38:07] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Category autocompletion is broken in RTL wikis - https://phabricator.wikimedia.org/T67483#789949 (10Jdforrester-WMF) [00:38:08] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Ctrl+cursor (Opt+cursor on Mac) moves the caret too far in Hebrew - https://phabricator.wikimedia.org/T66872#789951 (10Jdforrester-WMF) [00:38:10] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Incorrect text selection with jquery.IME - https://phabricator.wikimedia.org/T55706#789953 (10Jdforrester-WMF) [00:38:11] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Incorrect and irremovable text placement with IMEs - https://phabricator.wikimedia.org/T55708#789952 (10Jdforrester-WMF) [00:38:12] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor skips by one character for Thai characters (expected skipping by one block) - https://phabricator.wikimedia.org/T64028#789956 (10Jdforrester-WMF) [00:38:13] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: IME input into an empty slug causes characters to overwrite one another - https://phabricator.wikimedia.org/T47240#789954 (10Jdforrester-WMF) [00:38:15] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor not moving past ग्र on left arrow key press - https://phabricator.wikimedia.org/T53846#789955 (10Jdforrester-WMF) [00:38:16] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: "Uncaught TypeError: Cannot call method 'getOffset' of null" triggered using jquery.IME - https://phabricator.wikimedia.org/T56334#789959 (10Jdforrester-WMF) [00:38:17] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor cannot move through text created with jquery.IME when editing bulleted text - https://phabricator.wikimedia.org/T55711#789957 (10Jdforrester-WMF) [00:38:18] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Automatic Incorrect caret movement with ULS - https://phabricator.wikimedia.org/T56424#789958 (10Jdforrester-WMF) [00:38:20] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: "Uncaught Error: ve.dm.Document.getNodeFromOffset(): offset 804 is out of bounds" triggered using jquery.IME - https://phabricator.wikimedia.org/T56331#789960 (10Jdforrester-WMF) [00:38:21] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Text duplication when using jquery.IME on existing pages - https://phabricator.wikimedia.org/T56421#789961 (10Jdforrester-WMF) [00:38:22] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Add support for adding dir/lang attributes to paragraphs and similar elements (div, p, lists etc.) - https://phabricator.wikimedia.org/T43009#789962 (10Jdforrester-WMF) [00:38:23] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor jumps to the beginning of the sentence/paragraph when using jquery.IME - https://phabricator.wikimedia.org/T56283#789965 (10Jdforrester-WMF) [00:38:25] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Adding support to Grammar/Orthography fixes custom wiki defined button to be applied on texts visually on client side - https://phabricator.wikimedia.org/T54122#789963 (10Jdforrester-WMF) [00:38:26] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Content disappears when using jquery.IME - https://phabricator.wikimedia.org/T55705#789964 (10Jdforrester-WMF) [00:38:27] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Marathi/Devanagari: Backpace deletes text on right side - https://phabricator.wikimedia.org/T55757#789968 (10Jdforrester-WMF) [00:38:29] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Support x-method of entering special characters for Esperanto - https://phabricator.wikimedia.org/T60662#789967 (10Jdforrester-WMF) [00:38:30] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Implement script-specific cursoring for Devanagari if native cursoring is insufficient - https://phabricator.wikimedia.org/T55754#789966 (10Jdforrester-WMF) [00:38:31] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Backspace deletes combined character clusters together with diacritics - https://phabricator.wikimedia.org/T53472#789970 (10Jdforrester-WMF) [00:38:33] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cannot move cursor backwards on ligature cluster on Chrome - https://phabricator.wikimedia.org/T53596#789969 (10Jdforrester-WMF) [00:38:34] 3VisualEditor, VisualEditor-ContentLanguage: messages don't resolve in standalone VisualEditor - https://phabricator.wikimedia.org/T58519#789971 (10Jdforrester-WMF) [00:38:35] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Unexpected editing behaviour for Malayalam Text - https://phabricator.wikimedia.org/T55572#789972 (10Jdforrester-WMF) [00:38:36] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Marathi/Devanagari: When using jquery.IME, type a word and press space bar = eliminates typed text immediately Typed content disappear while pressing Spacebar - https://phabricator.wikimedia.org/T56960#789973 (10Jdforrester-WMF) [00:38:38] 3VisualEditor, VisualEditor-ContentLanguage: Visualditor: Marathi/Devanagari: edit change not reflecting in edit preview - https://phabricator.wikimedia.org/T55758#789975 (10Jdforrester-WMF) [00:38:39] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Recursive word addition with Google Input Tools in reference tool on Firefox - https://phabricator.wikimedia.org/T53847#789976 (10Jdforrester-WMF) [00:38:40] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Marathi/Devanagari: Save button does not get enabled for same or lesser length change - https://phabricator.wikimedia.org/T55788#789974 (10Jdforrester-WMF) [00:38:41] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Repeated insertion of multi-byte characters - https://phabricator.wikimedia.org/T55012#789979 (10Jdforrester-WMF) [00:38:43] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Corruption with circumflexes - https://phabricator.wikimedia.org/T56047#789978 (10Jdforrester-WMF) [00:38:43] RoanKattouw: https://gerrit.wikimedia.org/r/#/q/Ia3d8a5a9df0efffd2b5cb1466e600cc0b77d7ef2,n,z [00:38:44] 3VisualEditor-ContentLanguage, VisualEditor: VisualEditor breaks when Polish-language diacritics (ążśźęćńół) are input - https://phabricator.wikimedia.org/T55747#789977 (10Jdforrester-WMF) [00:38:47] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: RTL entries don't receive dir="rtl" in Page settings / Languages - https://phabricator.wikimedia.org/T55503#789980 (10Jdforrester-WMF) [00:38:48] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: cursor places itself after the first character when inserting a group of Japanese characters - https://phabricator.wikimedia.org/T54716#789981 (10Jdforrester-WMF) [00:38:48] RoanKattouw: +2 appreciated. [00:38:49] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: IME input into an empty slug causes characters to overwrite one another - https://phabricator.wikimedia.org/T55064#789982 (10Jdforrester-WMF) [00:38:50] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Typing in Devanagari puts vowels in unexpected places - https://phabricator.wikimedia.org/T53477#789983 (10Jdforrester-WMF) [00:38:52] 3VisualEditor, VisualEditor-ContentLanguage: VE does not support typing in Kannada - https://phabricator.wikimedia.org/T52346#789984 (10Jdforrester-WMF) [00:40:10] (03PS1) 10Catrope: Update VE core submodule to master (ddbedd1) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176198 [00:40:17] (03CR) 10Catrope: [C: 032] Update OOjs UI to v0.2.3 [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176175 (owner: 10Jforrester) [00:40:36] 3VisualEditor: [Regression wmf10] Basic reference that has Citation inside tries to render it as Basic Reference ({{Cite web }})and thus fails - https://phabricator.wikimedia.org/T76082#789985 (10Ryasmeen) 5Open>3Resolved [00:40:41] James_F: https://gerrit.wikimedia.org/r/176198 [00:41:06] 3VisualEditor, VisualEditor-ContentEditable: Inserted media in Table Caption gets de-attached after Save - https://phabricator.wikimedia.org/T76100#789986 (10Jdforrester-WMF) [00:41:07] 3VisualEditor, VisualEditor-ContentEditable: Safari only: inserting a link link on a new line will force the link inspector to be displayed in the upper left corner - https://phabricator.wikimedia.org/T76083#789987 (10Jdforrester-WMF) [00:41:10] 3VisualEditor, VisualEditor-ContentEditable: [regression-wmf9]visualeditor-formatdropdown-format-blockquote is displayed in Headings menu - https://phabricator.wikimedia.org/T76072#789989 (10Jdforrester-WMF) [00:41:11] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Safari - white spaces are dropped for copied formatted text - https://phabricator.wikimedia.org/T75333#789990 (10Jdforrester-WMF) [00:41:12] 3VisualEditor, VisualEditor-ContentEditable: Safari only: applying any options from formatting menu gives [Error] Failed to load resource: The operation couldn’t be completed. - https://phabricator.wikimedia.org/T76079#789988 (10Jdforrester-WMF) [00:41:13] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Dimensions of small images are lost in rendering - https://phabricator.wikimedia.org/T56205#789991 (10Jdforrester-WMF) [00:41:14] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor:A Return character appears when a text is followed by code - https://phabricator.wikimedia.org/T59454#789993 (10Jdforrester-WMF) [00:41:16] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: "Unbalanced set of replace operations found" when deleting table cells - https://phabricator.wikimedia.org/T65103#789992 (10Jdforrester-WMF) [00:41:17] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: When highlighting and replacing a text, VE starts typing by itself - https://phabricator.wikimedia.org/T70278#789994 (10Jdforrester-WMF) [00:41:18] 3VisualEditor, VisualEditor-ContentEditable: VE: IE 11 - editing with keyboard Backspace causes the screen scroll up - https://phabricator.wikimedia.org/T74646#789996 (10Jdforrester-WMF) [00:41:19] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Backspace in list: deleted character re-appears - https://phabricator.wikimedia.org/T43066#789997 (10Jdforrester-WMF) [00:41:20] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Cut+paste of {{convert}} and {{cite web}} unleashes invasion of snowman clone army in endless loop - https://phabricator.wikimedia.org/T74512#789995 (10Jdforrester-WMF) [00:41:22] (03CR) 10Jforrester: [C: 032] Update VE core submodule to master (ddbedd1) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176198 (owner: 10Catrope) [00:41:22] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression wmf1] "Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': .." while inserting a comment - https://phabricator.wikimedia.org/T73418#789998 (10Jdforrester-WMF) [00:41:23] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: nowiki when trying to edit an external link in references - https://phabricator.wikimedia.org/T55183#789999 (10Jdforrester-WMF) [00:41:26] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor bugs: wikilinks, tables, nowiki and other - https://phabricator.wikimedia.org/T72396#790000 (10Jdforrester-WMF) [00:41:27] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: When making text bold or italic following a template, pawn symbol appears - https://phabricator.wikimedia.org/T70151#790004 (10Jdforrester-WMF) [00:41:28] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor:Categories when added are shown as return character in VE. - https://phabricator.wikimedia.org/T70811#790003 (10Jdforrester-WMF) [00:41:29] 3VisualEditor, VisualEditor-ContentEditable: "There are no references on this page to include in this list." even that refs exists - https://phabricator.wikimedia.org/T71066#790002 (10Jdforrester-WMF) [00:41:31] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Pawn appears near copy/pasted template - https://phabricator.wikimedia.org/T59358#790006 (10Jdforrester-WMF) [00:41:32] 3VisualEditor, VisualEditor-ContentEditable: Reference template may cause loop of text insertion - https://phabricator.wikimedia.org/T70789#790005 (10Jdforrester-WMF) [00:41:33] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Pawn ♙ appears after deleting the preceding text of a reference icon - https://phabricator.wikimedia.org/T59632#790007 (10Jdforrester-WMF) [00:41:34] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Snowmen appear near newly added references - https://phabricator.wikimedia.org/T56712#790010 (10Jdforrester-WMF) [00:41:35] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Pawn ♙ appears if you type near a [[Link]] after the {{convert}} template - https://phabricator.wikimedia.org/T70691#790009 (10Jdforrester-WMF) [00:41:37] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Comment Edit dialog does not close, after inserting a list. - https://phabricator.wikimedia.org/T70738#790008 (10Jdforrester-WMF) [00:41:38] 3VisualEditor, VisualEditor-ContentEditable: Can edit in Read mode in Betalabs - https://phabricator.wikimedia.org/T70110#790013 (10Jdforrester-WMF) [00:41:39] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: In [[Pristina International Airport]] the backspace key makes the cursor jump further back - https://phabricator.wikimedia.org/T69933#790011 (10Jdforrester-WMF) [00:41:40] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Images after template are shielded and uneditable in RTL - https://phabricator.wikimedia.org/T55542#790012 (10Jdforrester-WMF) [00:41:41] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Cursor positioning broken after about-grouped inline alien - https://phabricator.wikimedia.org/T69985#790014 (10Jdforrester-WMF) [00:41:43] 3VisualEditor, VisualEditor-ContentEditable: Replace text after template with lang tag - https://phabricator.wikimedia.org/T70037#790015 (10Jdforrester-WMF) [00:41:44] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Typing into empty paragraph with inspector open creates pawn - https://phabricator.wikimedia.org/T64220#790016 (10Jdforrester-WMF) [00:41:45] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression wmf7] Cursor is no longer getting automatically placed in the edit summary field; document isn't unfocussed in Firefox - https://phabricator.wikimedia.org/T68168#790017 (10Jdforrester-WMF) [00:41:46] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression wmf20] Adding a space after a formatted link throws error Uncaught TypeError: Cannot read property 'constructor' of undefined - https://phabricator.wikimedia.org/T65333#790019 (10Jdforrester-WMF) [00:41:47] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: ContentEditable div often takes more than 5 seconds to appear in Beta Labs - https://phabricator.wikimedia.org/T65447#790020 (10Jdforrester-WMF) [00:41:49] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: SurfaceWidget always creates a DesktopSurface, even when the target is mobile - https://phabricator.wikimedia.org/T67642#790018 (10Jdforrester-WMF) [00:41:50] 3VisualEditor, VisualEditor-ContentEditable: Editing refs in image descriptions - https://phabricator.wikimedia.org/T56949#790023 (10Jdforrester-WMF) [00:41:51] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Various things wiggle on hover in Chrome - https://phabricator.wikimedia.org/T65020#790021 (10Jdforrester-WMF) [00:41:52] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Image thumbnails that don't specify size should render at the wiki-default size - https://phabricator.wikimedia.org/T54487#790022 (10Jdforrester-WMF) [00:41:53] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression pre-wmf20] Cannot save a page after undoing inserting reference on it - https://phabricator.wikimedia.org/T65085#790025 (10Jdforrester-WMF) [00:41:54] 3VisualEditor, VisualEditor-ContentEditable: De.WP's quote template eats refs (or gets eaten) - https://phabricator.wikimedia.org/T55777#790024 (10Jdforrester-WMF) [00:41:56] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression?] Cursor appears misplaced after hitting Enter twice in a list - https://phabricator.wikimedia.org/T59551#790026 (10Jdforrester-WMF) [00:41:57] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Make it clearer that the clear formatting button does something (clears pre-annotations) if any are set - https://phabricator.wikimedia.org/T53756#790030 (10Jdforrester-WMF) [00:41:58] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: No easy way to add content before a template at the start of a line - https://phabricator.wikimedia.org/T54032#790029 (10Jdforrester-WMF) [00:41:59] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Tab key moves focus between citations; doesn't indent text as expected - https://phabricator.wikimedia.org/T53530#790027 (10Jdforrester-WMF) [00:42:00] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Show suggested links' status with an indicator during auto-suggest - https://phabricator.wikimedia.org/T58435#790028 (10Jdforrester-WMF) [00:42:01] 3VisualEditor, VisualEditor-ContentEditable: Pressing "ESC" while link insertion applies the link instead of aborting it - https://phabricator.wikimedia.org/T58431#790031 (10Jdforrester-WMF) [00:42:03] 3VisualEditor, VisualEditor-ContentEditable: Object deploy area not clearly visible - https://phabricator.wikimedia.org/T58608#790033 (10Jdforrester-WMF) [00:42:04] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression pre-wmf19] Media Settings icon is not clickable since it got overlayed by image highlight box - https://phabricator.wikimedia.org/T64659#790032 (10Jdforrester-WMF) [00:42:05] 3VisualEditor, VisualEditor-ContentEditable: Disable resolution tool for objects or add default - https://phabricator.wikimedia.org/T58609#790034 (10Jdforrester-WMF) [00:42:06] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Pawn ("♙") appears inside a media item's caption while user is typing in the page - https://phabricator.wikimedia.org/T59728#790036 (10Jdforrester-WMF) [00:42:07] 3VisualEditor, VisualEditor-ContentEditable: Translation pages are editable - https://phabricator.wikimedia.org/T53931#790035 (10Jdforrester-WMF) [00:42:09] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Dragging cursor through multi-part template responds unpredictably in Firefox - https://phabricator.wikimedia.org/T53880#790039 (10Jdforrester-WMF) [00:42:10] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor:Show the link to a missing page as a red link as it shows in the dialog - https://phabricator.wikimedia.org/T58442#790037 (10Jdforrester-WMF) [00:42:11] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Undoing a larger cut restores selection incorrectly - https://phabricator.wikimedia.org/T54410#790038 (10Jdforrester-WMF) [00:42:12] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Backspace from header line into empty paragraph changes header format into paragraph - https://phabricator.wikimedia.org/T52418#790042 (10Jdforrester-WMF) [00:42:14] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Deletion of alienated content blocks can delete across (rather than deleting them) - https://phabricator.wikimedia.org/T53332#790040 (10Jdforrester-WMF) [00:42:15] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: The transparent color that shows the template goes up to the previous element instead of the top of the template - https://phabricator.wikimedia.org/T53048#790041 (10Jdforrester-WMF) [00:42:16] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: In firefox, while typing on reference dialog box the first character always goes to the next line and cannot be deleted thereafter - https://phabricator.wikimedia.org/T58642#790043 (10Jdforrester-WMF) [00:42:17] (03Merged) 10jenkins-bot: Update OOjs UI to v0.2.3 [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176175 (owner: 10Jforrester) [00:42:17] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression] Lists badly broken again - https://phabricator.wikimedia.org/T50386#790045 (10Jdforrester-WMF) [00:42:18] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Selecting text and hitting Function keys, PageUp/Down, End/Insert deletes the selected text in Firefox - https://phabricator.wikimedia.org/T50022#790044 (10Jdforrester-WMF) [00:42:19] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Wiki markup and weird characters show up in the view mode while applying link to a text with reference - https://phabricator.wikimedia.org/T58751#790048 (10Jdforrester-WMF) [00:42:21] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Subscript and Superscript applied on same text, making it placed somewhere in the middle of the preceding text - https://phabricator.wikimedia.org/T58795#790047 (10Jdforrester-WMF) [00:42:22] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Editing a block level slug causes pawns to be inserted, content corruption - https://phabricator.wikimedia.org/T50346#790046 (10Jdforrester-WMF) [00:42:23] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Categories are not being added instantly unless user refreshes the browser - https://phabricator.wikimedia.org/T58683#790049 (10Jdforrester-WMF) [00:42:26] 3VisualEditor, VisualEditor-ContentEditable: Dragging elements to the end of the page should make a new empty line appear - https://phabricator.wikimedia.org/T56756#790051 (10Jdforrester-WMF) [00:42:27] 3VisualEditor, VisualEditor-ContentEditable: Scrolling page down causes Other drop down menu shorten - https://phabricator.wikimedia.org/T57362#790050 (10Jdforrester-WMF) [00:42:29] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Editing at top of page shows pawn/slug character - https://phabricator.wikimedia.org/T56791#790055 (10Jdforrester-WMF) [00:42:30] 3VisualEditor, VisualEditor-ContentEditable: Newly inserted templates / transclusions are not floated - https://phabricator.wikimedia.org/T56893#790053 (10Jdforrester-WMF) [00:42:31] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Some templates with images show full size images on Swedish Wikipedia - https://phabricator.wikimedia.org/T56371#790052 (10Jdforrester-WMF) [00:42:32] 3VisualEditor, VisualEditor-ContentEditable: When editing an infobox, the labels are sorted alphabetically and not in the original order - https://phabricator.wikimedia.org/T55891#790054 (10Jdforrester-WMF) [00:42:33] 3VisualEditor, VisualEditor-ContentEditable: Race condition: pressing several character keys simultaneously sometimes inserts spurious newline - https://phabricator.wikimedia.org/T55317#790058 (10Jdforrester-WMF) [00:42:34] 3VisualEditor, VisualEditor-ContentEditable: Encountering in page freezes cursor completely - https://phabricator.wikimedia.org/T56722#790056 (10Jdforrester-WMF) [00:42:35] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: [Regression] Copy/paste handlers intercept non-surface copy/paste events, even after VE is closed - https://phabricator.wikimedia.org/T56375#790057 (10Jdforrester-WMF) [00:42:37] 3VisualEditor-ContentEditable, VisualEditor: VisualEditor: annotating or linking newly added text containing accented or non-Latin characters causes corruption and pawns - https://phabricator.wikimedia.org/T55680#790059 (10Jdforrester-WMF) [00:42:38] 3VisualEditor, VisualEditor-ContentEditable: VisualEdit: Template {{tl}} invisible in edit mode - https://phabricator.wikimedia.org/T54147#790061 (10Jdforrester-WMF) [00:42:39] 3VisualEditor, VisualEditor-ContentEditable: Visual Editor: wrong URL when opening red links and section links from editor - https://phabricator.wikimedia.org/T53122#790060 (10Jdforrester-WMF) [00:42:40] 3VisualEditor, VisualEditor-ContentEditable: Blanking last section of page corrupts heading - https://phabricator.wikimedia.org/T53417#790064 (10Jdforrester-WMF) [00:42:41] 3VisualEditor, VisualEditor-ContentEditable: Visual Editor: Adding text after a link includes that text in the link - https://phabricator.wikimedia.org/T53531#790063 (10Jdforrester-WMF) [00:42:42] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: tags not deleted when surrounding element or text is deleted - https://phabricator.wikimedia.org/T53950#790062 (10Jdforrester-WMF) [00:42:44] 3VisualEditor, VisualEditor-ContentEditable: Wikilink to redirect: in link dialog, item appears as red under "New page" - https://phabricator.wikimedia.org/T52274#790067 (10Jdforrester-WMF) [00:42:45] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: line endings are not preserved when copying from a text file - https://phabricator.wikimedia.org/T52946#790065 (10Jdforrester-WMF) [00:42:46] 3VisualEditor, VisualEditor-ContentEditable: Visual Editor: Need a GUI way to link to page sections for users who don't know Article#Section format - https://phabricator.wikimedia.org/T53121#790066 (10Jdforrester-WMF) [00:42:47] 3VisualEditor, VisualEditor-ContentEditable: Visual Editor: Link tool thinks section links are new articles - https://phabricator.wikimedia.org/T53118#790069 (10Jdforrester-WMF) [00:42:48] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Auto-external links to image files which are broken (404/etc.) display as the filename and cannot be edited - https://phabricator.wikimedia.org/T53103#790068 (10Jdforrester-WMF) [00:42:49] 3VisualEditor, VisualEditor-ContentEditable: Starting a header line jumps to the top of the article - https://phabricator.wikimedia.org/T52860#790071 (10Jdforrester-WMF) [00:42:50] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Odd behavior using arrow keys for cursor movement - https://phabricator.wikimedia.org/T52168#790070 (10Jdforrester-WMF) [00:42:52] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Delete contents of slugged paragraph results in double line break visible - https://phabricator.wikimedia.org/T50385#790074 (10Jdforrester-WMF) [00:42:53] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Resize hover phantom has too high a z-index, so users are unable to click on the image inspector menu - https://phabricator.wikimedia.org/T52159#790073 (10Jdforrester-WMF) [00:42:54] 3VisualEditor, VisualEditor-ContentEditable: Audio elements display poorly in VE - https://phabricator.wikimedia.org/T52448#790072 (10Jdforrester-WMF) [00:42:55] 3VisualEditor, VisualEditor-ContentEditable: Add drag and drop functionality for text - https://phabricator.wikimedia.org/T52183#790076 (10Jdforrester-WMF) [00:42:56] 3VisualEditor, VisualEditor-ContentEditable: Unwanted Removal of text formatting - https://phabricator.wikimedia.org/T52258#790075 (10Jdforrester-WMF) [00:42:57] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Pressing Enter in a heading at the beginning breaks in Firefox - https://phabricator.wikimedia.org/T50526#790077 (10Jdforrester-WMF) [00:42:59] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Aborted empty list creates a pawn - https://phabricator.wikimedia.org/T50287#790079 (10Jdforrester-WMF) [00:43:00] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Pawn appears when creating new list item in Firefox - https://phabricator.wikimedia.org/T50468#790078 (10Jdforrester-WMF) [00:43:01] 3VisualEditor, VisualEditor-ContentEditable: VisualEditor: Indenting multiple list items now broken in Firefox - https://phabricator.wikimedia.org/T50069#790080 (10Jdforrester-WMF) [00:43:02] 3VisualEditor, MediaWiki-extensions-SyntaxHighlight-(GeSHi): Create a VisualEditor plugin tool to add/edit SyntaxHighlight blocks - https://phabricator.wikimedia.org/T45126#790082 (10Jdforrester-WMF) [00:43:04] 3VisualEditor, MediaWiki-extensions-UniversalLanguageSelector: Make ULS input methods work in content editable divs of Visual Editor - https://phabricator.wikimedia.org/T51569#790085 (10Jdforrester-WMF) [00:43:05] 3VisualEditor, MediaWiki-skins-Chameleon: Dropdowns in the VE toolbar opening "under" the content area - https://phabricator.wikimedia.org/T72678#790087 (10Jdforrester-WMF) [00:43:08] 3VisualEditor: Table row selector is shown incorrectly in RTL - https://phabricator.wikimedia.org/T75378#790089 (10Etonkovidova) [00:43:11] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf10] Switching to Edit source mode is not keeping changes done in VE - https://phabricator.wikimedia.org/T76114#790096 (10Ryasmeen) [00:43:12] 3VisualEditor, MediaWiki-extensions-Math: VisualEditor Math plugin displayed equation becomes jumbled during and after editing if using MathJax - https://phabricator.wikimedia.org/T63497#790097 (10Jdforrester-WMF) [00:43:14] 3VisualEditor, MediaWiki-extensions-Math: Create a VisualEditor plugin tool to add/edit maths blocks - https://phabricator.wikimedia.org/T45058#790099 (10Jdforrester-WMF) [00:43:36] 3VisualEditor, VisualEditor-ContentEditable: [Regression wmf10] cannot open Formula inspector - https://phabricator.wikimedia.org/T76087#790101 (10Jdforrester-WMF) [00:46:29] 3VisualEditor, VisualEditor-EditingTools: VisualEditor:[Regression wmf8] All inspector dialog UI is broken when added inside Reference/Media Settings dialog box - https://phabricator.wikimedia.org/T75542#790103 (10Jdforrester-WMF) [00:46:31] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor Mobile: [Regression pre-wmf8] "Uncaught Error: Unknown dependency: rangefix" appears while trying to load mobile VE - https://phabricator.wikimedia.org/T75038#790104 (10Jdforrester-WMF) [00:46:34] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Clicking in a table that contains templated rows causes JS error - https://phabricator.wikimedia.org/T74717#790106 (10Jdforrester-WMF) [00:46:35] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf7] Cannot add any Citations or Basic reference in a page , throwing Typeerror " Cannot read property 'replace' of undefined " - https://phabricator.wikimedia.org/T74948#790105 (10Jdforrester-WMF) [00:46:36] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf7] Empty Add Template dialog appearing upon trying to open an existing template from a page - https://phabricator.wikimedia.org/T74719#790108 (10Jdforrester-WMF) [00:46:37] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf7] Cite command not working (but cite-tranclusion does) - https://phabricator.wikimedia.org/T75001#790107 (10Jdforrester-WMF) [00:46:38] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf7] VisualEditor gets unresponsive after adding a template - https://phabricator.wikimedia.org/T74961#790109 (10Jdforrester-WMF) [00:46:40] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf4] “Uncaught TypeError: undefined is not a function” when Citation dialog opens - https://phabricator.wikimedia.org/T73997#790110 (10Jdforrester-WMF) [00:46:41] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf2] Deleting any focusable node throws "error:NS_ERROR_FAILURE:" in Firefox and wrong context menu starts appearing for other nodes - https://phabricator.wikimedia.org/T73580#790111 (10Jdforrester-WMF) [00:46:42] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf1] Comment box is not opening in Betalabs - https://phabricator.wikimedia.org/T73246#790112 (10Jdforrester-WMF) [00:46:43] 3VisualEditor, VisualEditor-Initialisation: VisualEditor: Style and bgcolor attributes normalized by Internet Explorer - https://phabricator.wikimedia.org/T72856#790115 (10Jdforrester-WMF) [00:46:44] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: Saving replaces categories with [[MediaWiki:Badtitletext]] - https://phabricator.wikimedia.org/T72897#790114 (10Jdforrester-WMF) [00:46:46] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf1] Link button does nothing - https://phabricator.wikimedia.org/T73237#790113 (10Jdforrester-WMF) [00:46:47] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf21] Inserting multi-node template (?) causes endless snowmen - https://phabricator.wikimedia.org/T72777#790116 (10Jdforrester-WMF) [00:46:50] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Pasting copied template cause it to be inserted twice, once broken (span tag, data-ve-ignore) - https://phabricator.wikimedia.org/T61653#790117 (10Jdforrester-WMF) [00:46:51] 3VisualEditor, VisualEditor-DataModel: Categories/default sort sometimes duplicated to random position in DOM after edit - https://phabricator.wikimedia.org/T52120#790119 (10Jdforrester-WMF) [00:46:52] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor Mobile: Cannot load Mobile VE in Betalabs in iOS safari - https://phabricator.wikimedia.org/T70949#790120 (10Jdforrester-WMF) [00:46:53] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor Mobile: [Regression pre-wmf16] Scrolling and tapping into CE goes dead after using link inspector - https://phabricator.wikimedia.org/T70878#790123 (10Jdforrester-WMF) [00:46:55] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor Mobile: MobileContext is not in the DOM - https://phabricator.wikimedia.org/T70546#790121 (10Jdforrester-WMF) [00:46:56] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor: [Regression pre-wmf16] Cannot open any page with Mobile VE in Betalabs - https://phabricator.wikimedia.org/T70584#790122 (10Jdforrester-WMF) [00:46:57] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf12] The Math Inspector loses its focus each time a character is inserted when it tries to parse the new value - https://phabricator.wikimedia.org/T69326#790124 (10Jdforrester-WMF) [00:46:58] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression] Changes made after reviewing changes are not sent (when caching is enabled) - https://phabricator.wikimedia.org/T70619#790126 (10Jdforrester-WMF) [00:47:00] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf15] Pressing return after a link is throwingTypeError: Cannot read property 'getOuterLength' of undefined VM112:521 - https://phabricator.wikimedia.org/T70415#790125 (10Jdforrester-WMF) [00:47:01] 3VisualEditor, VisualEditor-Initialisation: VisualEditor: [Regression pre-wmf14] The cursor stays enabled in readmode after saving a page - https://phabricator.wikimedia.org/T70048#790127 (10Jdforrester-WMF) [00:47:02] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Firefox throws NS_ERROR_NOT_AVAILABLE when clicking save button - https://phabricator.wikimedia.org/T67401#790129 (10Jdforrester-WMF) [00:47:03] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf13] None of the cite options or template dialogs are opening, throwing error:Uncaught TypeError: Cannot read property 'bind' of undefined - https://phabricator.wikimedia.org/T69814#790128 (10Jdforrester-WMF) [00:47:04] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor: [Regression wmf1] Uncaught Error: ve.dm.Document.getNodeFromOffset(): offset 339 is out of bounds is appearing in Mobile VE after reopening a page for the second time and hitting return twice - https://phabricator.wikimedia.org/T66034#790131 (10Jdforrest... [00:47:06] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf3] Changing a citation in the citation tool inserts a new citation, doesn't replace the old one - https://phabricator.wikimedia.org/T66717#790130 (10Jdforrester-WMF) [00:47:07] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf1] While trying to open Hiero/Math/Gallery inspector TypeError:Cannot read property 'forcedLtr' of undefined appears in the console - https://phabricator.wikimedia.org/T66072#790132 (10Jdforrester-WMF) [00:47:08] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf1] Save page button does not become enabled upon adding any text/changing format/adding reference in CE for Betalabs - https://phabricator.wikimedia.org/T66042#790135 (10Jdforrester-WMF) [00:47:09] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf2] "Undo" button remains disabled through out the edit session in Betalabs - https://phabricator.wikimedia.org/T66194#790133 (10Jdforrester-WMF) [00:47:11] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf1] Cannot add reflist in a page in Betalabs - https://phabricator.wikimedia.org/T66012#790134 (10Jdforrester-WMF) [00:47:12] 3VisualEditor, VisualEditor-Initialisation: VisualEditor: [Regression pre-wmf1] Selection in Firefox can get to 0,0 which then breaks horribly - https://phabricator.wikimedia.org/T65943#790138 (10Jdforrester-WMF) [00:47:13] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression pre-wmf1] Uncaught TypeError: Cannot call method 'isCollapsed' of null appearing and cannot create a new page in Betalabs - https://phabricator.wikimedia.org/T65954#790136 (10Jdforrester-WMF) [00:47:15] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf21] Cannot add a new category in Betalabs - https://phabricator.wikimedia.org/T65547#790137 (10Jdforrester-WMF) [00:47:16] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression wmf21] Cannot select the first match in the transclusion selection dialog box - https://phabricator.wikimedia.org/T65544#790140 (10Jdforrester-WMF) [00:47:17] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Provide way for local wikis to auto-prompt reference templates - https://phabricator.wikimedia.org/T52110#790141 (10Jdforrester-WMF) [00:47:18] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Faulty wmf21 OOjs UI deploy -> Exception on load "Uncaught TypeError: Object # has no method 'lookup'" - https://phabricator.wikimedia.org/T65791#790139 (10Jdforrester-WMF) [00:47:20] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor: [Regression pre-wmf20] Mobile VE fails to appear in beta labs due to generateCitationFeatures() exploding when citation code isn't loaded - https://phabricator.wikimedia.org/T65074#790142 (10Jdforrester-WMF) [00:47:21] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression pre-wmf18] Cannot read property 'saveDialogSave' of undefined appearing when saving a page - https://phabricator.wikimedia.org/T64508#790144 (10Jdforrester-WMF) [00:47:22] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Implement a better version of enwiki's reference pop-up for very easy reference inserting - https://phabricator.wikimedia.org/T52768#790143 (10Jdforrester-WMF) [00:47:23] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Uncaught TypeError: Object # has no method 'restoreEditSection appearing in en.wiki - https://phabricator.wikimedia.org/T63759#790146 (10Jdforrester-WMF) [00:47:25] 3VisualEditor, VisualEditor-EditingTools: VisualEditor:The Page suggestions are not appearing in the link inspector while creating link on Betalabs - https://phabricator.wikimedia.org/T62374#790147 (10Jdforrester-WMF) [00:47:26] 3VisualEditor, VisualEditor-DataModel: VisualEditor: [Regression wmf16] Unrelated edit removes "upright" parameter from images - https://phabricator.wikimedia.org/T64366#790145 (10Jdforrester-WMF) [00:47:27] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor: In alpha mode/beta labs, attempting to edit (using VE) results in only a spinner - https://phabricator.wikimedia.org/T62912#790148 (10Jdforrester-WMF) [00:47:28] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression] Link inspector prevents insertion of section links - https://phabricator.wikimedia.org/T55219#790149 (10Jdforrester-WMF) [00:47:30] 3VisualEditor, VisualEditor-DataModel: VisualEditor: [Regression] The list of reusable references does not provide any details except for reference number - https://phabricator.wikimedia.org/T59209#790150 (10Jdforrester-WMF) [00:47:31] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Cannot save a page after adding gallery to a page - https://phabricator.wikimedia.org/T62307#790151 (10Jdforrester-WMF) [00:47:32] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Trying to open gallery inspector when an image or reference is selected causes JS error - https://phabricator.wikimedia.org/T62502#790152 (10Jdforrester-WMF) [00:47:35] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression] "Switch to source editing" dies - https://phabricator.wikimedia.org/T59947#790155 (10Jdforrester-WMF) [00:47:35] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: Content format needed for faux request now that content format is validated -> VE down in wmf10 - https://phabricator.wikimedia.org/T61867#790154 (10Jdforrester-WMF) [00:47:36] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Copying references is completely broken - https://phabricator.wikimedia.org/T62117#790153 (10Jdforrester-WMF) [00:47:37] 3VisualEditor-MediaWiki-Mobile, VisualEditor: VisualEditor: Broken on mobile due to ULS dependency - https://phabricator.wikimedia.org/T60551#790157 (10Jdforrester-WMF) [00:47:38] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Reference is not getting added; cannot save a page after adding an image/template/link in the article in Beta - https://phabricator.wikimedia.org/T59683#790156 (10Jdforrester-WMF) [00:47:40] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Inspectors fail to appear at all in Firefox - https://phabricator.wikimedia.org/T59568#790158 (10Jdforrester-WMF) [00:47:41] 3VisualEditor, VisualEditor-EditingTools: VisualEditor:Cannot Save a page after adding an image/template/link in the article in beta - https://phabricator.wikimedia.org/T59785#790159 (10Jdforrester-WMF) [00:47:42] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: autocomplete for wikilinks "aggressively" chooses what to link - https://phabricator.wikimedia.org/T54420#790160 (10Jdforrester-WMF) [00:47:43] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Paragraph changed to be a heading using the drop-down has its content deleted - https://phabricator.wikimedia.org/T44555#790161 (10Jdforrester-WMF) [00:47:46] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression] Link inspector button doesn't work - https://phabricator.wikimedia.org/T50509#790164 (10Jdforrester-WMF) [00:47:47] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Categories are showing up in wikitext format in the view mode of a page - https://phabricator.wikimedia.org/T58595#790165 (10Jdforrester-WMF) [00:47:49] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: [Regression] "More" menu gets shorter (to -1px) when page scrolls after focus-loss close in Firefox - https://phabricator.wikimedia.org/T57343#790166 (10Jdforrester-WMF) [00:47:50] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: Editor does not load at all (ve.ui.TargetToolbar is undefined) - https://phabricator.wikimedia.org/T56935#790168 (10Jdforrester-WMF) [00:47:51] 3VisualEditor, VisualEditor-DataModel: VisualEditor: [Regression] Unnamed references get their names corrupted - https://phabricator.wikimedia.org/T56341#790169 (10Jdforrester-WMF) [00:47:52] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression] Page settings dialog broken in Chrome (Uncaught TypeError: scrollTop of undefined) - https://phabricator.wikimedia.org/T56928#790167 (10Jdforrester-WMF) [00:47:54] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Newly-added references need a page save before being reusable - https://phabricator.wikimedia.org/T53689#790170 (10Jdforrester-WMF) [00:47:55] 3VisualEditor, VisualEditor-ContentLanguage: Bad backspacing behavior for vowel symbol characters of Malayalam - https://phabricator.wikimedia.org/T53511#582792 (10Jdforrester-WMF) [00:47:56] 3VisualEditor, VisualEditor-TechnicalDebt: VisualEditor: Fix violation of PHP strict standard ("Only variables should be passed by reference in VisualEditor/ApiVisualEditor.php on line 255") - https://phabricator.wikimedia.org/T54466#790173 (10Jdforrester-WMF) [00:47:58] 3VisualEditor, VisualEditor-DataModel: VisualEditor: A on page causes "Uncaught RangeError: Maximum call stack size exceeded" in oojs.compare - https://phabricator.wikimedia.org/T53948#790171 (10Jdforrester-WMF) [00:47:59] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor.php attempts to register a hook handler that was removed - https://phabricator.wikimedia.org/T54368#790174 (10Jdforrester-WMF) [00:48:00] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression] Save dialog sometimes attaches to context menu toolbar instead of platform toolbar - https://phabricator.wikimedia.org/T54317#790175 (10Jdforrester-WMF) [00:48:02] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Preserve unmodified data-mw attributes to avoid corrupting templates' whitespace - https://phabricator.wikimedia.org/T53150#790177 (10Jdforrester-WMF) [00:48:03] 3VisualEditor, VisualEditor-EditingTools: In RTL (hewiki and arwiki) wikis, can't remove categories - https://phabricator.wikimedia.org/T53490#790178 (10Jdforrester-WMF) [00:48:04] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Refactor references dialog to allow immediate insertion of reference content - https://phabricator.wikimedia.org/T53152#790176 (10Jdforrester-WMF) [00:48:05] (03Merged) 10jenkins-bot: Update VE core submodule to master (ddbedd1) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176198 (owner: 10Catrope) [00:48:05] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: "Invalid token" message after period of inactivity leads to lost work - https://phabricator.wikimedia.org/T52424#790179 (10Jdforrester-WMF) [00:48:07] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: ref warning appears within template that contains references, post-modification - https://phabricator.wikimedia.org/T52423#790180 (10Jdforrester-WMF) [00:48:08] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Link corruption oddity in production on links (Parsoid issue?) - https://phabricator.wikimedia.org/T50769#790181 (10Jdforrester-WMF) [00:48:09] 3VisualEditor, VisualEditor-EditingTools: VisualEditor: Transclusion dialog sometimes shows items in "Add parameter" that are already used - https://phabricator.wikimedia.org/T52715#790183 (10Jdforrester-WMF) [00:48:10] 3VisualEditor, VisualEditor-EditingTools: Image insertion sets 'undefined' resource - https://phabricator.wikimedia.org/T51829#790182 (10Jdforrester-WMF) [00:48:11] 3VisualEditor, VisualEditor-Initialisation: VisualEditor: Sometimes not correctly initialized (about 1 in 40-50 pageviews) - https://phabricator.wikimedia.org/T52708#790184 (10Jdforrester-WMF) [00:48:12] O.O [00:48:13] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression] Edit tab points to the oldid not the newid when saving (except for when creating pages) - https://phabricator.wikimedia.org/T52441#790185 (10Jdforrester-WMF) [00:48:14] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: Opening "Edit" tab (and section edit links) with a middle-click / Ctrl-click / Shift-click (new tab/window) disabled somehow - https://phabricator.wikimedia.org/T51993#790186 (10Jdforrester-WMF) [00:48:16] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: [Regression] Section edit links have reverted to the old style (source only, not expanded) - https://phabricator.wikimedia.org/T52731#790187 (10Jdforrester-WMF) [00:48:17] 3VisualEditor, VisualEditor-ContentLanguage: Bad backspacing behavior for vowel symbol characters of Malayalam - https://phabricator.wikimedia.org/T53511#790189 (10Jdforrester-WMF) a:3dchan [00:48:19] 3VisualEditor, Parsoid: Broken wikitext inside a table leads to it and the table header being duplicated - https://phabricator.wikimedia.org/T55394#790192 (10Jdforrester-WMF) [00:48:25] HELO I'M TRAPED IN A WIKIBUG FACTORY [00:48:43] TrevorParscal: Calm down, dear. :-) [00:48:47] TrevorParscal: It's over now. [00:49:10] it's like The Cube [00:49:26] FIND YOUR WAY OUT [00:49:39] muaha. ha... ha... [00:51:00] (03CR) 10Jforrester: [C: 032] Move window managers to sub folder [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/175980 (owner: 10Esanders) [00:53:09] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf7] Text in dialog boxes is too small in Monobook - https://phabricator.wikimedia.org/T75660#790197 (10Etonkovidova) [00:53:46] (03Merged) 10jenkins-bot: Move window managers to sub folder [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/175980 (owner: 10Esanders) [00:54:28] 3VisualEditor, VisualEditor-ContentEditable: [Regression wmf10] cannot open Formula inspector - https://phabricator.wikimedia.org/T76087#790198 (10Jdforrester-WMF) [00:54:32] 3VisualEditor, Parsoid: Broken wikitext inside a table leads to it and the table header being duplicated - https://phabricator.wikimedia.org/T55394#790199 (10Jdforrester-WMF) [00:54:36] 3VisualEditor, MediaWiki-extensions-UniversalLanguageSelector: Make ULS input methods work in content editable divs of Visual Editor - https://phabricator.wikimedia.org/T51569#790200 (10Jdforrester-WMF) [00:54:53] 3VisualEditor, MediaWiki-extensions-UniversalLanguageSelector: Make ULS input methods work in content editable divs of VisualEditor - https://phabricator.wikimedia.org/T51569#790201 (10Jdforrester-WMF) a:5dchan>3None [00:54:55] (03CR) 10Catrope: [C: 032] Use complex change logic if there are changes not at the selection [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176192 (owner: 10Divec) [00:55:23] 3VisualEditor, MediaWiki-extensions-Math: Create a VisualEditor plugin tool to add/edit maths blocks - https://phabricator.wikimedia.org/T45058#790203 (10Jdforrester-WMF) [00:55:26] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cannot type in Korean using Mozilla on Windows 7 with dual-script keyboard - https://phabricator.wikimedia.org/T72353#790204 (10Jdforrester-WMF) [00:55:28] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Pawning prevention code in ve.ce.Surface sometimes prevents some legit keypresses from being handled (e.g. typing “ą” in Polish on a new line) - https://phabricator.wikimedia.org/T69367#790205 (10Jdforrester-WMF) [00:55:31] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: In WebKit, moving the cursor (caret) with the arrow keys breaks connected Arabic letters - https://phabricator.wikimedia.org/T68339#790206 (10Jdforrester-WMF) [00:55:35] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Some icons need to be flipped for RTL languages - https://phabricator.wikimedia.org/T65593#790207 (10Jdforrester-WMF) [00:55:39] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor skips by one character for Thai characters (expected skipping by one block) - https://phabricator.wikimedia.org/T64028#790208 (10Jdforrester-WMF) [00:55:43] 3VisualEditor, MediaWiki-extensions-SyntaxHighlight-(GeSHi): Create a VisualEditor plugin tool to add/edit SyntaxHighlight blocks - https://phabricator.wikimedia.org/T45126#790209 (10Jdforrester-WMF) [00:55:45] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Provide a language inspector to handle
blocks and similar - https://phabricator.wikimedia.org/T62187#790210 (10Jdforrester-WMF) [00:55:49] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Automatic Incorrect caret movement with ULS - https://phabricator.wikimedia.org/T56424#790211 (10Jdforrester-WMF) [00:55:52] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Using auto select zhu-yin input and it keeps bouncing duplicate chinese characters - https://phabricator.wikimedia.org/T63429#790212 (10Jdforrester-WMF) [00:55:54] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Text duplication when using jquery.IME on existing pages - https://phabricator.wikimedia.org/T56421#790213 (10Jdforrester-WMF) [00:55:58] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: "Uncaught TypeError: Cannot call method 'getOffset' of null" triggered using jquery.IME - https://phabricator.wikimedia.org/T56334#790214 (10Jdforrester-WMF) [00:56:02] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: "Uncaught Error: ve.dm.Document.getNodeFromOffset(): offset 804 is out of bounds" triggered using jquery.IME - https://phabricator.wikimedia.org/T56331#790215 (10Jdforrester-WMF) [00:56:27] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Implement script-specific cursoring for Devanagari if native cursoring is insufficient - https://phabricator.wikimedia.org/T55754#790216 (10Jdforrester-WMF) [00:56:31] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor error typing into end of paragraph with Ibus Malayalam Swanalekha - https://phabricator.wikimedia.org/T56057#790217 (10Jdforrester-WMF) [00:56:33] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: jquery.IME doesn't work in VisualEditor's iframes (template, reference, reference list, media, and page settings dialogs, and language, maths, code and link inspectors) - https://phabricator.wikimedia.org/T55717#790218 (10Jdforrester-WMF) [00:56:37] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor cannot move through text created with jquery.IME when editing bulleted text - https://phabricator.wikimedia.org/T55711#790219 (10Jdforrester-WMF) [00:56:40] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor jumps to the beginning of the sentence/paragraph when using jquery.IME - https://phabricator.wikimedia.org/T56283#790220 (10Jdforrester-WMF) [00:56:42] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Incorrect text selection with jquery.IME - https://phabricator.wikimedia.org/T55706#790221 (10Jdforrester-WMF) [00:56:45] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Content disappears when using jquery.IME - https://phabricator.wikimedia.org/T55705#790222 (10Jdforrester-WMF) [00:56:48] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Marathi/Devanagari: After typing first character cursor moves in wrong direction when using jquery.IME - https://phabricator.wikimedia.org/T55701#790223 (10Jdforrester-WMF) [00:56:50] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Typing problem in Assamese - https://phabricator.wikimedia.org/T54726#790224 (10Jdforrester-WMF) [00:56:53] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: When using jquery.IME, type a word and press space bar = eliminates typed text immediately - https://phabricator.wikimedia.org/T55700#790225 (10Jdforrester-WMF) [00:56:56] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Incorrect and irremovable text placement with IMEs - https://phabricator.wikimedia.org/T55708#790226 (10Jdforrester-WMF) [00:56:58] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Desire to use Sogou Input as an IME source with VE - https://phabricator.wikimedia.org/T49436#790227 (10Jdforrester-WMF) [00:57:01] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: CE eats up syllables except a last syllable of a word in Korean IME - https://phabricator.wikimedia.org/T52631#790228 (10Jdforrester-WMF) [00:57:04] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: IME input into an empty slug causes characters to overwrite one another - https://phabricator.wikimedia.org/T47240#790229 (10Jdforrester-WMF) [00:57:08] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor not moving past ग्र on left arrow key press - https://phabricator.wikimedia.org/T53846#790230 (10Jdforrester-WMF) [00:57:10] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Adding support to Grammar/Orthography fixes custom wiki defined button to be applied on texts visually on client side - https://phabricator.wikimedia.org/T54122#790231 (10Jdforrester-WMF) [00:57:13] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Add support for adding dir/lang attributes to paragraphs and similar elements (div, p, lists etc.) - https://phabricator.wikimedia.org/T43009#790232 (10Jdforrester-WMF) [00:57:15] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Support for right-to-left (rtl) / bidirectional content (tracking) - https://phabricator.wikimedia.org/T35126#790233 (10Jdforrester-WMF) [00:57:18] 3VisualEditor, MediaWiki-extensions-AbuseFilter: Incorrect tagging of edits on some Wikipedias – AbuseFilter's diff and the real diff are not the same - https://phabricator.wikimedia.org/T73947#790234 (10Jdforrester-WMF) [00:57:25] 3VisualEditor: Add an explanation about Alternative text in the media adding dialog - https://phabricator.wikimedia.org/T75731#790235 (10Jdforrester-WMF) [00:57:28] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor multilingual input / i18n issues (tracking) - https://phabricator.wikimedia.org/T35077#790236 (10Jdforrester-WMF) [00:58:56] (03Merged) 10jenkins-bot: Use complex change logic if there are changes not at the selection [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176192 (owner: 10Divec) [00:59:10] 3VisualEditor, VisualEditor-ContentLanguage: Bad backspacing behavior for vowel symbol characters of Malayalam - https://phabricator.wikimedia.org/T53511#790242 (10Jdforrester-WMF) [00:59:22] 3VisualEditor, VisualEditor-ContentLanguage: VisualEditor: Cursor error typing into end of paragraph with Ibus Malayalam Swanalekha - https://phabricator.wikimedia.org/T56057#790243 (10Jdforrester-WMF) [00:59:37] * mooeypoo leaves for a dinner party [00:59:42] happy thanksgiving everyone who celebrates! [01:07:55] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf10] Switching to Edit source mode is not keeping changes done in VE - https://phabricator.wikimedia.org/T76114#790255 (10Jdforrester-WMF) 5Open>3Resolved Confirmed fixed in test2. [01:08:54] 3VisualEditor, VisualEditor-MediaWiki: [Regression wmf10] Switch to source edit option is disabled - https://phabricator.wikimedia.org/T75965#790258 (10Jdforrester-WMF) 5Open>3Resolved [01:13:14] (03PS1) 10Jforrester: Update VE core submodule to master (b5a0269) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176203 [01:14:37] (03CR) 10jenkins-bot: [V: 04-1] Update VE core submodule to master (b5a0269) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176203 (owner: 10Jforrester) [01:19:31] 3VisualEditor-ContentEditable: VisualEditor: Link inspector opens in a upper left corner in Safari - https://phabricator.wikimedia.org/T75336#790268 (10Jdforrester-WMF) 5declined>3Resolved [03:38:21] 3MobileFrontend-Hygiene, VisualEditor-TechnicalDebt: create technical-debt - https://phabricator.wikimedia.org/T75892#790429 (10Aklapper) Shouldn't we maybe just convert T2700 from a tracking bug into a [[ https://www.mediawiki.org/wiki/Phabricator/Creating_and_renaming_projects#Type_of_project | tag project ]]?... [03:39:18] 3Project-Management, MobileFrontend-Hygiene, VisualEditor-TechnicalDebt: Create technical-debt project - https://phabricator.wikimedia.org/T75892#790434 (10Aklapper) [07:14:29] 3MediaWiki-extensions-WikiEditor: Remove button for from toolbar - https://phabricator.wikimedia.org/T40487#790543 (10GOIII) [07:33:36] 3Project-Management, MobileFrontend-Hygiene, VisualEditor-TechnicalDebt: Create technical-debt project - https://phabricator.wikimedia.org/T75892#790593 (10Jdforrester-WMF) [07:51:36] 3VisualEditor, MediaWiki-extensions-AbuseFilter: Incorrect tagging of edits on some Wikipedias – AbuseFilter's diff and the real diff are not the same - https://phabricator.wikimedia.org/T73947#790614 (10Orlodrim) [10:39:18] (03PS1) 10Zfilipin: [BrowserTest] Fixed a couple of page elements [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176235 [10:43:55] 3VisualEditor: Insert special character broken - https://phabricator.wikimedia.org/T76134#790858 (10zeljkofilipin) [11:32:08] (03PS1) 10Esanders: Only run showSelection if one of the command successfully executed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/176240 [11:45:36] (03CR) 10Amire80: [C: 032] [BrowserTest] Fixed a couple of page elements [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176235 (owner: 10Zfilipin) [11:46:55] (03Merged) 10jenkins-bot: [BrowserTest] Fixed a couple of page elements [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176235 (owner: 10Zfilipin) [12:25:09] (03PS4) 10Amire80: WIP: Add a class to the toolbar button [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 [12:26:22] (03CR) 10jenkins-bot: [V: 04-1] WIP: Add a class to the toolbar button [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 (owner: 10Amire80) [12:40:22] (03PS5) 10Amire80: WIP: Add a class to the toolbar button [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 [13:25:23] 3VisualEditor: Tools in the toolbar do not have unique attributes - https://phabricator.wikimedia.org/T76143#791133 (10zeljkofilipin) [13:26:14] (03PS6) 10Zfilipin: WIP: Add a class to the toolbar button [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 (owner: 10Amire80) [13:45:23] (03PS7) 10Amire80: Add a class to the "Insert" toolbar button [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 [13:46:10] (03CR) 10Amire80: "I don't have a working VE installation at the moment, but Zeljko tested and he says that the class is added correctly." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 (owner: 10Amire80) [13:54:43] 3MediaWiki-Page-editing: Wikipedia server returns invalid response to POST /w/index.php?title=XXX&action=submit (some trailing trash) - https://phabricator.wikimedia.org/T76116#791175 (10Aklapper) [13:54:53] 3MediaWiki-Page-editing: Wikipedia server returns invalid response to POST /w/index.php?title=XXX&action=submit (some trailing trash) - https://phabricator.wikimedia.org/T76116#791177 (10Aklapper) p:5Triage>3Low [14:03:12] 3VisualEditor: Tools in the toolbar do not have unique attributes - https://phabricator.wikimedia.org/T76143#791186 (10zeljkofilipin) The above patch adds class `ve-ui-TargetToolbar-insert` to the Insert element. Something like this is all we need so far, if VisualEditor team thinks this is the way to go. Befor... [14:04:01] (03CR) 10Zfilipin: [C: 031] Add a class to the "Insert" toolbar button [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 (owner: 10Amire80) [14:54:14] 3VisualEditor, VisualEditor-DataModel: VisualEditor: Pasting copied template cause it to be inserted twice, once broken (span tag, data-ve-ignore) - https://phabricator.wikimedia.org/T61653#791232 (10zeljkofilipin) [14:55:22] 3VisualEditor, VisualEditor-MediaWiki: VisualEditor: Content format needed for faux request now that content format is validated -> VE down in wmf10 - https://phabricator.wikimedia.org/T61867#791233 (10zeljkofilipin) [15:27:03] 3OOjs-UI: Compress OOjs PNGs with pngcrush -brute -reduce - https://phabricator.wikimedia.org/T76148#791278 (10Nemo_bis) [16:09:05] Krinkle, mooey - hi [16:09:09] does https://gerrit.wikimedia.org/r/#/c/174666/ make any sense to you? [16:09:38] It does what I want, more or less, but I've got a hunch I should use a different class name. [17:30:42] Corruption alert: visualeditor-needcheck on frwiki: https://fr.wikipedia.org/?diff=109477726 [17:30:42] Corruption alert: visualeditor-needcheck on frwiki: https://fr.wikipedia.org/?diff=109478995 [17:30:42] Corruption alert: visualeditor-needcheck on frwiki: https://fr.wikipedia.org/?diff=109488207 [17:30:42] Corruption alert: visualeditor-needcheck on zhwiki: https://zh.wikipedia.org/?diff=33432956 [17:30:42] Corruption alert: visualeditor-needcheck on zhwiki: https://zh.wikipedia.org/?diff=33436379 [17:30:43] Corruption alert: visualeditor-needcheck on zhwiki: https://zh.wikipedia.org/?diff=33437037 [17:30:43] Corruption alert: visualeditor-needcheck on itwiki: https://it.wikipedia.org/?diff=69358343 [17:30:44] Corruption alert: visualeditor-needcheck on skwiki: https://sk.wikipedia.org/?diff=5905632 [17:30:44] Corruption alert: visualeditor-needcheck on fiwiki: https://fi.wikipedia.org/?diff=14474646 [17:30:44] Corruption alert: visualeditor-needcheck on fiwiki: https://fi.wikipedia.org/?diff=14474708 [17:39:46] (03PS6) 10Paladox: Reformat the license warning only if available [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/98249 (owner: 10Dev-zero) [17:46:34] (03PS7) 10Paladox: Reformat the license warning only if available [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/98249 (owner: 10Dev-zero) [17:46:49] (03PS8) 10Paladox: Reformat the license warning only if available [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/98249 (owner: 10Dev-zero) [17:50:54] (03PS9) 10Paladox: Reformat the license warning only if available [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/98249 (owner: 10Dev-zero) [17:53:36] (03PS10) 10Paladox: Reformat the license warning only if available [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/98249 (owner: 10Dev-zero) [18:02:43] (03PS8) 10Amire80: Add classes to toolbar UI elements [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/174666 [18:08:30] mooey, can you please peek at https://gerrit.wikimedia.org/r/174666 ? [18:14:42] hey aharoni [18:14:49] I'm getting ready to go to thanksgiving lunch [18:15:04] Oh! [18:15:06] Forgot that. [18:15:16] Holiday. Not bothering, not bothering :) [18:15:33] I'm not familiar enough with the ui classes to immediately and quickly answer on the commit ... prefer trevor or ed or roan will take a look [18:15:41] np [18:15:44] no bother :) [20:37:41] 3VisualEditor: The message visualeditor-recreate says "Press continue", but it's unclear what does "continue" refer to - https://phabricator.wikimedia.org/T75971#792181 (10Amire80) 5Resolved>3Open Thanks, but I'd prefer to have it embedded. (A patch is ready.) [20:37:53] 3VisualEditor: The message visualeditor-recreate says "Press continue", but it's unclear what does "continue" refer to - https://phabricator.wikimedia.org/T75971#792183 (10Amire80) [20:38:15] (03PS1) 10Amire80: Mention the "Continue" label as a parameter in visualeditor-recreate [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176298 [20:52:45] (03PS1) 10Esanders: Remove dupicate startSanityCheck from ViewPageTarget [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/176301 [21:11:38] 3VisualEditor: Save dialog should have keyboard shortcut - https://phabricator.wikimedia.org/T76161#792208 (10Eloquence) [21:13:08] (03PS62) 10Paladox: WikiEditor: Convert .css to .less and also fixes SVG issues. [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151203 (https://bugzilla.wikimedia.org/35342) [21:13:26] (03PS55) 10Paladox: WikiEditor: Re add SVG [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151611 (https://bugzilla.wikimedia.org/35342) [21:13:43] (03PS56) 10Paladox: WikiEditor: Re add SVG [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151611 [21:14:03] (03PS57) 10Paladox: WikiEditor: Re add SVG [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151611 [21:14:57] (03PS63) 10Paladox: WikiEditor: Convert .css to .less and also fixes SVG issues. [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151203 [21:15:20] (03PS64) 10Paladox: WikiEditor: Convert .css to .less and also fixes SVG issues. [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151203 [21:15:42] (03PS27) 10Paladox: WikiEditor: Convert .css to .less and add SVG [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/151616 [22:43:46] 3VisualEditor: The message visualeditor-recreate says "Press continue", but it's unclear what does "continue" refer to - https://phabricator.wikimedia.org/T75971#792384 (10Krenair) [22:48:26] https://phabricator.wikimedia.org/T76161 seems to be about setting an accesskey on the submit button in the save dialog [22:48:38] I guess it could be achieved with this.getActions().get( { actions: 'save' } )[0].$button.attr( 'accesskey', 's' ); while changing to the save panel [22:48:45] but ew.