Hi there,
In Apex 4.2.4 I have a "BLOB image" column in a tabular form. The definition of the column (format mask) is: IMAGE:DOM_APPLICATION:ICON:APPLICATION_ID::::::Attachment:Download
The generated markup is this:
<td class="dataalt">
<img src="apex_util.get_blob?s=blablabla&a=120&c=blablabla&p=20&k1=%34&k2=&ck=blablabla&rt=CR">
</td>
As you can see, there is no "alt" attribute in the image which causes it to fail accessibility tests.
I tried adding it to the "element attributes" of the column with no luck.
Is there a way to fix this other than creating my own download procedure and adding the markup myself?
Thanks
Luis