Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map floats over footer while scrolling! - UI Bug (1/3) #10306

Open
5 tasks
xJonJos opened this issue Oct 11, 2021 · 21 comments · May be fixed by #11606 or #11635
Open
5 tasks

Map floats over footer while scrolling! - UI Bug (1/3) #10306

xJonJos opened this issue Oct 11, 2021 · 21 comments · May be fixed by #11606 or #11635
Labels
assigned first-timers-only They need to be well-formatted using the First-timers_Issue_Template.

Comments

@xJonJos
Copy link
Contributor

xJonJos commented Oct 11, 2021

Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.

If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!

We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝

If you have contributed before, consider leaving this one for someone new and looking through our general help wanted issues. Thanks!

🤔 What you will need to know.

Nothing. This issue is meant to welcome you to Open Source :) We are happy to walk you through the process.

📋 Step by Step

  • 🙋 Claim this issue: Comment below. If someone else has claimed it, ask if they've opened a pull request already and if they're stuck -- maybe you can help them solve a problem or move it along!

See this page for some help in taking your first steps!

Todo:

.leaflet-pane{
  position: initial !important;
}
.leaflet-bar, .leaflet-top{
  position: initial !important;
}

This solution was worked on by @wajeehamushtaq on #10358

  • 💾 Commit your changes

  • 🔀 Start a Pull Request. There are two ways how you can start a pull request:

  1. If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.

  2. You can also edit files directly in your browser and open a pull request from there.

  • 🏁 Done Ask in comments for a review :)

Please keep us updated

💬⏰ - We encourage contributors to be respectful to the community and provide an update within a week of claiming a first-timers-only issue. We're happy to keep it assigned to you as long as you need if you update us with a request for more time or help, but if we don't see any activity a week after you claim it we may reassign it to give someone else a chance. Thank you in advance!

If this happens to you, don't sweat it! Grab another open issue.

Is someone else already working on this?

🔗- We encourage contributors to link to the original issue in their pull request so all users can easily see if someone's already started on it.

👥- If someone seems stuck, offer them some help! Otherwise, take a look at some other issues you can help with. Thanks!

🤔❓ Questions?

Leave a comment below!

Original information about the issue

map floats over footer while scroling

map floats over footer

look here -> https://publiclab.org/post

@xJonJos xJonJos added the first-timers-only They need to be well-formatted using the First-timers_Issue_Template. label Oct 11, 2021
@wajeehamushtaq
Copy link
Contributor

Hi @Jon-Jos , Can I work on this issue?

@wajeehamushtaq
Copy link
Contributor

@Jon-Jos , I have checked this, but at my side it is completely fine. The map did not float over the footer section. Can you please further explain at which event this will happen?
1

Then
2

@wajeehamushtaq
Copy link
Contributor

@TildaDares Can you please guide us?

@xJonJos
Copy link
Contributor Author

xJonJos commented Oct 12, 2021

hit Got it! button in cookie consent to see the footer!

@wajeehamushtaq
Copy link
Contributor

Okay, Thanks!

@jywarren
Copy link
Member

Hi @Jon-Jos thanks for helping to find this bug - and for continuing to document it - if it's possible to show a video of how to reproduce it that'd be great -- or @wajeehamushtaq were you able to see it happen too?

I do want to note that our "first-timers-only" issues have a very specific format which include the specific changes to be made. So this is more like a "fto-candidate" -- which might be converted into a full "first-timers-only" once a solution is included, if it's simple enough and easy to confirm when completed! I'll adjust the labeling accordingly. Thanks a lot!!!


This has been marked as a good candidate for becoming a first-timers-only issue like these, meaning that it's simple, self-contained, and with some extra formatting, could be a great entry point for a new contributor. If you're familiar enough with this code, please consider reformatting or reposting it as a first-timers-only issue, and then ping @publiclab/reviewers to get it labelled. Or, if this is not your first time, try to solve it yourself!

@jywarren jywarren added fto-candidate issues which are meant to be solved by first timers but aren't well-formatted yet add-code-links and removed first-timers-only They need to be well-formatted using the First-timers_Issue_Template. labels Oct 12, 2021
@xJonJos
Copy link
Contributor Author

xJonJos commented Oct 12, 2021

@jywarren got the idea! 🚀
Thank you for sharing 😇

@wajeehamushtaq
Copy link
Contributor

Hi @jywarren , Thank you for guiding us. I tried a solution, the problem arise due to leaflet map styling. The position is set to absolute so this will create the problem. I have created a pull request by fixing this issue. #10327

@midsu
Copy link

midsu commented Oct 14, 2021

if this issue is still need work, can I be assigned for it?

@ebarry
Copy link
Member

ebarry commented Apr 25, 2022

I can report that in publiclab.org/post , after clicking "add a location" button, the map that appears does float over the footer. So the original issue is still happening, if that matters for prioritizing review of the associated PR.

@cesswairimu
Copy link
Collaborator

hi and noted @ebarry, I will try to rebase on my end. Thanks

@cesswairimu
Copy link
Collaborator

reserving this for @pbnj1

@cesswairimu cesswairimu added first-timers-only They need to be well-formatted using the First-timers_Issue_Template. assigned and removed fto-candidate issues which are meant to be solved by first timers but aren't well-formatted yet add-code-links labels Sep 14, 2022
@liryyy
Copy link

liryyy commented Oct 14, 2022

Hi, @cesswairimu can I work on this issue please?

@itsgurmannatsohal
Copy link

Hi, is this issue still pending? Can I be assigned to it?

@cesswairimu
Copy link
Collaborator

Hi @itsgurmannatsohal, this is still happening, the changes mentioned above may not solve it, but we would like your help if you would like to give it a try. thanks

@lata-11
Copy link

lata-11 commented Jan 18, 2023

Hey! is this issue still open? If yes, I would like to work on this. Please assign.

@7malikk
Copy link
Contributor

7malikk commented Jan 19, 2023

@lata-11 seems @itsgurmannatsohal may be working on this, if they are not, you could propose a solution

if that's fine by @cesswairimu

@itsgurmannatsohal
Copy link

@7malikk I'm working on this but I'm facing issues with the set up. The localhost throws internal server error 500 on running the server and various warnings get logged.
No error is shown that I could look into just a 500 status code. Could you please help?

@7malikk
Copy link
Contributor

7malikk commented Jan 19, 2023

@7malikk I'm working on this but I'm facing issues with the set up. The localhost throws internal server error 500 on running the server and various warnings get logged.
No error is shown that I could look into just a 500 status code. Could you please help?

Hello @itsgurmannatsohal have you tried the suggestions @TildaDares brought up in the community chat?
Here it is:
"Hi Gurmannat, have you tried stopping and restarting the server? If that doesn’t work, please paste a link to the stack trace from your console or post a screenshot of the issue. Thank you!"

@itsgurmannatsohal
Copy link

Will try that and post updates. Thank you

@itsgurmannatsohal itsgurmannatsohal linked a pull request Jan 24, 2023 that will close this issue
@atakanserifoglu
Copy link

I'm interested in this issue if it's still open.

arimallick added a commit to arimallick/plots2 that referenced this issue Mar 27, 2023
aniketraz added a commit to aniketraz/plots2 that referenced this issue May 10, 2023
aniketraz added a commit to aniketraz/plots2 that referenced this issue May 10, 2023
@aniketraz aniketraz linked a pull request May 10, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned first-timers-only They need to be well-formatted using the First-timers_Issue_Template.
Projects
None yet