tal: namspace attributes dropped before i18n processing completes

Bug #143048 reported by ChrisW
2
Affects Status Importance Assigned to Milestone
Zope 2
Invalid
Medium
Unassigned

Bug Description

The following renders to nothing:

<tal:i i18n:name="aboutmysite">
About MySite
</tal:i>

While this renders as expected:

<i18n:i name="aboutmysite">
About MySite
</i18n:i>

...which leads me to suspect that tags from the tal namespace are being dropped before i18n processing happens.

This is bad ;-)

Tags: bug zope
Revision history for this message
ChrisW (chris-simplistix) wrote :

Status: Pending => Rejected

No, this isn't bad, this is how it works. So this is really a feature request you idiot!

It would appear that:

- all metal happens

- then all tal

- then all i18n

So if tal chops out i18n tags, it's bad code on the luser's part.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.