Closed
Bug 306865
Opened 20 years ago
Closed 18 years ago
ASP.Net Textbox Not Wrapping
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: poupardn, Unassigned)
Details
(Whiteboard: CLOSEME 06/27)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
On pages coded in asp.net (.aspx extension) the input text into a textbox do not
wrap even if the Wrap property is set to true and The TextMode is MultiLine. In
Internet Explorer the text box input does wrap.
Reproducible: Always
Steps to Reproduce:
1. Find a .aspx page with a multi lined textbox
2. Input characters into the textbox until it "should" wrap
3. Watch as the text does not wrap.
4. You can verify this in Internet Exploerer, where the text should wrap.
Actual Results:
The input text does not wrap in Firefox.
Expected Results:
The input text should have wrapped to the next line.
Comment 1•20 years ago
|
||
I have noticed this issue as well.
Comment 2•20 years ago
|
||
Hardware Platform: PC
Operating System: Windows XP SP2
Build Identifier:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060123 Firefox/1.5.0.1
Reproducibility: Happens Every Time.
Summary: Confirmed bug on latest available build on a Windows XP SP2 PC.
Reproduction Steps:
Navigated browser to http://authors.aspalliance.com/aspxtreme/webforms/controls/demos/textbox3.aspx and erase the default text. Now type a few sentences into the text box and the wrap around feature should work as expected. Next delete that text and type a long continuous string of characters and note that the wrap around feature no longer works. This can also be reproduced by pasting a long (long as in longer than the number of characters per line of the text box) URL into the text box and confirming the wrap around feature does not work. I have also done the same test in IE 6.0 and Opera 8.5 and both work as expected.
Actual Results:
Continuous line of text with no automatic wrap around.
Expected Results:
Text should wrap to the next line.
Comment 3•18 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.0 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•