Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Nigel Moore Posted October 14, 2022 Posted October 14, 2022 Hello, anyone experience this behaviour, the scroll inside the iframe just keep on jumping? See attach GIF -Allan
Nigel Moore Posted October 14, 2022 Author Posted October 14, 2022 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
Marc Posted October 14, 2022 Posted October 14, 2022 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
opentype Posted October 16, 2022 Posted October 16, 2022 I now have users reporting this too. Browsers: Chrome/Brave.
opentype Posted October 16, 2022 Posted October 16, 2022 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.
opentype Posted October 16, 2022 Posted October 16, 2022 (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. Edited October 16, 2022 by opentype
Nigel Moore Posted October 17, 2022 Author Posted October 17, 2022 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.
Nigel Moore Posted October 17, 2022 Author Posted October 17, 2022 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
opentype Posted October 17, 2022 Posted October 17, 2022 25 minutes ago, Marc Stridgen said: Any of you have a link I can take a look at? https://www.typografie.info/3/topic/40490-ähnliche-fonts-wie-“canela”-und-“proxima-nova”/?do=findComment&comment=279819
Marc Posted October 17, 2022 Posted October 17, 2022 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?
opentype Posted October 17, 2022 Posted October 17, 2022 I can’t see it on my computer, so I can’t do any testing with it.
Randy Calvert Posted October 17, 2022 Posted October 17, 2022 Can one of you with a site issue where it can be duplicated make a default theme available to guests? That might help show if this is a problem with the Rene or happening in the stock software.
Marc Posted October 17, 2022 Posted October 17, 2022 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. 😄
Nigel Moore Posted October 18, 2022 Author Posted October 18, 2022 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: https://www.typografie.info/3/topic/40490-ähnliche-fonts-wie-“canela”-und-“proxima-nova”/?do=findComment&comment=279819 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
Ehren Posted October 18, 2022 Posted October 18, 2022 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; } SeNioR- and Marc 2
Recommended Posts