Ticket #6326 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

Form demo / themeTester: font sizes unequal

Reported by: bill Owned by: bill
Priority: normal Milestone: 1.2
Component: Dijit - LnF Version: 1.0
Severity: normal Keywords:
Cc:

Description (last modified by bill) (diff)

form.html demo and themeTester.html have unequal sizes for the fonts of the input widgets. Same for many of the tests.

This is due to [11765], which added

body .medium {
        font-size: larger; /* help test widget sizing */
}

to dijitTests.css.

It's good for testing but messes up the demos. Should either:

  • remove that rule
  • don't include dijitTests.css into the demos (but then couldn't switch themes automatically)
  • etc.

Change History

Changed 4 months ago by bill

  • description modified (diff)

Changed 3 months ago by bill

(In [13447]) Make themeTester.html have enabled and disabled versions of all the form widgets. Refs #6152, #6574, #6087

Also removed class="medium" affecting sizes on themeTester. Refs #6326.

And did some general cleanup/refactoring of tabs.

Changed 2 months ago by bill

  • status changed from new to closed
  • resolution set to fixed

(In [13721]) Remove definition of "medium" from dijitTests.css since it messes up demos. Fixes #6326.

Note: See TracTickets for help on using tickets.