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

Fix link URL input selection #676

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Fix link URL input selection #676

merged 1 commit into from
Jun 13, 2024

Conversation

piemonkey
Copy link
Contributor

Overview

Remove selection styling hacks that seem not relevant and broke links. This was introduced here: #448 In order to tweak the styling of embedded regulatory statements in agenda points. Since it no longer seems possible to select these PM nodes, this styling never actually gets applied to these. The background color was however being applied to any selection, not just those in embedded regulatory statements, so was causing the input for the url of a link to have an invisible selection.

connected issues and PRs:

N/A

Setup

N/A

How to test/reproduce

Insert a link, add a URL, then select part of the URL to see that it is highlighted. It's also worth checking that embedded regulatory statements behave as before.

Challenges/uncertainties

N/A

Checks PR readiness

  • UI: works on smaller screen sizes
  • UI: feedback for any loading/error states
  • Check cancel/go-back flows
  • Check database state correct when deleting/updating (especially regarding relationships)
  • changelog
  • npm lint
  • no new deprecations

This was introduced here: #448
In order to tweak the styling of embedded regulatory statements in
agenda points. Since it no longer seems possible to select these PM
nodes, this styling never actually gets applied to these. The background
color was however being applied to any selection, not just those in
embedded regulatory statements, so was causing the input for the url of
a link to have an invisible selection.
@piemonkey piemonkey merged commit 343d630 into master Jun 13, 2024
3 checks passed
@piemonkey piemonkey deleted the fix/link-highlight branch June 13, 2024 12:32
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