Massively icon indicating copy to clipboard operation
Massively copied to clipboard

Long post/page scrolling causes header and menu to dissapear

Open MadaManu opened this issue 4 years ago • 7 comments

Hi,

Using this theme in one of my blogs, and I have spotted this issue. On a long page (a lot of content to scroll through) or post, when you scroll back up the top, the header and the menu disappeared. I have tried this on the demo as well, and yes it happens there too see this page: Massively Demo - Apps Integrations. Scroll down the bottom, then back up, the menu and header is gone as in screenshot below. image

I am using: Google Chrome - Version 95.0.4638.54 (Official Build) (64-bit)

MadaManu avatar Nov 02 '21 14:11 MadaManu

I also tested it with Microsoft Edge Version 95.0.1020.40 (Official build) (64-bit) and Firefox 94.0 (64-bit) but the issue is NOT present using these browsers. So I'm not sure what happens with Chrome.

MadaManu avatar Nov 02 '21 15:11 MadaManu

Hey @MadaManu,

I wasn't able to reproduce the issue on my end using Chrome 96.0.4664.55. Would you be able to check if there's any console error when you have the issue?

https://user-images.githubusercontent.com/1418797/143989039-c86f7e13-8ca8-44b0-bfcf-85c784a912f6.mp4

minimaluminium avatar Nov 30 '21 05:11 minimaluminium

I'm having the same issue. You can see the current behavior here: https://beta.gbfest.org.

This is the only additional code Injection I have.

<style>

.kg-image{
    height: 50%;
    width: 50%;
    float: left;
    padding: 20px;
   }        
    
 .content figure:nth-of-type(_) {
    float: left;
   
  </style>  

<script>
  var search_api_key = 'SECRET';
</script>


Screen Shot 2021-12-19 at 1 24 35 PM

safaci2000 avatar Dec 19 '21 18:12 safaci2000

I'm not sure if this is the same issue, but I'm comparing the generated HTML between the two versions.

I think the reason is the CSS is no longer valid. The old version, I have

<nav id="nav">
  <ul class="links">
    <li class=...

New version is now rendering as:

<div id="wrapper" class="fade-in">
  <ul class="nav">
      <li class=....

I think it's not correctly identifying the section and breaking. The file in question that seems to be the culprit is _nav.scss

safaci2000 avatar Dec 31 '21 21:12 safaci2000

The issue is still isn't reproducible. If anyone who can reproduce the issue on their end could provide a fix, that'd be greatly appreciated 🙂

minimaluminium avatar Feb 28 '22 03:02 minimaluminium

It would be helpful if the people experiencing this issue would include the browser and OS version they are running.

rm-rf-etc avatar Jul 30 '22 06:07 rm-rf-etc

Hey there folks -- I'm experiencing this issue building on PopOS 22.04 (an Ubuntu flavor) and viewing on Firefox 102.01.

You can see the issue live on https://paddyroc.com.

I'm seeing the same issue of a missing <nav> element that @safaci2000 described. Any pointers appreciated.

decaffeinatedio avatar Aug 13 '22 03:08 decaffeinatedio