illyabusigin / CYRTextView

CYRTextView is a UITextView subclass that implements a variety of features that are relevant to a syntax or code text view.
MIT License
535 stars 71 forks source link

Critical issue with auto scrolling #16

Open zyavrik opened 10 years ago

zyavrik commented 10 years ago

Steps to reproduce:

  1. Remove example application from the device or simulator if you have it.
  2. Run example application from CYRTextView package.
  3. Tap on the end of the last line.
  4. Type Enter. Type Enter. Type Enter. Type Enter. Type Enter.

Actual result:

Every time all text will be scrolled from the begging to the end automatically.

Should be:

Only a new line should be added.

zyavrik commented 10 years ago

Why there is no this issue on QED Solver for iPhone? Does it use something else instead CYRTextView?

zyavrik commented 10 years ago

The is no line number on the last line when the issue occurs.

zyavrik commented 10 years ago

The fix was added here: https://github.com/illyabusigin/CYRTextView/issues/20

zyavrik commented 10 years ago

Also it can be found here: http://stackoverflow.com/questions/24104234/syntax-highlighting-with-attributed-strings-on-uitextview/24109468#24109468