versotile-org / verso

A web browser that plays old world blues to build new world hope
Apache License 2.0
4.68k stars 155 forks source link

bug: layout display incorrect #151

Open nikpivkin opened 3 months ago

nikpivkin commented 3 months ago
image

My machine:

macos arm64
rustc 1.72.1 (d5c2e9c34 2023-09-13)

Output:

cargo run
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
     Running `target/debug/verso`
UNSUPPORTED (log once): POSSIBLE ISSUE: unit 1 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) - using zero texture because texture unloadable
navigate to url: google.com
[2024-08-14T11:06:11Z ERROR script::dom::bindings::error] Error at https://www.google.com/:88:617 a.ea.scrollIntoView is not a function
[2024-08-14T11:06:12Z ERROR script::dom::bindings::error] Error at https://www.google.com/:29:448 int64
wusyong commented 3 months ago

this is expected because Servo doesn't have full flexbox support yet. The layout will be out of place for a while.

Kreyren commented 3 months ago

because Servo doesn't have full flexbox support yet. -- @wusyong (https://github.com/versotile-org/verso/issues/151#issuecomment-2290434629)

Can you reference the relevant issue in servo? i am trying to figure out if i can stabilize verso for our use in nixium

nikpivkin commented 3 months ago

@Kreyren I'm guessing that's it https://github.com/servo/servo/issues/26639

wusyong commented 3 months ago

Can you reference the relevant issue in servo? i am trying to figure out if i can stabilize verso for our use in nixium

I appreciate the huge interest in this project. However, it is in its very beginning and only has one active developer at the moment. I expected it's going to take a few years for us to publish stable release.