Skip to content

Native DOM Elements Support #2089

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

Open
wants to merge 13 commits into
base: jb-main
Choose a base branch
from
Open

Native DOM Elements Support #2089

wants to merge 13 commits into from

Conversation

SKom2
Copy link

@SKom2 SKom2 commented May 8, 2025

No description provided.

Copy link

google-cla bot commented May 8, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

action()
}

private fun countInteropComponentsBelow(holder: InteropViewHolder): Int {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear why the counting based on Compose tree with correct compose z-ordering replaced to this.
Doesn't seem correct

compositeKeyHash = compositeKeyHash,
measurePolicy = MeasurePolicy { _, constraints ->
layout(constraints.minWidth, constraints.minHeight) {
// Пока ничего, так как HTML-элементы сами определяют размер
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

English-only for comments etc

@MatkovIvan MatkovIvan requested review from eymar and Schahen May 12, 2025 09:40
@eymar eymar changed the base branch from jb-main to feat/html-interop May 20, 2025 09:32
@eymar eymar changed the base branch from feat/html-interop to jb-main May 22, 2025 16:11
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

Successfully merging this pull request may close these issues.

2 participants