-- ## 72: Dijit Look-and-Feel bugs ## -- -- Visual glitches, changes to fonts/padding/icons/colors etc. SELECT p.value AS __color__, milestone as __group__, owner, id AS ticket, summary, t.type AS type, time AS created, changetime AS modified, description AS _description, reporter AS _reporter FROM ticket t,enum p WHERE t.status <> 'closed' AND p.name=t.priority AND p.type='priority' AND component IN ('Dijit - LnF') ORDER BY milestone, id