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

Linear features partially disappear when hovered over #1614

Closed
csm2023 opened this issue Nov 18, 2024 · 4 comments
Closed

Linear features partially disappear when hovered over #1614

csm2023 opened this issue Nov 18, 2024 · 4 comments
Labels
bug-regression It worked before but now it doesn't feature-renderer Issue or request related to the renderer / WebGL waitfor Can't work on this until something else unblocks it

Comments

@csm2023
Copy link

csm2023 commented Nov 18, 2024

Description

When hovering over linear features, sometimes they will partially (or entirely) become invisible. Panning the map and then hovering again over the same feature changes how much is visible.

Screenshots

Screen Recording 2024-11-18 at 12.26.02 PM.zip

Version

2.5.0-pre.0

What browser are you seeing the problem on? What version are you running?

Chrome v131.0

The OS you're using

mac

Steps to reproduce

  1. Open RapID
  2. Hover over linear features

The browser URL at the time you encountered the bug

https://rapideditor.org/rapid/pull-request-1583/index.html#map=20.20/30.38630/-81.65577&background=Bing&datasets=fbRoads,msBuildings&disable_features=boundaries

The auto-detected useragent string for your browser (leave blank if you're manually filling this form out)

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36

@bhousel
Copy link
Contributor

bhousel commented Nov 18, 2024

Thanks for reporting! I've see a few people report parts of the map disappear around where the glow is supposed to be.

Screen.Recording.2024-11-18.at.12.26.02.PM.mov

There's a possibility that an upcoming version of Pixi might fix this - I'll post something here once it's landed in the canary build and we can check!
pixijs/pixijs#11058

@bhousel bhousel added feature-renderer Issue or request related to the renderer / WebGL waitfor Can't work on this until something else unblocks it bug-regression It worked before but now it doesn't labels Nov 18, 2024
bhousel added a commit that referenced this issue Nov 27, 2024
(re: #1614)

- Removes the workaround for canvas resizing re: multiview rendering
- Updated `buildLine` function signature
- Don't specify `resolution` when creating BitmapText
  (BitmapFont controls it - adding `resolution` generates a warning now)
@bhousel
Copy link
Contributor

bhousel commented Nov 27, 2024

Just following up on this issue..
I updated canary Rapid to the latest version of Pixi and I am curious whether it has fixed this issue causing the lines or hover glows to be missing in part of the screen?

Anyone who ran into this issue before, can you please test in canary and let me know if it's still an issue? Thanks!
https://rapideditor.org/canary

@csm2023
Copy link
Author

csm2023 commented Nov 27, 2024

Anyone who ran into this issue before, can you please test in canary and let me know if it's still an issue? Thanks! https://rapideditor.org/canary

I've just tested it using the link you posted. On my end, the issue is resolved! Looks much better :) Thanks for looking into it

@bhousel
Copy link
Contributor

bhousel commented Nov 27, 2024

Thanks for testing @csm2023 , I'll close the issue for now, but can reopen if other people are still seeing it. 👍

@bhousel bhousel closed this as completed Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-regression It worked before but now it doesn't feature-renderer Issue or request related to the renderer / WebGL waitfor Can't work on this until something else unblocks it
Projects
None yet
Development

No branches or pull requests

2 participants