Unable to click links on news.sky.com

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
llamatron

Re: Unable to click links on news.sky.com

Unread post by llamatron » 2020-06-17, 22:38

Thanks for looking at this. I also found a good example of my middle click issue... do a search on google images, the first item you middle click will put you into scroll mode.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37538
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: Unable to click links on news.sky.com

Unread post by Moonchild » 2020-06-17, 23:25

Middle-click to enable auto-scroll is by design.
If you don't like it you can disable that in preferences -> advanced -> tab general -> use autoscrolling
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

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

Re: Unable to click links on news.sky.com

Unread post by adesh » 2020-06-18, 06:33

Moonchild wrote:
2020-06-17, 23:25
preferences -> advanced -> tab general -> use autoscrolling
Off-topic:
Oh, wow! I always wondered what this was for.

User avatar
Cassette
Lunatic
Lunatic
Posts: 408
Joined: 2015-05-08, 14:30
Location: Wichita, KS

Re: Unable to click links on news.sky.com

Unread post by Cassette » 2020-06-18, 07:40

I've figured out a workaround that allows the page to work correctly (as far as I can tell). There's a CSS setting that isn't allowing it to work correctly.

Code: Select all

.sdc-site-tile__headline::after {
	position: absolute; }
The "absolute" value causes problems. Alternatively you can use "unset" or "relative" and they both seem to work. Try adding this code to your userContent.css file and restart the browser.

Code: Select all

@-moz-document domain(news.sky.com) {
.sdc-site-tile__headline::after { position: unset!important; }
 }
If the site changes, this could stop working without warning or even cause problems so keep that in mind.

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: Unable to click links on news.sky.com

Unread post by Tomaso » 2020-06-18, 08:03

Cassette wrote:
2020-06-18, 07:40
There's a CSS setting that isn't allowing it to work correctly.
Simply blocking that pseudo-element works too, by adding this rule to your filters in uBO (not ABP-compatible):

Code: Select all

sky.com##.sdc-site-tile__headline:after
SeaMonkey is affected by this issue as well.
In lack of a better "solution", I could ask for the above rule to be added to uBO's legacy filter.

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: Unable to click links on news.sky.com

Unread post by Tomaso » 2020-06-21, 23:10

Tomaso wrote:
2020-06-18, 08:03
In lack of a better "solution", I could ask for the above rule to be added to uBO's legacy filter.
Added:
https://github.com/uBlockOrigin/uAssets ... a0b300104/
Simply update your uBO filters, and the site will work!

User avatar
Tharthan
Board Warrior
Board Warrior
Posts: 1427
Joined: 2019-05-20, 20:07
Location: New England

Re: Unable to click links on news.sky.com

Unread post by Tharthan » 2020-07-12, 00:55

Tomaso wrote:
2020-06-18, 08:03
SeaMonkey is affected by this issue as well.
Is SeaMonkey still being developed? If so, I'm surprised to hear that.
"This is a war against individuality and intelligence. Only thing we can do is stand strong."adesh, 9 January 2020

"I used to think I was a grumpy old man, but I don't hold a candle compared to Tharthan."Cassette, 9 September 2020

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5551
Joined: 2015-12-09, 15:45

Re: Unable to click links on news.sky.com

Unread post by moonbat » 2020-07-12, 08:46

Tharthan wrote:
2020-07-12, 00:55
Is SeaMonkey still being developed? If so, I'm surprised to hear that.
It's on life support. Based on Firefox 60 I think, they don't frequently release updates.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
Moonraker
Board Warrior
Board Warrior
Posts: 1873
Joined: 2015-09-30, 23:02
Location: uk.

Re: Unable to click links on news.sky.com

Unread post by Moonraker » 2020-07-12, 09:22

Tharthan wrote:
2020-07-12, 00:55
Tomaso wrote:
2020-06-18, 08:03
SeaMonkey is affected by this issue as well.
Is SeaMonkey still being developed? If so, I'm surprised to hear that.
yes seamonkey is still being developed but quite slowly.problem is they may have to embrace quantum at some point.
user of multiple puppy linuxes..upup,fossapup.scpup,xenialpup..... :thumbup:

Pale moon 29.4.1

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37538
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: Unable to click links on news.sky.com

Unread post by Moonchild » 2020-07-12, 09:39

Moonraker wrote:
2020-07-12, 09:22
problem is they may have to embrace quantum at some point.
They can't. Not without a complete front-end rewrite which isn't going to happen.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5551
Joined: 2015-12-09, 15:45

Re: Unable to click links on news.sky.com

Unread post by moonbat » 2020-07-12, 09:41

Moonchild wrote:
2020-07-12, 09:39
They can't. Not without a complete front-end rewrite which isn't going to happen.
Off-topic:
Would it be possible for them to switch the platform to UXP, assuming they wanted to?
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37538
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: Unable to click links on news.sky.com

Unread post by Moonchild » 2020-07-12, 16:43

Off-topic:
moonbat wrote:
2020-07-12, 09:41
Would it be possible for them to switch the platform to UXP, assuming they wanted to?
They don't want to. I asked and was told no. They wanted to keep leeching Mozilla infra and do very little otherwise.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Tharthan
Board Warrior
Board Warrior
Posts: 1427
Joined: 2019-05-20, 20:07
Location: New England

Re: Unable to click links on news.sky.com

Unread post by Tharthan » 2020-07-13, 20:00

Moonchild wrote:
2020-07-12, 16:43
Off-topic:
moonbat wrote:
2020-07-12, 09:41
Would it be possible for them to switch the platform to UXP, assuming they wanted to?
They don't want to. I asked and was told no. They wanted to keep leeching Mozilla infra and do very little otherwise.
Not much that you can do if a browser's development team is suicidal (regarding the browser).
"This is a war against individuality and intelligence. Only thing we can do is stand strong."adesh, 9 January 2020

"I used to think I was a grumpy old man, but I don't hold a candle compared to Tharthan."Cassette, 9 September 2020

User avatar
Tomaso
Board Warrior
Board Warrior
Posts: 1622
Joined: 2015-07-23, 16:09
Location: Norway

Re: Unable to click links on news.sky.com

Unread post by Tomaso » 2020-07-27, 08:47

The issue @ news.sky.com seems to have been fixed now, so the workaround has been removed from uBO's legacy filter.
If the problem should resurface, then simply make a note of it here:
https://github.com/uBlockOrigin/uAssets ... a0b300104/