Jump to content

Recommended Posts

Posted

The IPB auto add inline style width, height and overflow, I believe there is no code in our theme that does this behaviour.

It happens on a desktop display setting of 3000 x 2000

-Allan

Posted

Have you tested on a default unaltered theme? I know you said you dont believe there to be code in that area, but many things could affect that such as CSS outside of that area. Please check this first of all

Posted

Looking at the two examples, I would guess it’s a problem with the IPS text truncation JavaScript. There is an unexpected text reflow, causing the scrolling bars to appear, which is causing another text reflow, causing the scrolling bars to change … and so on and so forth. 

Posted (edited)

It’s definitely connected to the truncation of the description. It dynamically breaks down the description into 3 separate <span> tag and then there are potential problems with lines not fitting and content being moved around after a text reflow in an endless loop. Just looking at these examples in combination makes it clear that the line-lengths aren’t correct. 

Could contain: Text

 

Edited by opentype
Posted
On 10/14/2022 at 3:09 PM, Marc Stridgen said:

Have you tested on a default unaltered theme? I know you said you dont believe there to be code in that area, but many things could affect that such as CSS outside of that area. Please check this first of all

There was no CSS altered for the iframe quote, the iframe it self has an auto instyle width and height that cause the scroll to jump.

Posted
9 hours ago, opentype said:

Looking at the two examples, I would guess it’s a problem with the IPS text truncation JavaScript. There is an unexpected text reflow, causing the scrolling bars to appear, which is causing another text reflow, causing the scrolling bars to change … and so on and so forth. 

It was reported in laptop surface book

-Allan

Posted

I can see it happening there on my end too. However I cant replicate it at all on a stock install. Have you tested with default themes and default pages templates?

Posted
14 minutes ago, opentype said:

I can’t see it on my computer, so I can’t do any testing with it. 

Thats always a good reason not to. 😄 

 

Posted
15 hours ago, Marc Stridgen said:

Any of you have a link I can take a look at?

Here you can take a look at it https://www.loom.com/share/5a27e00c9c2344be947d04a6ec600846

The link I used is from opentype

15 hours ago, opentype said:


You can check my link but it is not a public you need to log-in, however to replicate it, just change the browser zoom 

-Allan

Posted

I have a feeling this may be caused by line-heights.

Is it fixed if you add this to your custom.css file?

/* Fix jumping scrollbar in embedded content */
.ipsRichEmbed .ipsType_richText{
	line-height: 1.4;
}

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...