Closed Bug 299770 Opened 19 years ago Closed 19 years ago

support incremental attribute on textarea

Categories

(Core Graveyard :: XForms, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aaronr, Assigned: smaug)

Details

Attachments

(2 files, 1 obsolete file)

We currently support @incremental="true" on xf:input, xf:secret, xf:select and
xf:select1, but not xf:textarea.
Attached file testcase
Type in each field.  The output control bound to the corresponding node should
be updated as you type.
Attached patch proposed patch (obsolete) — Splinter Review
Assignee: aaronr → smaug
Status: NEW → ASSIGNED
Attachment #188438 - Flags: review?(doronr)
Attachment #188438 - Flags: review?(aaronr)
Comment on attachment 188438 [details] [diff] [review]
proposed patch

please cache the value of ocument.getAnonymousElementByAttribute(this,
"anonid", "control") in a <field>.
Attachment #188438 - Flags: review?(doronr) → review+
Attachment #188438 - Flags: review?(aaronr)
Attached patch v2Splinter Review
This fixes also the problem that when setting a new value to
<html:textarea> it scrolls up - and that is not wanted when user is
typing to that element.
Attachment #188438 - Attachment is obsolete: true
Attachment #188441 - Flags: review?(doronr)
Attachment #188441 - Flags: review?(aaronr)
Attachment #188441 - Flags: review?(doronr) → review+
Attachment #188441 - Flags: review?(aaronr) → review+
checked in
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: