Tabs: title attribute for remote tabs does not support foreign languages
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)
Milestone: |
TBD →
1.8
|
Priority: |
blocker →
critical
|
Owner: |
set to klaus.hartl
|
Status: |
new →
assigned
|
Milestone: |
1.next →
1.9
|
Priority: |
critical →
major
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Summary: |
title attribute for remote tabs does not support foreign languages →
Tabs: title attribute for remote tabs does not support foreign languages
|
Fixed in 78540e2.