Displaying 3 results from an estimated 3 matches for "_iefix".
Did you mean:
iefix
2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
...frame-bug.html. The problem is
with the (generated) iframe missing the src attribute (the attribute
was set dynamically later on by Javascript).
The iframe tag in question gets generated by lines 89 - 91 of controls.js:
''<iframe id="'' + this.update.id + ''_iefix" ''+
''style="display:none;filter:progid:DXImageTransform.Microsoft.Alpha(apacity=0);"
'' +
''src="javascript:;" frameborder="0" scrolling="no"></iframe>'');
The ''src="javascr...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...+ if(!this.iefix &&
(Prototype.Browser.IE) &&
(Element.getStyle(this.update, 'position')=='absolute')) {
- new Insertion.After(this.update,
+ new Insertion.After(this.update,
'<iframe id="' + this.update.id + '_iefix" '+
'style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" ' +
'src="javascript:false;" frameborder="0" scrolling="no"></iframe>');
@@ -102,7 +102,7 @@ Autocompleter...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply
to this email, as some of the replaced lines are too long, so git
won't let me send the email. However, there is nothing wrong with
that patch, and it should be applied in the sequence listed below.
Note also that I assume this will be tested on a clean f11 install, rather
than an upgrade of an existing ovirt server