Closed Bug 277264 Opened 20 years ago Closed 19 years ago

Setting type on textbox causes multiline attribute to be ignored

Categories

(Core :: XUL, defect)

PowerPC
All
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: tony, Unassigned)

Details

Attachments

(1 file)

183 bytes, application/vnd.mozilla.xul+xml
Details
Observed using Firefox 1.0 on Mac OS X and Windows, adding the attribute type='timed' to a textbox 
element with multiline='true' causes the textbox to display as a single line with no vertical scrolling.
xul.css has:

610 textbox[multiline="true"] {
611   -moz-binding: url("chrome://global/content/bindings/textbox.xml#textarea");
612 }
627 textbox[type="timed"] {
628   -moz-binding:
url("chrome://global/content/bindings/textbox.xml#timed-textbox");
629 }

Apparently we simply do not support timed multiline textboxes.  Should we?
I don't think it makes sense to have multiline timed textboxes; the "Enter" key
has a special meaning to text areas. In fact, I don't like the multiline="true"
syntax, it's too confusing. I'd prefer <textbox type="multiline"/>.
So is this invalid, wontfix, or a bug on changing the syntax?  ;)
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: