Bug 14033 - Cannot undo past a setValue: call on a DOMHTMLTextArea
Summary: Cannot undo past a setValue: call on a DOMHTMLTextArea
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 17:08 PDT by Rachael Worthington (cheers)
Modified: 2007-06-07 17:08 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rachael Worthington (cheers) 2007-06-07 17:08:30 PDT
Steps to reproduce:

1 - type some text into a text area
2 - call [element setValue:@"some text"] on the text area in question
3 - hit undo.

expected results... should be able to revert to the text that was originally entered.
actual results... You undo only to the text set via the setValue: call.