Closed Bug 333718 Opened 20 years ago Closed 19 years ago

TEXTAREA fails to display content

Categories

(Firefox :: General, defect)

1.5.0.x Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dave_meehan, Unassigned)

Details

(Whiteboard: CLOSEME 06/27)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 Weird problem restricted only apparently to the use of the name and id attributes of "synopsis" on a TEXTAREA element. Changing order makes problem go away. You will see from the sample that the TEXTAREA with id="synopsis" should contain some text when rendered, but it doesn't appear on the screen. Placing the cursor in the textarea indicates that there is no content. If you change the name attribute from "synopsis" to anything else ie. "xsynopsis" and refresh, the textarea will contain the intended content. If you change the order of the fields (i.e. put synopsis after features) it will render ok. Reproducible: Always Steps to Reproduce: Use the following sample page. CSS files are missing but page fails with or without styling. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Sapphire Estates :: Estate Agents in Sunninghill, Sunningdale, Ascot, Berkshire, and Windlesham, Surrey</title> <link rel="stylesheet" href="/styles/default.css" /> <link rel="stylesheet" href="/styles/admin.css" /> </head> <body class="buying property_edit"> <div id="container"> <div id="header"> <h1>Sapphire Estates</h1> <p>Estate Agents in Sunninghill, Sunningdale, Ascot, Berkshire, and Windlesham, Surrey</p> </div> <ul id="navigation"> <li><a href="/buying" title="View our properties for sale">Buying</a></li> <li><a href="/selling" title="View information about selling your property">Selling</a></li> <li><a href="/renting" title="View our properties available to let">Renting</a></li> <li><a href="/finance" title="View information about our financial services">Financial Services</a></li> <li><a href="/about" title="View information about our company">About Us</a></li> <li><a href="/contact" title="Find out how to contact us">Contact</a></li> <li><a href="/register" title="Register your information with us so that we can help you further">Register</a></li> </ul> <div id="content"> <form enctype="multipart/form-data" method="POST" action="/buying/1/edit"> <fieldset> <legend>Property Overview</legend> <p> <label for="location">Title <em class="required">(Required)</em></label> <input type="text" id="location" name="property[location]" value="The Warren, Nr Ascot, Berkshire" class="text"/> </p> </fieldset> <fieldset> <legend>Description</legend> <p> <label for="synopsis">Synopsis <em class="required">(Required)</em></label> <textarea id="synopsis" name="synopsis">A ground floor purpose built maisonette, with an en suite bathroom and allocated parking, in a popular cul de sac location close to the shops and mainline railway station.</textarea> </p> <p> <label for="features">Features <em class="required">(Required)</em></label> <textarea id="features" name="property[features]">Living Room Bedroom Lawns Communal Parking </textarea> </p> <p> <label for="details">Details <em class="required">(Required)</em></label> <textarea id="details" name="property[details]">Accommodation: Deep recessed porch with quarry tiled floor leads to the front door. Living Room: 16'1 x 13'4 (4.90m x 4.06m). Overall dimensions with storage heater and T.V. point. Kitchen Area with modern fitted units comprising: single bowl single drainer stainless steel sink, electric cooker hob and built under electric oven. Plumbing for washing machine, peninsular style work surface/breakfast bar with space to side for refrigerator. Base cupboards and drawers with matching wall cupboards above. Bedroom One: 12'0 x 9'7 (3.66m x 2.92m). Overall dimensions with wall mounted economy seven storage heater. En Suite Bathroom: Suite of bath, pedestal basin, W.C. The walls are ceramic tiled to half height. Airing cupboard with hot water cylinder. Outside: The grounds are devoted to lawn for the use and enjoyment of all residents. There is a communal parking area. Tenure: The property is administered by the ?First Warren Residents Association Ltd? and each resident owner has a share of the Freehold. Outgoings: Annual outgoings of £600 (paid half Yearly) cover the ground rent, some outside maintenance and Building insurance. For more details in this respect please contact; Sapphire Estates 01344 870100 Council Tax: Band B (currently £852.16 per annum) payable to Bracknell Forest Council.</textarea> </p> </fieldset> <fieldset> <legend>Image Upload</legend> <p> <!-- <label for="upload">Image Upload</label> --> <input type="file" name="property[image]" id="file" /> </p> </fieldset> <input type="submit" name="submit" id="submit" value="Save" /> </form> </div> <div id="footer"> <ul id="navigation"> <li><a href="/buying" title="View our properties for sale">Buying</a></li> <li><a href="/selling" title="View information about selling your property">Selling</a></li> <li><a href="/renting" title="View our properties available to let">Renting</a></li> <li><a href="/finance" title="View information about our financial services">Financial Services</a></li> <li><a href="/about" title="View information about our company">About Us</a></li> <li><a href="/contact" title="Find out how to contact us">Contact</a></li> <li><a href="/register" title="Register your information with us so that we can help you further">Register</a></li> </ul> <p>Copyright &copy; 2006 by Sapphire Estates. Call us on 01344 870100, or Email at <a href="mailto:mail@sapphire-estates.com">mail@sapphire-estates.com</a></p> </div> </div> </body> </html> Actual Results: The TEXTAREA with name="synopsis" does not show its content. Expected Results: The content should be shown in the textarea Works fine in IE6, or if you change the field order. I worked around it be calling the name field property[synopsis] which is converted into an array when passed to PHP which is my server environment.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 WFM
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.5.0.x Branch
WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.