Closed
Bug 2629
Opened 26 years ago
Closed 26 years ago
setting textarea.value doesn't change widget text
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
M4
People
(Reporter: vidur, Assigned: pollmann)
References
()
Details
Eric, you're probably on this already, but here's another example. Move your
mouse over January 10th (or any dates similarly colored). The SetValue() method
for nsHTMLTextArea is getting called, but the text in the widget doesn't change.
There's also a crash in the EventStateManager when you start moving around a
lot, but that's a different bug for Tom Pixley.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•26 years ago
|
||
The text is being updated.
Update the field by moving the mouse over one of the numbered dates. Then sneak
your mouse into the field and hilight the text. It's correct, just not showing
up because it's white text on a white background.
*** This bug has been marked as a duplicate of 2105 ***
Assignee | ||
Comment 4•26 years ago
|
||
The text is being updated.
Update the field by moving the mouse over one of the numbered dates. Then sneak
your mouse into the field and hilight the text. It's correct, just not showing
up because it's white text on a white background.
*** This bug has been marked as a duplicate of 2105 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Verified Dup
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•