Page MenuHomePhabricator

mediawiki.html: Add support for numbers and booleans
Closed, ResolvedPublic

Description

The following cases and many alike cause errors. Mostly errors like ".replace is not a function [undefined]".

mw.html.element( 'p', {}, 500 );

mw.html.element( 'option', { selected: 'foo' === 'foo' }, 'label' );


Version: unspecified
Severity: normal

Details

Reference
bz30774

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:47 PM
bzimport set Reference to bz30774.