v27.7.0 win7 x86 - lots of borders everywhere!

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.
smihaila

v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by smihaila » 2018-01-18, 06:29

Hey, what's up with the recent 27.7.0 release? Suddenly, there are borders everywhere, in almost all web sites, even around the tiles shown on the speed-dial page.

Kindly see the screenshot attached for an example, for this web url:
https://www.theguardian.com/technology/ ... tocurrency
palemoon_v27_7_0_screenshot.JPG
Thanks!

User avatar
karlkracher
Fanatic
Fanatic
Posts: 129
Joined: 2015-12-05, 17:40
Location: berlin / germany

Re: v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by karlkracher » 2018-01-18, 07:51

Hi,

this multiple gray lines like the one above "the cryptocurrency uses as much co2 a year"? They are part of the page design and appear for me also in firefox, google chrome and internet explorer.

User avatar
Sajadi
Board Warrior
Board Warrior
Posts: 1226
Joined: 2013-04-19, 00:46

Re: v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by Sajadi » 2018-01-18, 10:50

Can confirm. No lines in latest Chrome but lines in PM unstable and IE11.

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

Re: v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by Moonchild » 2018-01-18, 11:06

Then chrome is doing it wrong. the elements clearly have lines by design in the ::after pseudo

Code: Select all

background-image: repeating-linear-gradient(to bottom, #DCDCDC, #DCDCDC 0.0625rem, transparent 0.0625rem, transparent 0.25rem);
"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

smihaila

Re: v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by smihaila » 2018-01-18, 15:07

karlkracher wrote:Hi,

this multiple gray lines like the one above "the cryptocurrency uses as much co2 a year"? They are part of the page design and appear for me also in firefox, google chrome and internet explorer.
Yup, now I realize that it's manifesting in Opera 12.6 and IE 11 (both under win7, along with PM) as well. But something has changed, I swear it didn't look such sharp / "bordery" before. Might be something related to the latest win7 updates, not sure.
Nothing else has changed i.e. NVidia GeForce 9500GT latest driver is installed etc.

Thank you.

New Tobin Paradigm

Re: v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by New Tobin Paradigm » 2018-01-18, 16:57

Yeah we adjusted our selves to render fractional sizes for borders properly.
Last edited by New Tobin Paradigm on 2018-01-18, 16:57, edited 1 time in total.

smihaila

Re: v27.7.0 win7 x86 - lots of borders everywhere!

Unread post by smihaila » 2018-01-19, 00:25

That's interesting to know!

Locked