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

Highlighting and formatting text adjacent to highlighted, formatted text fails. #44

Closed
byronm opened this issue Jul 19, 2013 · 1 comment

Comments

@byronm
Copy link
Contributor

byronm commented Jul 19, 2013

  1. 'abc'
  2. Highlight 'c', click the bold button.
  3. Mousedown after the 'b', drag across through 'a'. *Though we're just highlighting 'ab', it's necessary that there is no other mouse event (such as a click) before hand.

Expected: The bold button is not activated, and clicking it applies bold to 'ab'.
Actual: The bold button is activated, and clicking it does nothing.

The hot keys work fine. As does highlighting in the other direction, i.e., highlighting 'a' then 'b'.

@jhchen
Copy link
Member

jhchen commented Oct 19, 2013

Also fixed in 05c5fdf

@jhchen jhchen closed this as completed Oct 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants