01-24-2012 06:35 PM
The TextArea tag is not rendering correctly on the 9300 Curve version 6.0.0.526. This issue seems to be unique to this version right now. The textarea is not rendering the column properly. Is there a fix for this or does RIM have a recommended solution / workaround for this issue? See the issue below:
01-27-2012 03:38 PM
Hi there,
When you say unique to this version, do you mean that you haven't been able to produce this issue on other OS 6 devices or other builds of the 9300?
Also, could you please provide a sample source snippet for how you are adding the textarea to your HTML page?
Erik Oros
BlackBerry Development Advisor
01-27-2012 04:43 PM
We tested other version 6 devices and did not see this issue. We tried a 9700 device and it worked fine. We did not test other 9300 version, but this issue can be replicated with the Simulator for the model we specified. The following is a code snippet for the textarea tag.
<tr>
<td colspan="4" valign="top" class="nonHeader" width="100%">
<b>Work Performed:</b><br>
<textarea name="txtWorkPerformed" id="txtWorkPerformed" cols="50" rows="3" class="multilinemodetext"><%=Trim( rsSavedData("memWorkPerformed"))%></textarea>
</td>
</tr>
Regards,
Robert
01-30-2012 01:52 PM
Hello,
I was curious if you were able to replicate this iss and if you had any advice? I need to provide a solution to a customer using that device so any feedback would be appreciated.
Regards,
Robert
02-03-2012 04:24 AM
Hi Robert,
Does the customer happen to have access to any newer OS versions available for the 9300? (This would be dependant on their carrier.)
If so, it would be best to verify whether they still see the issue there. Based on your description, this is looking very much like an OS-specific issue.
Erik Oros
BlackBerry Development Advisor
02-03-2012 08:49 AM
02-03-2012 09:08 AM
That is a good approach. I will recommend our customer try the same to see if an older version will resolve this issue. Thanks for your help.