-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
srvcanada.com - Unable to change the main categories pages #77039
Comments
this is working for me. |
@karlcow I can still reproduce it on my device. Tested with: Reopening the issue and moving back to Needsdiagnosis. |
Ah yes I can reproduce now. and it doesn't happen on Safari. I wonder if it's related to this part of the code. for (e.vmouse = {
moveDistanceThreshold: 10,
clickDistanceThreshold: 10,
resetTimerDuration: 1500
}, w = 0; w < x.length; w++) e.event.special[x[w]] = S(x[w]);
N && n.addEventListener('click', function (t) {
var n,
a,
r,
o,
s,
l,
c = O.length,
u = t.target;
if (c) for (n = t.clientX, a = t.clientY, P = e.vmouse.clickDistanceThreshold, r = u; r; ) {
for (o = 0; c > o; o++) if (s = O[o], l = 0, r === u && Math.abs(s.x - n) < P && Math.abs(s.y - a) < P || e.data(r, T) === s.touchID) return t.preventDefault(),
t.stopPropagation(),
i;
r = r.parentNode
} or this part e.fn.toggleLayerEventsForwarding = function (t, n) {
if (n = e.quickExtend({
supportedEvents: [
'click',
'mousedown',
'mouseup'
]
}, n), j.layerforwarding) if (j.pointerevents) this.toggleClass('forwardLayerEvents', t);
else {
var i = this;
t ? e.eachItem(n.supportedEvents, function (t, n) {
i.bind(n + '.layerEvents', function (t) {
if (!e(t.target).hasAncestor('.catchLayerEvents', !0)) {
var n = e.getMouseOffset(t);
i.addClass('testLayerForwarding');
var a = document.elementFromPoint(n.left, n.top);
i.removeClass('testLayerForwarding');
var r = e.quickExtend({
}, t);
r.target = a,
e(a).trigger(r),
t.stopPropagation()
}
}) but without access to the error logs and debugging part this is very hard to know for sure. |
URL: http://srvcanada.com/
Browser / Version: Safari 13.1
Operating System: Mac OS X 10.15.4
Tested Another Browser: Yes Safari
Problem type: Site is not usable
Description: Browser unsupported
Steps to Reproduce:
Will not load the different pages, home, faq, etc.
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: