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

[PM-17393] Bugfix - Resolve breakage of delayed input appearance #13018

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

jprusik
Copy link
Contributor

@jprusik jprusik commented Jan 22, 2025

๐ŸŽŸ๏ธ Tracking

https://bitwarden.atlassian.net/browse/PM-17393

๐Ÿ“” Objective

Resolve case breakage from #12695

๐Ÿฆฎ Reviewer guidelines

  • ๐Ÿ‘ (:+1:) or similar for great changes
  • ๐Ÿ“ (:memo:) or โ„น๏ธ (:information_source:) for notes or general info
  • โ“ (:question:) for questions
  • ๐Ÿค” (:thinking:) or ๐Ÿ’ญ (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • ๐ŸŽจ (:art:) for suggestions / improvements
  • โŒ (:x:) or โš ๏ธ (:warning:) for more significant problems or concerns needing attention
  • ๐ŸŒฑ (:seedling:) or โ™ป๏ธ (:recycle:) for future improvements or indications of technical debt
  • โ› (:pick:) for minor or nitpick changes

@jprusik jprusik self-assigned this Jan 22, 2025
@jprusik jprusik changed the title partial revert of 374ea6a [PM-17393] Bugfix - Resolve breakage of delayed input appearance Jan 22, 2025
Comment on lines +40 to +42
const timeoutDelay = options?.timeout || 1;

return globalThis.setTimeout(() => callback(), timeoutDelay);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This codepath should only apply to Safari, but since we're here...

Copy link
Contributor

github-actions bot commented Jan 22, 2025

Logo
Checkmarx One โ€“ Scan Summary & Details โ€“ 79d400f8-b72b-45d8-a7a1-644da0a1f977

Great job, no security vulnerabilities found in this Pull Request

@@ -948,7 +948,7 @@ export class CollectAutofillContentService implements CollectAutofillContentServ

if (!this.mutationsQueue.length) {
// Collect all mutations and debounce the processing of those mutations by 100ms to ensure we don't process too many mutations at once.
Copy link
Member

Choose a reason for hiding this comment

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

Should this comment be removed as well?

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 35.10%. Comparing base (a949f79) to head (2f3cc78).
Report is 2 commits behind head on main.

โœ… All tests successful. No failed tests found.

Files with missing lines Patch % Lines
apps/browser/src/autofill/utils/index.ts 0.00% 2 Missing โš ๏ธ
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13018      +/-   ##
==========================================
- Coverage   35.11%   35.10%   -0.01%     
==========================================
  Files        2990     2990              
  Lines       91070    91071       +1     
  Branches    17048    17049       +1     
==========================================
  Hits        31975    31975              
- Misses      56602    56603       +1     
  Partials     2493     2493              

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

@jprusik jprusik merged commit 649a196 into main Jan 22, 2025
36 checks passed
@jprusik jprusik deleted the pm-17393 branch January 22, 2025 22:08
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