[#7136] IFrame Border in Internet Explorer
Summary IFrame Border in Internet Explorer
Queue DIMP
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester benjamin (dot) kostner (at) tirol (dot) gv (dot) at
Created 07/30/2008 (124 days ago)
Due
Updated 07/31/2008 (123 days ago)
Assigned
Resolved 07/31/2008 (123 days ago)
Attachments
Milestone
Patch Yes

History
07/31/2008 Michael Slusarz Comment #4
State ⇒ Resolved
Reply to this comment
Fixed in DIMP 1.0.1.  Thanks!
07/31/2008 CVS Commit Comment #3 Reply to this comment
07/31/2008 CVS Commit Comment #2 Reply to this comment
07/30/2008 benjamin (dot) kostner (at) tirol (dot) gv (dot) at Comment #1
Patch ⇒ 1
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ IFrame Border in Internet Explorer
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
Refers to: $Horde: dimp/js/src/DimpBase.js,v 1.119 2008-07-22 00:29:57 
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 });