trnx (Daniel)

Results 7 comments of trnx (Daniel)

I can work on it! seems like a good issue for me

I think I can take care of it. I'll see what I can do

This does not crash if I comment out some lines in Label.cpp (see lines 27-38, Userland/Libraries/LibWeb/Layout/Label.cpp). ```cpp void Label::handle_mousedown_on_label(Badge, CSSPixelPoint, unsigned button) { if (button != GUI::MouseButton::Primary) return; if (auto...

yeah we talked about this here https://github.com/oven-sh/bun/issues/3835

I don't think it's the text, but rather something else, because the blurriness depends on the zoom (Ctrl + or Ctrl -) ![image](https://github.com/SerenityOS/serenity/assets/94789999/c85c038e-1b0d-4454-ae32-80f62a6d128a) (90%) ![image](https://github.com/SerenityOS/serenity/assets/94789999/5bdeb831-bb9e-41bf-ae7b-1d6e412d1fe6) (100%) ![image](https://github.com/SerenityOS/serenity/assets/94789999/da3cc767-e837-434d-8493-1e06c778a9a0) (110%) CPU: Ryzen...

Uhhh... why is the inspector text blurred? I don't think it's a div ![image](https://github.com/SerenityOS/serenity/assets/94789999/3d34d950-bc47-4b8b-9751-bb6b983ae7dc) P.S. Now that I look closer, you can really see even the image/line below the text...

Maybe it's the fact that ya.ru uses Ipv6? (atleast if I use ping) ``` > ping ya.ru PING ya.ru (2a02:6b8::2:242) 56 data bytes 64 bytes from ya.ru (2a02:6b8::2:242): icmp_seq=1 ttl=45...