You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When display of resolution 1366x720, visits the website, the is a simple mistake in Navigation bar.
It wont register the page is already scrolled into about us section.
I found the cause of it, most likely, the main problem here is the size of About Us section.
In the Observer.jsx component, the threshold is set to 0.8 which means when 80% of the content of about us is focused in the screen, only it registers it as active in the navigation menu. But since the sheer size of About Us section is bigger, in screen of resolution 1366x720, it wont ever conver the 80% of the about section at a time.
To prove my hypothesis, I zoomed out the website to 67% and the the bug wouldn't work in this condition.
👟 Reproduction steps
Get a display of 1366x720 resolution.
Open the website nepal.gnome.org or gnomenepal.netlify.app
Scroll down
You will see About Us isn't being registered as active in the navigation menu
👍 Expected behavior
While scrolling the website About Us should have been registered as active in the navigation menu
👎 Actual Behavior with Screenshots
100% Zoom in 1366x720 resoultion display
67% Zoom in 1366x720 resoultion display
💻 Operating system
Linux
What browsers are you seeing the problem on?
Chrome
📃 Provide any additional context for the Bug.
No response
📖 Relevant log output
No response
👀 Have you spent some time to check if this bug has been raised before?
I checked and didn't find similar issue
🔗 Are you willing to submit PR?
None
🧑⚖️ Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
📜 Description
When display of resolution 1366x720, visits the website, the is a simple mistake in Navigation bar.
It wont register the page is already scrolled into about us section.
I found the cause of it, most likely, the main problem here is the size of About Us section.
In the Observer.jsx component, the threshold is set to 0.8 which means when 80% of the content of about us is focused in the screen, only it registers it as active in the navigation menu. But since the sheer size of About Us section is bigger, in screen of resolution 1366x720, it wont ever conver the 80% of the about section at a time.
To prove my hypothesis, I zoomed out the website to 67% and the the bug wouldn't work in this condition.
👟 Reproduction steps
👍 Expected behavior
While scrolling the website About Us should have been registered as active in the navigation menu
👎 Actual Behavior with Screenshots
100% Zoom in 1366x720 resoultion display
67% Zoom in 1366x720 resoultion display
💻 Operating system
Linux
What browsers are you seeing the problem on?
Chrome
📃 Provide any additional context for the Bug.
No response
📖 Relevant log output
No response
👀 Have you spent some time to check if this bug has been raised before?
🔗 Are you willing to submit PR?
None
🧑⚖️ Code of Conduct
The text was updated successfully, but these errors were encountered: