Hi,
we have an issue that for our application that WOActive image generates no alt
tag.
The the culprit is ERXActiveImage, that generates a 'title' attribute instead
of in 'alt' attribute.
To solve this issue im our application, I've overwritten in Application the
method installPatches:
public void installPatches() {
super.installPatches();
ERXPatcher.setClassForName(ActiveImage.class, "WOActiveImage");
}
If there are no objections, I would submit a bug report, suggesting to remove
the class ERXActiveImage completely.
Mit freundlichem Gruß,
René Bock
Software Engineering
--
salient doremus salient GmbH Kontorhaus - Lindleystraße 12 60314 Frankfurt Main
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]