boards.ie - Links with Hover Not Rendering Properly.

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.
indius
Moongazer
Moongazer
Posts: 13
Joined: 2016-08-02, 14:34

boards.ie - Links with Hover Not Rendering Properly.

Unread post by indius » 2022-01-02, 11:28

Win 8.1 x64
PM: 29.4.3 x64 - Untouched New Profile
-----------------
https://www.boards.ie/

Images from this page:
https://www.boards.ie/discussion/205819 ... e-new-site

Pale Moon on left | Firefox on Right

URL turns blue on hover and hover is blue so can't be seen; Also text extends outside the box.
Image

When I hover over the username:
Image

Sometimes links simply have a blue box around them:
Image

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

Re: boards.ie - Links with Hover Not Rendering Properly.

Unread post by Moonchild » 2022-01-02, 12:07

Please try and include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:

Clear any current output
Navigate or refresh the page in question
Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"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
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35402
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: boards.ie - Links with Hover Not Rendering Properly.

Unread post by Moonchild » 2022-01-02, 12:15

A quick investigation regarding the submenu width shows that they are having some issues with CSS inheritance combined with setting widths relative (parent display is absolute at 100%, child will inherit this at 100% also). Intrinsic widths may get overridden.
I'm pretty sure the other issues will be similar oversights that just happen to render correctly in Blink but do have logic errors.
They should revisit their CSS styling and test it on more than quirky blink, OR simplify it. And while they are there they might want to try and reduce duplicate style rules for everything ;)
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

indius
Moongazer
Moongazer
Posts: 13
Joined: 2016-08-02, 14:34

Re: boards.ie - Links with Hover Not Rendering Properly.

Unread post by indius » 2022-01-02, 12:30

First part of code is from: Developer Tools > Error Console
Second part is from: Developer Tools > Web Console

Code: Select all

Warning: Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.

Warning: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
Source File: https://www.boards.ie/js/library/jquery.js?v=61ba16de
Line: 1


Warning: Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.


Warning: Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.
Source File: https://www.boards.ie/js/library/jquery.js?v=61ba16de
Line: 3

Warning: Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified


Warning: Content Security Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified

Warning: Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified


Warning: An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing
Source File: https://d725717251646e12e04f9b6938f8dd62.safeframe.googlesyndication.com/safeframe/1-0-38/html/container.html
Line: 13








Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead[Learn More]  
jquery.js:1
Content Security Policy: Ignoring ‘x-frame-options’ because of ‘frame-ancestors’ directive.  
(unknown)
Use of getPreventDefault() is deprecated.  Use defaultPrevented instead.  
jquery.js:3:49126
Activating consent for consent-display-ads  
how-can-i-a-users-guide-to-the-new-site:1997:13
Activating consent for consent-analytics  
how-can-i-a-users-guide-to-the-new-site:1997:13
Content Security Policy: Ignoring “'unsafe-inline'” within script-src: ‘strict-dynamic’ specified  
(unknown)
Content Security Policy: Ignoring “https:” within script-src: ‘strict-dynamic’ specified  
(unknown)
Content Security Policy: Ignoring “http:” within script-src: ‘strict-dynamic’ specified  
(unknown)
Powered by AMP ⚡ HTML – Version 2111011823000 "https://www.boards.ie/discussion/2058199126/how-can-i-a-users-guide-to-the-new-site"  
amp4ads-v0.mjs:5:24453
An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_Speculative_Parsing  
container.html:13

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

Re: boards.ie - Links with Hover Not Rendering Properly.

Unread post by Moonchild » 2022-01-02, 12:55

Thanks.
Aside from some warning about issues that should be addressed, there don't seem to be any JS errors so it's likely just CSS styling that's the problem.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Locked