Isn't ERXActiveImage obsolete?
Isn't ERXActiveImage obsolete?
- Subject: Isn't ERXActiveImage obsolete?
- From: René Bock <email@hidden>
- Date: Mon, 05 May 2014 14:22:26 +0200
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden