Skip to content

fix(UX): Misc#530

Merged
surajshetty3416 merged 7 commits intodevelopfrom
ux-misc-fixes
Mar 20, 2026
Merged

fix(UX): Misc#530
surajshetty3416 merged 7 commits intodevelopfrom
ux-misc-fixes

Conversation

@surajshetty3416
Copy link
Copy Markdown
Member

  • Make layer selection more deterministic
    • it used to sometimes miss clicks... assumption is that layer used to trigger drag as soon as user tries to select a layer. Added delay to drag to avoid this.
    • Also, users can sometimes accidently click on expand layer icon to select a block. In that case user might feel that selection did not work. To avoid this random click miss, select a block even on clicking expand icon as there is no harm in doing that.
  • Set selection bg color with bit of transparency to prevent selected text from being obscured
  • Change border styles for contenteditable on focus to avoid those tight blue borders
  • Inherit all text bg styles from parent block
    • Previously, if a text had gradient bg with bg-clip set, the text block use to go blank or completely transparent on selection or editing the text. Inheriting for bg related styles prevents this from happening
  • Add option to clip background to text in BackgroundHandler
  • Style for checkbox in inline input
    • Previously, it used to stretch the checkbox to take full width

- it used to sometimes miss clicks... assumption is that layer used to trigger drag as soon as user tries to select a layer. Added delay to drag to avoid this.
- Also, users can sometimes accidently click on expand layer icon to select a block. In that case user might feel that selection did not work. To avoid this random click miss, select a block even on clicking expand icon as there is no harm in doing that.
- to prevent selected text from being obscured
- to avoid those tight blue borders
- Previously, if a text had gradient bg with bg-clip set, the text block use to go blank or completely transparent on selection or editing the text. Inheriting for bg related styles prevents this from happening
previously, it used to stretch the checkbox to take full width
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.57%. Comparing base (e35024a) to head (a9ca1ae).
⚠️ Report is 39 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #530   +/-   ##
========================================
  Coverage    63.57%   63.57%           
========================================
  Files           27       27           
  Lines         2792     2792           
========================================
  Hits          1775     1775           
  Misses        1017     1017           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@surajshetty3416 surajshetty3416 merged commit 112499f into develop Mar 20, 2026
9 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.23.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant