Windows Vista Tips

Windows Vista Tips > Newsgroups > Internet Explorer > Textarea - cannot scroll full length of text

Reply
Thread Tools Display Modes

Textarea - cannot scroll full length of text

 
 
RobA
Guest
Posts: n/a

 
      10-27-2009
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%

 
Reply With Quote
 
 
 
 
rob^_^
Guest
Posts: n/a

 
      10-27-2009
Hi Rob,

Loose the overflow. KISS

"RobA" <> wrote in message
news:4C82FD94-9D25-453F-8919-...
> 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%
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
issue when pasting large text into textarea field in a browser dfstrottersfan Windows Vista Performance 0 08-21-2007 11:18 AM
Upgrade or Full Version - want to move XP to second computer? aloper Windows Vista Installation 6 04-27-2007 10:40 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59