Page MenuHomePhabricator

Follow code conventions for creating elements
Closed, ResolvedPublic

Description

UploadWizard uses stuff like $( '<div id="longelement">...</div>' ) *all* over the place in blatant disrespect to the wonderfully helpful CC docs. Let's start building elements one at a time instead of parsing long HTML strings.


Version: unspecified
Severity: enhancement

Details

Reference
bz50323

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 22 2014, 1:43 AM
bzimport added a project: UploadWizard.
bzimport set Reference to bz50323.
bzimport added a subscriber: Unknown Object (MLST).

Resolving as a duplicate because I'm fixing this as part of the bigger jquery audit.

  • This bug has been marked as a duplicate of bug 53245 ***