Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
New Contributor
Nexent1
Posts: 4
Registered: ‎01-24-2012
My Carrier: Bell

Textarea tag not working on 6.0.0.526 - 9300 Curve

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:

 

Taxtarea Tag Rendering Issue

Please use plain text.
BlackBerry Development Advisor
oros
Posts: 839
Registered: ‎04-12-2010
My Carrier: Bell

Re: Textarea tag not working on 6.0.0.526 - 9300 Curve

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

Please note that I will be unavailable between May 19th and June 4th. Sincere apologies for any delays during this time. I will do my best to follow-up as soon as I am able.

Erik Oros
BlackBerry Development Advisor
@WaterlooErik
Please use plain text.
New Contributor
Nexent1
Posts: 4
Registered: ‎01-24-2012
My Carrier: Bell

Re: Textarea tag not working on 6.0.0.526 - 9300 Curve

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

Please use plain text.
New Contributor
Nexent1
Posts: 4
Registered: ‎01-24-2012
My Carrier: Bell

Re: Textarea tag not working on 6.0.0.526 - 9300 Curve

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

Please use plain text.
BlackBerry Development Advisor
oros
Posts: 839
Registered: ‎04-12-2010
My Carrier: Bell

Re: Textarea tag not working on 6.0.0.526 - 9300 Curve

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

Please note that I will be unavailable between May 19th and June 4th. Sincere apologies for any delays during this time. I will do my best to follow-up as soon as I am able.

Erik Oros
BlackBerry Development Advisor
@WaterlooErik
Please use plain text.
Contributor
g0ehu
Posts: 25
Registered: ‎05-20-2011
My Carrier: O2 UK

Re: Textarea tag not working on 6.0.0.526 - 9300 Curve

I also had this issue on a 9800 running this OS version. Reverted back to .450 and all was OK. Have upgraded since and not seen it again.
Please use plain text.
New Contributor
Nexent1
Posts: 4
Registered: ‎01-24-2012
My Carrier: Bell

Re: Textarea tag not working on 6.0.0.526 - 9300 Curve

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.

Please use plain text.