Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#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: [email protected]
Blocked by: Blocking:

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 (7)

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.8
Priority: blockercritical

comment:2 Changed 14 years ago by klaus.hartl

Owner: set to klaus.hartl
Status: newassigned

comment:3 Changed 13 years ago by rdworth

Milestone: 1.81.next

comment:4 Changed 13 years ago by Scott González

Milestone: 1.next1.9
Priority: criticalmajor
Resolution: fixed
Status: assignedclosed

Fixed in 78540e2.

comment:5 Changed 13 years ago by Scott González

Summary: title attribute for remote tabs does not support foreign languagesTabs: title attribute for remote tabs does not support foreign languages

comment:6 Changed 13 years ago by Scott González

Milestone: 1.91.8.5

comment:7 Changed 12 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.