Closed (won't fix)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2006 at 19:48 UTC
Updated:
3 Feb 2013 at 19:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
moshe weitzman commentedis there any HTML source on that error? can we get a helpful error message out of IE7? can anyone verify this? I don't have IE7.
Comment #2
atompkins commentedThe error is a popup.
The interesting thing is that the page actually appears to render before the error occurs which might imply that the problem is JavaScript related rather than HTML - it renders the page then tries to execute some JavaScript, fails somewhere and finally shows a 'cannot display the webpage' page.
I have attached a couple of screenshots that show the problem.
Comment #3
merlinofchaos commentedViews doesn't use any javascript, other than the collapsible fieldsets provided by Drupal, so if it's a js problem it may be Drupal related.
Comment #4
heine commentedI cannot reproduce this problem using IE 7, latest 5-dev and views 5.x-1.4-2rc1.
Comment #5
atompkins commentedBased on the above responses I tried a few things.
Firstly, I installed IE7 on a different machine and hit the same page - this time it worked just fine. So the problem sees to be with my particular IE7 install.
Next I uninstalled IE7 on my machine and the problem was still there under IE6. I reinstalled IE7 again and the problem remains.
I did a Google search and found a fair amount of information from other users experiencing the same issue (http://www.google.com/search?q=%22Internet+Explorer+cannot+open+the+Inte...).
The consensus seems to be that the issue is related to the way the HTML is formed but there's nothing official from Microsoft and it all seems a bit confused. The closest thing to an official recognition of the problem is at: http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerProg... about half-way down the page under the heading 'Operation aborted'.
So I'm not sure where to go from here. On my machine, in IE, the problem is consistent but on another machine also running IE the problem does not appear.
I have only ever seen this issue while trying to edit a View in Drupal.
Comment #6
deepak@dipak.org commentedI am getting the same issue with IE 6.0 with Windows XP SP2. I only get this error message when I try to Add or Edit a view. As reported above, the page actually seems to render but an IE popup is displayed with the message: "Internet Explorer cannot open the Internet site . Operation aborted".
Comment #7
sepeck commentedjust a note (I have note experienced this issue) that some MS debugging tools can cause you to see or experience errors or oddities you would not have experienced otherwise. For example, having MS Script Debugger installed can result in pop ups on web pages that otherwise have none.
Comment #8
deepak@dipak.org commentedDebugging is off. If I keep trying to refresh the page, it completely shows up once in a while. As in once in 10-20 tries.
Comment #9
merlinofchaos commentedWhat theme are you using? Have you tried it in only Drupals default themes?
Comment #10
deepak@dipak.org commentedI am using system default theme. I tried other themes also but no luck. I am using drupal 5 rc1 with rc2 of view.
I disabled "Friendly HTTP Errors" in IE Tools -> Internet Options -> Advanced. What happens now is when I try to edit a view, only half the page is rendered and an IE error box is displayed. So far I've tried clearing my cache, restaring my laptop; nothing worked. All other parts of drupal work.
Comment #11
larry commentedJust for this issue's completeness, I get the exact same error. However, if I click the error box, hit refresh, and go back one page I can edit/add views. Otherwise, I've created a few views without serious issue. I'm using windows XP, IE 7, apache 2.0.47, mysql 5.0, php 4.4.4, and drupal 5.0-rc1 with the standard bluemarine theme enabled. Just core and views modules enabled.
Comment #12
koechsle commentedSorry for a same-same here but this is just for assuring that this problem is not seldom. I experienced the same problem when adding a field or an argument to a view. Part of the page is displayed (Edit view , Basic Information and Page). Then the popup as described. Reloading the page yields the editing page again, but the field/argument isn't added.
No errors in the server log.
Works for me in firefox 1.0.6 (thank god).
Danish IE6.0.2900.2180.xpsp_sp2_(and more...), Danish XP SP2.
Drupal 5.0 (released version), PHP5.1.2.
Comment #13
jaks1970 commentedHaving the same problem in IE 7.0.5730.11 but works just fine in Firefox. I was just exporting all my views for backup because i was going to try reinstalling but then I saw this issue and tried in Firefox.
I can see everything except for the dropdown boxes. I get zero errors but I do get:
This view currently has no fields defined.
Fields are only meaningful with List view and Table View; they allow you to choose which fields are presented and in what order.
The add field part between the code tags is not visible on my page but when I pasted the message here that was the output. It's like it's there but invisible. Very strange. Any idea why I can copy and paste something that isn't showing on my page? I attached a screen shot so you don't think I'm nuts. You can see that what I pasted above doesn't show.
Comment #14
merlinofchaos commentedOne of these days I will get IE7 somewhere and see if I can debug this, but I've found that not all installations of IE7 exhibit this behavior. So this one is going to sit for awhile while until I can figure out just what in the world is going on here.
Comment #15
sisyphos commentedDoes anything happen between march and today??
I have the same error occurred and I don't know any help. What shall I do to avoid the error?
Comment #16
sisyphos commentedI found out that it works with OPERA.
Comment #17
webeddy commentedI am experiencing the same problem when I try to edit any content. I get the error message
Internet Explorer cannot open the site http://seattlewcswing.org/?q=node/43/edit.
Operation Aborted
This was working fine just yesterday. Also now when I try to edit, I cannot expand any of the menus below the content window to edit the Menu Settings, Comment Settings etc. I haven't even tried to edit views. Could this be the same problem? Is there any fix?
Comment #18
heine commentedI recently encountered this problem on a site while editing a view (Views 1.5.x-1.6) with IE 7.0. If I comment out line 66-74 of
misc/collapse.js, the error no longer occurs while editing a view (of course editing is virtually impossible).Further deletions hinted at
.after($('<div class="fieldset-wrapper"></div>').append(fieldset.children(':not(legend)')));as being the thing that trips IE.Disabling FCKeditor (5.x-1.1) however also solved the problem. Perhaps an interaction between collapse.js and FCKeditor due to collapsible fieldsets containing textareas? Would love to hear from posters above if they use FCKEditor or another module that modifies textareas.
Perhaps we can then decide on the proper issue queue as well.
Comment #19
heine commentedEither adding the views text areas to the FCKEditor exclusion settings (admin/settings/fckeditor) or upgrading to FCKeditor 5.x-1.2 (which solves http://drupal.org/node/125650) solved the issue for me.
Comment #20
merlinofchaos commentedHeine, I loooove you!
Comment #21
nazirahmed commentedHow I solved this problem on IE6/IE7
Hi, I was also having this problem in IE6. As far as I have concluded and what worked in my case this problem only lies with wysiwyg editoris. TinyMCE or FCkEditor just go to administration page of these and add a filtre on
Visibility
Show tinymce/fckeditor on specific pages:
Show on every page except the listed pages.
and add the filtre using
admin/build/views/*
this will disable the editors on views adminstration pages and will solve the issue
Check my site at www.freeonlineserver.com
Comment #22
misterlawrence commentedHmmmm. My tinymce profile is set to:
Show on only the listed pages.
node/*
user/*
comment/*
admin/settings/site-information*
From my understanding, this should exclude tinymce from effecting admin/build/views/* at all, yet I am still experiencing this problem.
Any thoughts?
Comment #23
catchmoving over to tinymce
Comment #24
pomliane commentedThis version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.