Skip to content

Fix the issue that after double-clicking the editbox, the editbox shifts or displays an offset on web mobile platforms#16402

Merged
minggo merged 2 commits into
cocos:v3.8.2from
bofeng-song:fix_editbox
Oct 10, 2023
Merged

Fix the issue that after double-clicking the editbox, the editbox shifts or displays an offset on web mobile platforms#16402
minggo merged 2 commits into
cocos:v3.8.2from
bofeng-song:fix_editbox

Conversation

@bofeng-song

Copy link
Copy Markdown
Contributor

Re: # #16395

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

…fts or displays an offset on web mobile platforms
@github-actions

Copy link
Copy Markdown

Interface Check Report

This pull request does not change any public interfaces !

Comment thread cocos/ui/editbox/edit-box-impl.ts Outdated
const node = this._delegate!.node;
if (!node.hasChangedFlags) {
return;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

It is better to implement it in update().

@minggo minggo merged commit c76c160 into cocos:v3.8.2 Oct 10, 2023
@bofeng-song bofeng-song deleted the fix_editbox branch February 28, 2025 05:47
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.

3 participants