Changeset 13626 in webkit


Ignore:
Timestamp:
Apr 1, 2006 2:14:17 AM (18 years ago)
Author:
mjs
Message:

LayoutTests:

Test cases for:


<rdar://problem/4497684> REGRESSION(NativeTextField): After undoing pasted text in a field, the field changes to only a few pixels in height (8096)

  • fast/forms/input-paste-undo-expected.txt: Added.
  • fast/forms/input-paste-undo.html: Added.

WebCore:

Reviewed by Adele.


<rdar://problem/4497684> REGRESSION(NativeTextField): After undoing pasted text in a field, the field changes to only a few pixels in height (8096)

  • editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::doApply): merge into start block when pasting into an empty editable subtree.
Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r13625 r13626  
     12006-04-01  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Test cases for:
     4       
     5        <rdar://problem/4497684> REGRESSION(NativeTextField): After undoing pasted text in a field, the field changes to only a few pixels in height (8096)
     6
     7        * fast/forms/input-paste-undo-expected.txt: Added.
     8        * fast/forms/input-paste-undo.html: Added.
     9
    1102006-04-01  Darin Adler  <darin@apple.com>
    211
  • trunk/WebCore/ChangeLog

    r13625 r13626  
     12006-03-31  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Reviewed by Adele.
     4       
     5        <rdar://problem/4497684> REGRESSION(NativeTextField): After undoing pasted text in a field, the field changes to only a few pixels in height (8096)
     6
     7        * editing/ReplaceSelectionCommand.cpp:
     8        (WebCore::ReplaceSelectionCommand::doApply): merge into start block when pasting into
     9        an empty editable subtree.
     10
    1112006-04-01  Darin Adler  <darin@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.