Search and Top Navigation
#7242 closed bug (notabug)
Opened April 12, 2011 03:17PM UTC
Closed April 12, 2011 03:52PM UTC
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
Attachments (0)
Change History (2)
Changed April 12, 2011 03:37PM UTC by comment:1
_comment0: | 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 \ → 1302622652871978 |
---|
Changed April 12, 2011 03:52PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
You have a trailing comma after the title option.
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: nevermind.it