Problem with 2 websites

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
Mirage

Problem with 2 websites

Unread post by Mirage » 2018-03-30, 11:52

Hello,

1. Fnac.com : login doesn't work
- Go to : https://www.fnac.com/
- At the top of the page click on "Se connecter" then "Me connecter"
- On the new page I put my login/pass and I click on the button "Me connecter"
- Nothing happens
Normal behavior : user is redirected to the home page and is logged

2. clinique-chantecler.com : impossible to use the appointment feature
- Go to : https://www.clinique-chantecler.com/fr/ ... urologique
- In the middle of the page choose any physician (like Thomas BODIN) an click on the button "Demander un rendez-vous" (ask for an appointment)
- Nothing happens
Normal behavior (see in attachment) : a new windows appears in the forefront (not a browser windows). An comes from a tier website : Doctolib

Tested on Palemoon 27.8.3 (64-bit) with a new default test profile - Windows 7 x64
Both sites works well on Chromium 65.0.3325.181 x64

Don't hesitate if you need logs and more informations

Regards.
Attachments
www.clinique-chantecler.com.png

User avatar
adesh
Board Warrior
Board Warrior
Posts: 1277
Joined: 2017-06-06, 07:38

Re: Problem with 2 websites

Unread post by adesh » 2018-03-30, 13:38

I get 403 Forbidden error for the first one, so can't say what's the issue.

For second, a script error is triggered when link is clicked. Following is what I get in console:
ReferenceError: event is not defined theme-62-chirurgie-urologique:761:95
Script is trying to access global "event" object and failing. Following is the offending script.

Code: Select all

	</script><script type="text/javascript">
					$(document).ready(function () {
						$('.reveal-modal').on('open', function () {
							var iframe = $(this).children('iframe');
							$(iframe).attr('src', iframe.data('src'));
							if ($(this).hasClass('doctolib')) {
							// ERROR IN LINE BELOW
								ga && ga('send', 'event', { eventCategory: 'Doctolib', eventAction: 'Clic bouton RDV', eventLabel: event.target.href, transport: 'beacon' });
								iFrameResize();
							}
						})
					});
				</script>
Last edited by adesh on 2018-03-30, 13:40, edited 1 time in total.

User avatar
badnick
Astronaut
Astronaut
Posts: 670
Joined: 2017-03-23, 19:56

Re: Problem with 2 websites

Unread post by badnick » 2018-03-30, 17:02

For the second link: same behaviort on Firefox, I think is something wrong with the web page code because on both browsers this "buttons" are interpreted like a picture.
Windows 10 pro /64 (version 1809)
PM last/64

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2986
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Problem with 2 websites

Unread post by coffeebreak » 2018-03-30, 17:08

The first site did load here, but clicking the login link redirected to a "site under maintenance" message.
fnac-maintenance.png

in English:
fnac-maintenance-english.png

Mirage

Re: Problem with 2 websites

Unread post by Mirage » 2018-04-12, 23:48

I made a test with some browsers in safe mode or default settings (updated and x64 when available):

https://www.clinique-chantecler.com/fr/ ... urologique (= appointment window)
Working : IE 11, Chromium
Not Working : Palemoon, Basilik, Firefox

https://www.fnac.com/ (=login)
Working : IE 11, Chromium, Firefox, Basilik
Not Working : Palemoon

Soufer

Re: Problem with 2 websites

Unread post by Soufer » 2018-04-13, 13:28

I agree with badnick

Locked