6.0.0-alpha14
7/2/25

[#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.kostner (at) tirol (dot) gv (dot) at
Created 07/30/2008 (6181 days ago)
Due
Updated 07/31/2008 (6180 days ago)
Assigned
Resolved 07/31/2008 (6180 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
07/31/2008 05:46:16 PM Michael Slusarz Comment #4
State ⇒ Resolved
Reply to this comment
Fixed in DIMP 1.0.1.  Thanks!
07/30/2008 08:47:08 AM benjamin (dot) kostner (at) tirol (dot) gv (dot) at Comment #1
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ IFrame Border in Internet Explorer
Type ⇒ Bug
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 });


Saved Queries