Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15226 closed (fixed)

SelectDateWidget always renders label associated with the month field

Reported by: Ramiro Morales Owned by: nobody
Component: Forms Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Ramiro Morales)

A small one: This widget has the ability to layout the three select HTML controls ordered according to the locale DATE_FORMAT when USE_L10N is in use.

The [X]HTML LABEL tag for is rendered always associated with the month select control even when USE_L10N=True and a format spec/locale where month doesn't come first as in English is in use.

Change History (3)

comment:1 by Ramiro Morales, 13 years ago

Description: modified (diff)

comment:2 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

In [15427]:

Fixed #15226 - Made SelectDateWidget render the label tag associated with the correct dropdown sub-widget when USE_L10N is active and non-English locale is in use.

comment:3 by Ramiro Morales, 13 years ago

In [15428]:

[1.2.X] Fixed #15226 - Made SelectDateWidget render the label tag associated with the correct dropdown sub-widget when USE_L10N is active and non-English locale is in use.

Backport of [15427] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top