this post was submitted on 15 Dec 2023
910 points (98.7% liked)

Technology

58137 readers
4475 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago (3 children)

When will they fix their mobile version though? As much as I want to use Firefox as much as possible, some websites just refuse to open in mobile Firefox, or not work properly. I have even made a simple website with fixed element on the bottom of the page, and it jumps like crazy when scrolling for whatever reason.

[–] [email protected] 8 points 9 months ago* (last edited 9 months ago) (2 children)

I believe it's because firefox's UI is placed on the bottom of the screen per default. To account for that, I believe they adjust the viewport's height to either exclude the bottom of the screen (when the symbol bar is displayed) or include it (when you scroll down and the symbol bar is hidden).

Because they use a slide-out animation based on scrolling within the web page, the viewport changes a million times in height and causes elements fixed to the bottom of the viewport to jump and adjust a lot, causing weird behavior. And nobody tests for that.

All of thse are my assumptions by the way, please test for yourself, I might well be wrong.

If it really bothers you, try placing the symbol bar above and see if it works. It's in the settings.

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

My UI was actually on the top, and by changing settings it looks like it's actually other way around. When UI is on the bottom the fixed element on page moves semi-smoothly (there is still a gap during animation), but when UI is on the top it is fucked up completely. When scrolling down the fixed element also scrolls down for a bit before appearing where it should be, and when scrolling up the reverse happens. So it looks like they didn't account for that users actually use UI on the top and that it can affect fixed elements on the bottom of the page or it's just bugged because they don't test their stuff. I guess I need to send a bug report.

Edit: This bug seems to be at least 3 years old: https://github.com/mozilla-mobile/fenix/issues/16264

Edit 2: There's actually a (I think) relevant issue on bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1797964

[–] [email protected] 2 points 9 months ago

Ah, interesting. Well, if you create a bug report, post the link here and I'll vote it up for visibility :)