Skip to content

Highlights - Multiple fixes #200

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
sebastian0107 opened this issue Dec 24, 2022 · 0 comments
Open

Highlights - Multiple fixes #200

sebastian0107 opened this issue Dec 24, 2022 · 0 comments
Labels

Comments

@sebastian0107
Copy link
Collaborator

sebastian0107 commented Dec 24, 2022

VE Highlights - Highlights pulsate when inserting text quickly #200, #221

In the limited headings length page, the highlight pulsates every time a char is inserted.

Pulsating.highlight.mp4

VE Highlights - Set the cursor as pointer when hovering highlights #179

VE Highlights - Cursor pointer on hover, Clear on hover outside, Hover flickering #179

  • Currently when hovering highlights and markers we see the text selection cursor. However we want to see the pointer, similar to web links.
  • Extra task: Detect when exiting the editor and disable all hovered highlights. Right now they remain stuck on the last known state. We could add some event listener for exiting the editor and then we can flush the hovered highlights.
  • Extra task: Markers - Tiny Flickering happening one hover because there's a tiny gap between the rectangles. We need to increase slightly the row height when computing the rectangles. Not sure how it's done, but I know for headings it appears the rectangles are bigger.

VE Highlights - Highlight the beginning selected, empty lines

VE Highlights - Clear highlights by id controller method #178

  • We need a method to clear all highlights with a certain id from the controller.
  • It is useful when we need to remove more highlights which has the same purpose (eg. search matches, headers exceeded)
  • Docs, Demo, Test
@adrian-moisa adrian-moisa added R3 Bugs and removed 0.2 labels Jan 23, 2024
@adrian-moisa adrian-moisa changed the title Highlights - Highlights pulsate when inserting text quickly Highlights - Multiple fixes Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants