3
Alert not showing full result on IOS
planned
D
Dan
1: 3.2.15
2: 156736
3: Page 4
Plant to pick" European Birch" under references.
I use the alert function as a pop up function with information. However, recently the alert function is not showing the full text anymore and unlike previous, you are not able to scroll down to see the rest of the test.
It used to work fine and it still working fine on Android where you can still scroll in the alert, just not on an Iphone anymore.
Log In
C
Chris Revell
Timo Kapanen We've found this issue to be affecting the other way around i.e. Android and not iOS.
We are showing an alert from our API response and are getting the attached. Previously the full message would be displayed. I suspect that the Alert component has been set to concatenate the text based on line height or length which was introduced a few month ago?
This issue is applicable on both Android 11 and Android 13.


C
Chris Revell
Disregard - in my case I had accidentally placed the alert output into the title not the dialog message which is obviously truncated.
T
Timo Kapanen
planned
T
Timo Kapanen
under review
T
Timo Kapanen
Hi Dan and thanks again for your report. I suppose the alert message is the one shown in the screenshot, right? I tried putting corresponding very long string to dialog message. In my simple test I managed to scroll the alert message in my iPhone as it did not fit to the alert box all at once. I wonder if I did something differently. I noticed that alert is shown only with sub-set of plants, any example plant I should look at causing the issue? Best Regards, Timo Kapanen
D
Dan
Timo Kapanen:
Hi Timo,
Thank you for looking into this as well and thank you for being so quick to look into my bug reports. Due to your quick responses, it feel worth reporting these bugs.
I have attached a picture of my very long alert message. It's missing text at the bottom and I am not able to scroll down, unlike on Android.
To see this example you need to look at European Birch. Under references, look for the 'speech bubble' in blue, as this is where i am using the alert function.
Hope this makes sense and you are now able to recreate this as I haven't done anything to this page since it stopped worked on an I-phone.

T
Timo Kapanen
Hi Dan, I studied the issue. I am able to reproduce it although I did not find a good logic why it fails. I copied the string to a test app and if making it longer, the alert scroll bar becomes visible. In any case few of the last characters are always getting cut. On the other hand with some other texts no matter how long the text is, characters are not getting cut. I'll put this to our development team's backlog to let them study why it behaves the way it does. Best Regards, Timo Kapanen
D
Dan
Timo Kapanen:
Thank you Timo,
I was also able to get the scroll bar visible if I added more text, however the added text, as you say, doesn't show up. Very strange.
Thank you for reporting, hopefully they will be able to find a fix for this. Dan