Skip to content

Window rendering defect. Flickering effect on right and bottom margins. #499

@Sputnik-7

Description

@Sputnik-7

When I open the browser, the screen doesn't render correctly. Sometimes it's larger than the actual screen monitor. Other times, there are visual defects on the right and bottom margins.
This happens with any website.

Example code:

# -*- coding: utf-8 -*-
import asyncio
from camoufox.async_api import AsyncCamoufox


async def main():
    async with AsyncCamoufox(headless=False) as browser:
        page = await browser.new_page()
        await page.goto("https://www.google.com/", wait_until="domcontentloaded")
        await page.wait_for_timeout(3000)
        pass


asyncio.run(main())

Technical data:

>>> Pip package:    v0.4.11
	Camoufox:       v135.0.1-beta.24 (Up to date!)

>>> Distributor ID:	Ubuntu
	Description:	Ubuntu 24.04.4 LTS
	Release:	24.04
	Codename:	noble

>>> amd64

>>> Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)

>>> Screen 0: minimum 320 x 200, current 1366 x 768, maximum 16384 x 16384
	eDP-1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis)

Example image:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions