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

Dropdowns do not correctly sync with editor state. #32

Closed
byronm opened this issue Jun 14, 2013 · 1 comment
Closed

Dropdowns do not correctly sync with editor state. #32

byronm opened this issue Jun 14, 2013 · 1 comment
Assignees

Comments

@byronm
Copy link
Contributor

byronm commented Jun 14, 2013

  1. Type '123abc'
  2. Highlight 'abc' and set it's size to 'huge'.
  3. Move your cursor over 123.

The dropdown's value should switch to 'Normal' but it remains 'Huge'. The editor's delta is correct though.

This is more than just a cosmetic issue, because if you were to highlight '123' with the intention of making it 'Huge', you wouldn't be able to (it's technically already selected and selecting it does nothing). To force the matter, you currently have to first set the size to something other than 'Huge' or 'Normal', and then switch back to what you actually want.

@ghost ghost assigned jhchen Jun 14, 2013
@jhchen
Copy link
Member

jhchen commented Jul 12, 2013

No longer reproducible

@jhchen jhchen closed this as completed Jul 12, 2013
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

No branches or pull requests

2 participants