| Summary | IFrame Border in Internet Explorer |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | benjamin.kostner (at) tirol (dot) gv (dot) at |
| Created | 7/30/08 (6454 days ago) |
| Due | |
| Updated | 7/31/08 (6453 days ago) |
| Assigned | |
| Resolved | 7/31/08 (6453 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.69.2.44&r2=1.69.2.45&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.1.2.83&r2=1.1.2.84&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.1.2.83&r2=1.1.2.84&ty=u
http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.117&r2=1.118&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.125&r2=1.126&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.123&r2=1.124&ty=u
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ IFrame Border in Internet Explorer
Type ⇒ Bug
State ⇒ Unconfirmed
slusarz Exp $
In IE (tested with IE7), a frame border ist drawn around the iframe
for e.g. Filters, Addressbook editing, etc.
The iframe is built with the function
iframe = new Element('IFRAME', { id: 'iframe' + name, className:
'iframe', frameborder: 0, src: loc });
in line 315/DimpCore.js
If frameBorder is spelt camelCased, the iframe's borders dissappear:
iframe = new Element('IFRAME', { id: 'iframe' + name, className:
'iframe', frameBorder: 0, src: loc });