bevy / photo-editor-android

Photo Editor SDK contains a lot of features like edit, scale, rotate and draw on images like Instagram stories.
MIT License
548 stars 189 forks source link

Add text #12

Open Shrikant-B opened 6 years ago

Shrikant-B commented 6 years ago

Hi, amazing library which i'm thinking of using in my project.

I got an issue during added text. I added three texts. When I clicked on any text for edit, last entered text got disappeared. Also, instead of editing same text, new text gets created. How do I resolve these issues?

Thanks.

sreekanth100khere commented 5 years ago

OS version in which this issue happened please.

Shrikant-B commented 5 years ago

Android 5.0 and above

sreekanth100khere commented 5 years ago

I also have observed the bug, no need of 2 texts, just add 2 texts and edit the 1st text, second text gets changed to the first text.

sreekanth100khere commented 5 years ago

@Shrikant-B Any clue why this happens?

sundariragavan commented 5 years ago

@sreekanth100k I also facing text edit issue "second text gets changed to the first text" . Any update?. Did you fixed that issue ?

ricardomlf commented 5 years ago

Same here, does anyone know a solution for this? Thanks

abdulelahragih commented 4 years ago

Hmmm seems like the SDK text object is a mutable object and when we create a new one it somehow don't actually create a new one but maybe reuse the old object so when we change its text the other one will change as they refer to same address in memory

Dnyaneshwar1926 commented 4 years ago

Hey guys,

Did anyone solved this issue? Pls, let me know I too getting the same issue. Thank you.