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

bug: layout display incorrect #151

Open
nikpivkin opened this issue Aug 14, 2024 · 4 comments
Open

bug: layout display incorrect #151

nikpivkin opened this issue Aug 14, 2024 · 4 comments

Comments

@nikpivkin
Copy link

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
Copy link
Member

wusyong commented Aug 15, 2024

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

@wusyong wusyong changed the title UI on macos is broken bug: layout display incorrect Aug 15, 2024
@Kreyren
Copy link

Kreyren commented Aug 15, 2024

because Servo doesn't have full flexbox support yet. -- @wusyong (#151 (comment))

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
Copy link
Author

@Kreyren I'm guessing that's it servo/servo#26639

@wusyong
Copy link
Member

wusyong commented Aug 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants