Material: TextView handle out of bounds text, and placeholder alignment.

Created on 18 Mar 2016  路  13Comments  路  Source: CosmicMind/Material

Hi again,
I've been testing TextView in my project today and I've encountered a few bugs I wanted to share.

  1. placeholderLabel gets positioned to the upper left corner of the text view regardless of any settings of the actual textView itself. I need a right aligned text view but placeholder gets sucked to the left. (I couldn't find a way around it, the placeholder label's frame seems to be encompassing the placeholder text and aligned to the parent, therefore ignoring the text view's alignment.)
  2. If the contents of the TextView grow beyond its bounds, the text will be visible outside of the text view. This could be easily solved by setting clipsToBounds property of the TextView to true but that will make titleLabel invisible too.
  3. In the case of the text being larger than bounds and the titleLabel visible, the title label will get scrolled along with the text.
enhancement help wanted

Most helpful comment

FYI, I will be solving these issues over the next couple days as I rewrite the TextView. Thank you for your patience.

All 13 comments

Hey! Sorry for the late handling on this. It is the next rework on the agenda. Thank you for your patience.

No problem at all. I understand.

FYI, I will be solving these issues over the next couple days as I rewrite the TextView. Thank you for your patience.

Hello,

For me placeholderlabel don't show is face at all.. I got just the title label correctly.

By the Way of this couple days, if you could add the possibility to have placeholderlabel parameters, and titlelabel.text directly on the user panel of Xcode, it could be useful, don't you think?

Hope that you can make it Great (&fast) :-)
regards,

Are TextView bugs being fixed? If not, so when do you plan to start? Thank you.:)

They are. I have already started working on them. They should be all tackled by next week.

Thank you. By the way, pulse animation is awesome

@RuslanPatyk Thank you! :) And thanks for bringing it to our attention.

I am closing this as the notes have been made for the rework. Thank you!

Are these issues fixed? Or still being worked on? Thanks

I am currently working on them, and they shouldn't be long.

Sorry to bother but any updates on this? Thanks for everything.

You are not bothering me. I am finishing iCloud support for Graph tonight. Then I am going to work on Capture and Editor. Capture is for camera/video and Editor, is the TextView. So it should be soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tato469 picture tato469  路  17Comments

mohpor picture mohpor  路  43Comments

kylebrowning picture kylebrowning  路  15Comments

tbergeron picture tbergeron  路  19Comments

ayham-achami picture ayham-achami  路  26Comments