Topic on MediaWiki talk:Gadget-Edittools.js

Update for removal of mw.toolbar.insertTags

1
Jdforrester (WMF) (talkcontribs)

The gadget's a bit of a muddle for a simple drop-in of:

$currentFocused = $( '#wpTextbox1' );
if ( $currentFocused.length ) {
	$currentFocused.textSelection(
		'encapsulateSelection', {
			pre: start,
			peri: '',
			post: end
		}
	);
}

Sorry.

Reply to "Update for removal of mw.toolbar.insertTags"