[Pieforms-commit] SF.net SVN: pieforms:[314] pieforms-php5/trunk/src/static/core/pieforms.js
Status: Alpha
Brought to you by:
oracleshinoda
|
From: <ora...@us...> - 2009-08-22 13:46:00
|
Revision: 314
http://pieforms.svn.sourceforge.net/pieforms/?rev=314&view=rev
Author: oracleshinoda
Date: 2009-08-22 13:45:46 +0000 (Sat, 22 Aug 2009)
Log Message:
-----------
Make height of hidden iframes 0
Modified Paths:
--------------
pieforms-php5/trunk/src/static/core/pieforms.js
Modified: pieforms-php5/trunk/src/static/core/pieforms.js
===================================================================
--- pieforms-php5/trunk/src/static/core/pieforms.js 2009-08-06 00:00:47 UTC (rev 313)
+++ pieforms-php5/trunk/src/static/core/pieforms.js 2009-08-22 13:45:46 UTC (rev 314)
@@ -247,7 +247,7 @@
self.iframe = createDOM('iframe', {
'name': iframeName,
'id' : iframeName,
- 'style': 'position: absolute; visibility: hidden;'
+ 'style': 'position: absolute; visibility: hidden; height: 0;'
});
insertSiblingNodesAfter(self.data.name, self.iframe);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|