Bug 14033

Summary: Cannot undo past a setValue: call on a DOMHTMLTextArea
Product: WebKit Reporter: Rachael Worthington (cheers) <rachael>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

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.