Popup windows not working on Explorer 10

10 years 9 months ago - 10 years 9 months ago #229615 by Buzz50
Replied by Buzz50 on topic Popup windows not working on Explorer 10
Same here, no improvement; the connections request does nothing in IE10

(I had already commented out this line for the drop-down issue previously.)

Is there anybody here using Community Builder on IE10?

If there is then could you please try a connection request?

I've tried requesting connections here on joomlapolis using IE10 and get the same, nothing.

It does work if you use compatibility mode but that makes other things messy.

Buzz50
Mike
Buzz50 Seniors
'Head Buzzer'

Please Log in to join the conversation.

10 years 9 months ago - 10 years 9 months ago #229617 by dufreeze
Replied by dufreeze on topic Popup windows not working on Explorer 10
Indeed, it's not working on Joomlapolis too.

I can confirm there is an error in the CB overlib file. I changed the overlib to include IE10 but still did not work. I copied another overlib file from a working component (with the same IE10 correction) and with that file the problem on the registration page was solved.
But it did not fix the request connection link, in fact it even broke the link in Firefox.

Please Log in to join the conversation.

10 years 9 months ago - 10 years 9 months ago #229629 by dufreeze
Replied by dufreeze on topic Popup windows not working on Explorer 10
I think I got it (no specialist in this, just trial and error) after comparing the files and as far as I have tested it, it comes down to one line.

In the over_all_mini.js file in CB I looked at the following code:

versNum=parseFloat(agent.match(/MSIE[](\d\.\d+)\.*/i)

to make it work with the double digit version number, IE 10, I added the {1,9} (a 2 instead of 9 would allready suffice) some time ago so it looked like this:

versNum=parseFloat(agent.match(/MSIE[](\d{1,9}\.\d+)\.*/i)

But this was still not working. Then today I looked at the other overlib files again and noticed there was no space between the [] in my overlib file so I changed it again to this:

versNum=parseFloat(agent.match(/MSIE[ ](\d{1,9}\.\d+)\.*/i)

I tested this in the registration page with succes. Then tried the request
connection link, also succes.

I allready had the {1.9} in the code for awhile but I never thought of the [ ] untill I compared the files.
There was a space in the original CB 1.9 overlib file so I have no idea why the space in mine was gone since I only put in the {1,9} like I did with the other component.
The following user(s) said Thank You: ricco1

Please Log in to join the conversation.

10 years 9 months ago #229650 by krileon
Replied by krileon on topic Popup windows not working on Explorer 10
I've created the below bug ticket for further investigation and fixing for CB 1.9.1.

forge.joomlapolis.com/issues/4083


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

10 years 2 months ago #239254 by myfriendsplace
Replied by myfriendsplace on topic Popup windows not working on Explorer 10
For those of us who are not very computer smart and should probably not be doing this at all :-) LOL Where do you find the over_all_mini.js file in CB?

I found a file called overlib_all_mini.js in httpdocs/components/com_comprofiler/js and did make the change in that file but it did not fix the problem....sorry don't mean to be so stupid but I am trying to learn and do this myself just need a little more direction.
The following user(s) said Thank You: hawkead

Please Log in to join the conversation.

9 years 8 months ago #246976 by bcraigie
Replied by bcraigie on topic Popup windows not working on Explorer 10
Are we any further forward with this?

With IE11, this is still a problem. I commented the curvycorners line. No difference.

Then I changed the line versNum=parseFloat(agent.match(/MSIE[ ](\d{1,9}\.\d+)\.*/i) - this stopped the error message, but now clicking on Request Connection just does nothing.

Thanks

Brian

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.307 seconds

Facebook Twitter LinkedIn