Bug 13804 - REGRESSION (r21611): Several new layout test pixel failures (misspelling markers)
Summary: REGRESSION (r21611): Several new layout test pixel failures (misspelling mark...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2007-05-21 17:44 PDT by Justin Garcia
Modified: 2007-05-22 19:11 PDT (History)
2 users (show)

See Also:


Attachments
fix off by one error (53.54 KB, patch)
2007-05-22 18:33 PDT, Darin Adler
justin.garcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2007-05-21 17:44:21 PDT
See: http://build.webkit.org/results/post-commit-pixel-powerpc-mac-os-x/4098/results.html

editing/deleting/delete-to-select-table	
editing/selection/4983858
editing/selection/replaced-boundaries-1

Are showing incorrect misspelling markers.
Comment 1 Darin Adler 2007-05-21 17:45:10 PDT
Uh oh. I'll take a look.
Comment 2 Darin Adler 2007-05-22 18:33:31 PDT
Created attachment 14672 [details]
fix off by one error
Comment 3 Justin Garcia 2007-05-22 18:42:15 PDT
Comment on attachment 14672 [details]
fix off by one error

r=me, I'll check it in.
Comment 4 Justin Garcia 2007-05-22 18:44:14 PDT
r21654. BTW it was lame of me to work on this without assigning it to myself.
Comment 5 Darin Adler 2007-05-22 19:11:22 PDT
Justin's fix was better than mine, so it's good he landed his!