[Tickets #7136] IFrame Border in Internet Explorer

bugs at horde.org bugs at horde.org
Wed Jul 30 08:47:09 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7136
------------------------------------------------------------------------------
  Ticket             | 7136
  Created By         | benjamin.kostner at tirol.gv.at
  Summary            | IFrame Border in Internet Explorer
  Queue              | DIMP
  Version            | HEAD
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


benjamin.kostner at tirol.gv.at (2008-07-30 04:47) wrote:

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 });






More information about the bugs mailing list