Ticket #4581 (closed bug: fixed)
Tabs: title attribute for remote tabs does not support foreign languages
| Reported by: | pjk | Owned by: | klaus.hartl |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.5 |
| Component: | ui.tabs | Version: | 1.7.1 |
| Keywords: | ui.tabs i18n | Cc: | p.j.kersten@… |
| Blocking: | Blocked by: |
Description
The title attribute is meant to display user readable information. As such, it is subject of i18n actions.
ui.tabs uses the title attribute to generate an id for a to-be-filled container in the page. However, before doing so, the title gets filtered and all non-latin characters in the title are stripped.
This cripples sites using non-latin content for titles, as all ids end up empty.
Change History
comment:1 Changed 4 years ago by joern.zaefferer
- Priority changed from blocker to critical
- Milestone changed from TBD to 1.8
comment:2 Changed 4 years ago by klaus.hartl
- Owner set to klaus.hartl
- Status changed from new to assigned
comment:4 Changed 3 years ago by scott.gonzalez
- Priority changed from critical to major
- Status changed from assigned to closed
- Resolution set to fixed
- Milestone changed from 1.next to 1.9
Fixed in 78540e2.
comment:5 Changed 3 years ago by scott.gonzalez
- Summary changed from title attribute for remote tabs does not support foreign languages to Tabs: title attribute for remote tabs does not support foreign languages
comment:7 Changed 3 years ago by Scott González
Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for remote tabs does not support foreign languages.
Changeset: 78540e2c0c19a39922d19846333740d416b5b487
Note: See
TracTickets for help on using
tickets.

