473,407 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

textarea automatic resize and proportional fonts

Hi,

I have been experimenting with some textarea automatic resize scripts.
Most that I have found count the number of characters in the textarea
and divide by the number of columns. This works will with monospaced
fonts or with just wide letters like 'M'. However if I fill the text
area with proportional font 'i' characters then a lot of white space
builds up at the end of the text area. Is there a way to account for
proportional fonts to avoid this whitespace?

Thanks,
Peter

Jul 12 '06 #1
1 3691
Ivo
<pe**********@gmail.comschreef
I have been experimenting with some textarea automatic resize scripts.
Most that I have found count the number of characters in the textarea
and divide by the number of columns. This works will with monospaced
fonts or with just wide letters like 'M'. However if I fill the text
area with proportional font 'i' characters then a lot of white space
builds up at the end of the text area. Is there a way to account for
proportional fonts to avoid this whitespace?
Sounds not very userfriendly to me. You could try creating a selection of
the text in the area, read the boundingwidth, -height, -left and -top of the
selection range object thing, that would give you the exact dimension of the
textblock, at least in some browsers, but I 'd rather you leave my textarea
alone, frankly. Or provide a means for me to drag it to the size I like.
Like some other scripts out there demonstrate.
hth
ivo
Jul 12 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mark Roseman | last post by:
The following script is intended to grow the textarea when the user first gives it focus. This seems to work on most browsers, but does nothing on Safari on the Mac (the rows and columns are...
2
by: bdwise | last post by:
Can anyone recommend a way to dynamically resize a textarea? I already have it inside a <div> for positioning on a page, but I would like to have the textarea always fill the div so I can resize...
4
by: Chris Sharman | last post by:
I haven't specified fonts, leaving the user to have their chosen font. However, different tags render in different default fonts: text, input, & textarea all different from one another. I guess...
258
by: Terry Andersen | last post by:
If I have: struct one_{ unsigned int one_1; unsigned short one_2; unsigned short one_3; }; struct two_{ unsigned int two_1;
0
by: Tina | last post by:
I need to do some left alignment in code and I need to use a fixed space (nonproportional) font. I know that Courier is such a font, but what other fonts are also non proportional. How can I tell...
1
by: Stan SR | last post by:
Hi, I have some tiff images that I need to use for pdf files. I need to resize them, but I get a very bad quality. I would like to know what is the trick to keep the high quality ? Here's my...
1
by: Nick | last post by:
Hi, I have created a html page from Java and I have added a .js file which can resize a TextArea inside the html on mousedown event. <script src="C:\temp\resize.js"</script> <table<tr><td...
3
by: Justin | last post by:
What is the difference between automatic and DMS Auto-resize tablespace?
10
by: =?Utf-8?B?UmljaA==?= | last post by:
A lot of users at my workplace use different screen resolutions, and I build apps to use 1680 x 1050 pixels res by default. But some users are using 800 x 600, and the apps are too large for their...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.