Opened 12 years ago

Closed 12 years ago

#7242 closed bug (notabug)

urgent problem IE7 and dialog

Reported by: tharnadar Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.11
Keywords: Cc:
Blocked by: Blocking:

Description

Greetings all,

i've an urgent problem with dialog() method with IE7.

I post you the error log form IE8 rendering as IE7:


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729) Timestamp: Tue, 12 Apr 2011 15:04:05 UTC

Message: Expected identifier, string or number Line: 37 Char: 13 Code: 0 URI: blablabla.nevermind.it :D


Ofcourse i show you the code also

<script type="text/javascript">
        var addedExportButton = false;

        $(function () {
            addExportToolbarButton();

            $("#dialog-form").dialog({
				autoOpen: false,
				resizable: false,
37th line here:			draggable: false,'''
				modal: true,
				title: "Seleziona il formato di esportazione",
            });
        });
...
</script>

the bold line is the 37th row, i'm not joking. By the way i'm not sure it's a dialog specific issue, but i post it as is. Thank you for your patience. Good work

Change History (2)

comment:1 Changed 12 years ago by tharnadar

I add the following error report

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; SLCC2; .NET CLR 2.0.50727; InfoPath.3; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729) Timestamp: Tue, 12 Apr 2011 15:26:33 UTC

on jquery-1.4.4.js

Message: Unexpected call to method or property access. Line: 4737 Char: 5 Code: 0 URI: neverming.it

Version 0, edited 12 years ago by tharnadar (next)

comment:2 Changed 12 years ago by Scott González

Resolution: invalid
Status: newclosed

You have a trailing comma after the title option.

Note: See TracTickets for help on using tickets.