Skip to content

[Calendar] Using date picker with Asian localization (ZH) has bad UI #16557

@MarielaTihova

Description

@MarielaTihova

Description

When using the date picker with localization for Chinese the selected date is not being styled properly

  • igniteui-angular version: All
  • browser: Chrome. Looks fine on Mozilla and Edge (on Windows)

Steps to reproduce

  1. Create a calendar
  2. Add locale to it like this
 <igx-calendar
    #calendar
    [locale]="locale"
    [weekStart]="1"
    [formatOptions]="formatOptions"
    [formatViews]="formatViews"
    >
  </igx-calendar>
  1. Set locale to 'ZH'
  2. Observe behaviour on Chrome

Result

Symbols are displaced and calendar UI looks bad

Image

Expected result

No displaced items, as it is in Mozilla and Edge browsers.

Image

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions