turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
778 stars 126 forks source link

Text in the bubble cut with using setDraggableFromAnywhere(true) #49

Closed zoltanf closed 8 years ago

zoltanf commented 8 years ago

If the user jumps from an index that has a text with lower width (like in alphabet the letter "i") to an index that has a longer text (like "m") then the letter is cut on display. This only happens when the user directly jumps to the position by pressing the scroll bar on a place where the indicator would display the longer text.

Step 1: image

Step 2 (jumping directly to letter "M"): image

This was reproduced on an Android 4.1.1 device, ATM I don't know if it applies to other Android versions or not.

Please let me know if you need any further details. Thank you for you for this library.

turing-tech commented 8 years ago

Thanks for notifying me about this issue. I will try and fix it as soon as possible.