We don't want wikitext pasting in NWE, so to do this I put an unregister call in ve.ce.MWWikitextSurface. However as this code is always loaded if NWE is available this won't work. We probably need a separate registry like we have for commands.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Only unregister WT string handler in WT handler factory | mediawiki/extensions/VisualEditor | master | +2 -2 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T132023 VisualEditor support for editing inside CollaborationKit | |||
Open | Feature | None | T138636 Allow using VisualEditor on Special:MassMessage | ||
Open | None | T138642 VisualEditor should provide a clean integrated VE/WT editor widget that can be integrated into any context | |||
Open | None | T130400 (Actually) Add wikitext support for citoid for automatic reference insertion | |||
Open | None | T90864 Help VisualEditor users find the wikitext "Save" button | |||
Open | None | T171974 Improve and consolidate our unified editing platform so that it's great on all devices | |||
Open | None | T104479 Provide a modern wikitext editor | |||
Resolved | Jdforrester-WMF | T141149 Provide a Beta Feature of a modern wikitext editor integrated into the visual editor | |||
Resolved | Esanders | T144653 Enabling NWE breaks wikitext pasting in VE |
Event Timeline
Comment Actions
Change 312096 had a related patch set uploaded (by Esanders):
Only unregister WT string handler in WT handler factory
Comment Actions
Turns out I'd already done most of the hard work to make this happen (creating a separate DTH for the wikitext surface).
Comment Actions
Change 312096 merged by jenkins-bot:
Only unregister WT string handler in WT handler factory