If you like the module and want to motivate people working on it, just drop a line here.
It is always interesting to see whether people use the module and thats usualy motivating keeping up the work.

Thanks in advance!

Comments

pavloshevchuk’s picture

Title: The "i like this module" issue! » Module Does't WORK IN IE7/8
Version: » 6.x-1.0-rc1

Module Does't WORK IN IE7/8 - error on parent.js

EugenMayer’s picture

Pavel what are you doing?!You just take a active issue which has a general use and is linked on the project page and rename it to your use?!

Please dont do that.

Please provide informations:
- error
- jquery_ui module version
- jquery_ui library
- jquery_update version

EugenMayer’s picture

Category: support » bug

Well this is a general bug, i will investigate

EugenMayer’s picture

well

container = $('<div id="jq-ui-dialog-container"/>').append('<iframe id="jq-ui-dialog-iframe" name="jq-ui-dialog-iframe"'+ ($.browser.msie ? ' scrolling="yes"' : '') +'/>');    

Is not allowed in the IE8

var container = $('<div id="jq-ui-dialog-container"/>').append('<iframe id="jq-ui-dialog-iframe" name="jq-ui-dialog-iframe"'+ ($.browser.msie ? ' scrolling="yes"' : '') +'/>');    

is allowed, or this is allowed

foo = $('<div id="jq-ui-dialog-container"/>').append('<iframe id="jq-ui-dialog-iframe" name="jq-ui-dialog-iframe"'+ ($.browser.msie ? ' scrolling="yes"' : '') +'/>');    

Well, thanks for wasting my time MS.

EugenMayer’s picture

Status: Active » Fixed
EugenMayer’s picture

Status: Fixed » Closed (fixed)