I have a rich-text item on a form. Inside the rich-text item I create a section. Inside the section I create a table and inside this I put an attachment. When I open the form on Web, using FIREFOX AS BROWSER, if the section is open the attachment icon is inside the table (exactly)instead, if the section is close or if I close the section, the attachment icon show up at the bottom of the page. With Internet Explorer there isn’t this problem. I think it’a a bug.
Subject: BUG found in Section on Web with FireFox browser
It’s not a bug. Sections are treated differently in IE than in other browsers. In IE, the section is served as a
in HTML, and the twistie (or other link) is used to toggle the display from “none” to “block”. In other browsers, the document has to go back to the server in order to be changed. When the section is closed, the document does not contain the field that holds the attachment, so the attachment will be displayed V2-style. There are several workarounds that you can use; search for $V2AttachmentOptions.