
10-27-2009
|
|
|
|
Re: Textarea - cannot scroll full length of text
Hi Rob,
Loose the overflow. KISS
"RobA" <RobA@discussions.microsoft.com> wrote in message
news:4C82FD94-9D25-453F-8919-E789854AC510@microsoft.com...
> I have an intermittent (infuriating) problem with Textarea elements that
> refuse to scroll the full length of the available text.
>
> For example:-
>
> <textarea name="_id3:HackSwiftWP_ctlWorkOut_messtext"
> id="_id3:HackSwiftWP_ctlWorkOut_messtext" rows="16"
> onkeypress="allowCarriageReturn(event);" style="" class="TIedit"
> onblur="return(v_checkString(event,this,130800,0)) " onchange="return
> (v_checkString(event,this,130800,0) && v_isFormValid());"
> wrap="off">{1:F01KAPIGB2L15439999999999}{2:I700BAR CGB2LXXXXN1}{4:
> :27:1/1
> :40A:IRREVOCABLE
> :20:ILC00001274
> :31C:090518
> :40E:UCP LATEST VERSION
> :31D:091118LIVERPOOL
> :50:Mr P. Plum
> 89 Dorney Court
> Eton Wick
> Berkshire
> :59:Antlantic Industrial (London)
> 112 REGENT STREET
> LONDON
> ENGLAND
> :32B:USD777777,00
> :39A:00/00
> :41A:BARCGB2LXXX
> BY PAYMENT
> :43P:NOT ALLOWED
> :43T:NOT ALLOWED
> :71B:ALL FOREIGN BANK CHARGES ARE FOR
> THE ACCOUNT OF THE BENEFICIARY
> :49:WITHOUT
> -}
> </textarea>
>
> This example will no doubt work if just copied into an HTML page and
> opened.
> Styles that are applied via CSS are
>
> font: 75% Arial, Helvetica, sans-serif
> width: 100%
> overflow: auto
> color: #000000
> font-size:100%
>
|