Closed
Bug 299770
Opened 21 years ago
Closed 21 years ago
support incremental attribute on textarea
Categories
(Core Graveyard :: XForms, defect)
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.
Type in each field. The output control bound to the corresponding node should
be updated as you type.
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #188438 -
Flags: review?(aaronr)
Comment 3•21 years ago
|
||
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+
| Assignee | ||
Updated•21 years ago
|
Attachment #188438 -
Flags: review?(aaronr)
| Assignee | ||
Comment 4•21 years ago
|
||
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)
| Assignee | ||
Updated•21 years ago
|
Attachment #188441 -
Flags: review?(aaronr)
Updated•21 years ago
|
Attachment #188441 -
Flags: review?(doronr) → review+
Attachment #188441 -
Flags: review?(aaronr) → review+
| Assignee | ||
Comment 5•21 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•