How to deal with white boxes when building from source code? #2167
-
|
I am having a problem when I try to build Floorp from source code. I have tried building the main branch, as well as source code associated with releases 12.7.0 and 12.6.0. I am having bugs when I try to interact with the workspaces feature and sidebar features in certain ways, where a glitchy box appears on the screen. It stops me from interacting with anything other than the address bar. However, it can be closed by pressing Esc. When the box appears the following is added to the Parent Process Browser console:
The following gets added to the command prompt running deno:
Note: these are console associated with a build of the Floorp 12.7.0 source code on Windows 10. Screenshots and videoUntitled.video.-.Made.with.Clipchamp.3.mp4
Anyone know what is going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@nyanrus Hey, do you know anything about this? |
Beta Was this translation helpful? Give feedback.
-
|
This issue occurs because Floorp is running in a development environment. Due to Firefox’s specifications, Floorp’s modal cannot be launched while in a development environment. Instead, you can test it by starting the environment with deno task feles-build stage. |
Beta Was this translation helpful? Give feedback.


This issue occurs because Floorp is running in a development environment.
Due to Firefox’s specifications, Floorp’s modal cannot be launched while in a development environment.
Instead, you can test it by starting the environment with deno task feles-build stage.