Apex4 does not render readonly attribute properly for IE.
forintiAug 16 2010 — edited Aug 17 2010I found that Apex4 renders the readonly attribute with an extra quotation mark for IE. So I get this:
"readonly="readonly"
And it doesn't work, obviously. For Firefox, all is good.
The simplest solution seems to be to just leave the Disabled attribute set to No and manually add "readonly=true" to the "HTML Form Element Attributes" field.