Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
849 stars 134 forks source link

UITextView border disappears when background-color is set #130

Open cbumstead opened 10 years ago

cbumstead commented 10 years ago

A border on a UITextView will only show when the background-color is not set. This can be seen when modifying the default.css stylesheet of the PixateFreestyleShowcase with the following:

text-view { background-color: white; /* Border disappears when background-color is set */ border: 1px solid green; }

Deekor commented 9 years ago

I noticed this as well. Also the border cuts the corners of the text-view, so if you have a border radius of 5px you see a rounded border and the the sharp edges of the text-view sticking out.