- Posts: 12
COMMUNITY FORUM
No popup window on "edit item" in frontend in IE 11
- Florian
-
Topic Author
- Offline
- New Member
Less
More
10 years 4 months ago #135159
by Florian
No popup window on "edit item" in frontend in IE 11 was created by Florian
Hi,
when click "edit item" in the frontend in Internet Explorer 11 the screen gets dark but I see no popup/iframe...
In Firefox it works great. Can someone help?
I playes around with jquery engines already. Not found a solution yet.
when click "edit item" in the frontend in Internet Explorer 11 the screen gets dark but I see no popup/iframe...
In Firefox it works great. Can someone help?
I playes around with jquery engines already. Not found a solution yet.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 4 months ago #135166
by Krikor Boghossian
Replied by Krikor Boghossian on topic No popup window on "edit item" in frontend in IE 11
Check under your console tab for any potential js erros.
Furthermore make sure you are loading only one instance of jQuery
Furthermore make sure you are loading only one instance of jQuery
Please Log in or Create an account to join the conversation.
- Florian
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
10 years 4 months ago #135174
by Florian
Replied by Florian on topic No popup window on "edit item" in frontend in IE 11
I get a red:
"RESTRICTED" is undefined
for the index.php
Any suggestions? Coule be because of the update from 2.6.8 to 2.6.9?
"RESTRICTED" is undefined
for the index.php
Any suggestions? Coule be because of the update from 2.6.8 to 2.6.9?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 4 months ago - 10 years 4 months ago #135218
by Krikor Boghossian
Replied by Krikor Boghossian on topic No popup window on "edit item" in frontend in IE 11
I do no think this is the case.
View the source of the page and c/p the script that has 'RESTRICTED' in it.
Next to error in the console it also indicates the line that the error is present.
View the source of the page and c/p the script that has 'RESTRICTED' in it.
Next to error in the console it also indicates the line that the error is present.
Last edit: 10 years 4 months ago by Krikor Boghossian.
Please Log in or Create an account to join the conversation.
- Florian
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
10 years 4 months ago #135248
by Florian
Replied by Florian on topic No popup window on "edit item" in frontend in IE 11
SCRIPT5009: "RESTRICTED" is undefined
File: index.php, Line: 1, Row: 1
File: index.php, Line: 1, Row: 1
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 4 months ago #135266
by Krikor Boghossian
Replied by Krikor Boghossian on topic No popup window on "edit item" in frontend in IE 11
Yes, I want to see the actual JS script.
Please Log in or Create an account to join the conversation.
- Florian
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
10 years 3 months ago #135842
by Florian
Replied by Florian on topic No popup window on "edit item" in frontend in IE 11
This? File: jquery.min.js, Line: 4, Row: 11378
I got this under console when I pressed F12... Sorry, I have no experience with JS...
I got this under console when I pressed F12... Sorry, I have no experience with JS...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #135856
by Krikor Boghossian
Replied by Krikor Boghossian on topic No popup window on "edit item" in frontend in IE 11
Hmm this seems to be a browser specific issue (hence the error in jquery).
This is also Joomla! default modal so there is not much we can do about this.
This is also Joomla! default modal so there is not much we can do about this.
Please Log in or Create an account to join the conversation.
- Florian
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 12
10 years 1 week ago #143420
by Florian
Replied by Florian on topic No popup window on "edit item" in frontend in IE 11
I changed to load local JQuery in K2 settings and this helped. Remote was not working due to Firewall Restrictions, as we run it as an Intranet...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 1 week ago #143452
by Krikor Boghossian
Replied by Krikor Boghossian on topic No popup window on "edit item" in frontend in IE 11
Thank you for sharing the solution Florian.
I 'm glad that the issue was resolved.
I 'm glad that the issue was resolved.
Please Log in or Create an account to join the conversation.