Ticket #6262 (closed defect: wontfix)

Opened 8 months ago

Last modified 8 months ago

[patch][ccla]IE only: ValidationTextBox fonts are not being inherited

Reported by: haysmark Owned by: doughays
Priority: normal Milestone: 1.2
Component: Dijit Version: 1.0
Severity: normal Keywords:
Cc:

Description (last modified by bill) (diff)

Load in IE: http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Spinner.html

The second spinner's buttons are a little too short since the font is not Courier as it should be. Same problem with any ValidationTextBox? subclass. This happens across all themes.

Attachments

6262.patch (5.1 kB) - added by doughays 8 months ago.
Move onresize code from _Spinner to ValidationTextBox?? and allow for inherited font to change. Add some font family/size tests to help verify correct function.

Change History

Changed 8 months ago by doughays

  • description modified (diff)
  • summary changed from test_Spinner: white gap beneath buttons in IE7 to IE only: ValidationTextBox fonts are not being inherited

Changed 8 months ago by doughays

  • milestone set to 1.1

[12806] regression.

Changed 8 months ago by doughays

Move onresize code from _Spinner to ValidationTextBox?? and allow for inherited font to change. Add some font family/size tests to help verify correct function.

Changed 8 months ago by doughays

This problem can be worked around by adding a CSS rule like:
#widget_integerspinner2 INPUT { font-family: Courier; }

Changed 8 months ago by doughays

  • summary changed from IE only: ValidationTextBox fonts are not being inherited to [patch][ccla]IE only: ValidationTextBox fonts are not being inherited

Changed 8 months ago by doughays

(In [13158]) References #6262. Unit test CSS workaround for IE font-family inheritance problems with ValidationTextBox? subclass widgets.

Changed 8 months ago by doughays

  • milestone changed from 1.1 to 1.2

unit test workaround committed in 1.1

Changed 8 months ago by bill

  • description modified (diff)

We decided not to support this in dijit, see #6307. Users must set fonts manually (if they want to change them).

Changed 8 months ago by bill

  • status changed from new to closed
  • resolution set to wontfix
Note: See TracTickets for help on using tickets.