Bug 129167

Summary: After copy and paste, cursor may appear to be above the bottom of content
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, jonlee, rniwa, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Myles C. Maxfield
Reported 2014-02-21 13:49:46 PST
After copy and paste, cursor may appear to be above the bottom of content
Attachments
Patch (4.06 KB, patch)
2014-02-21 13:52 PST, Myles C. Maxfield
rniwa: review+
Myles C. Maxfield
Comment 1 2014-02-21 13:52:49 PST
Myles C. Maxfield
Comment 2 2014-02-21 13:53:17 PST
*** Bug 129165 has been marked as a duplicate of this bug. ***
Myles C. Maxfield
Comment 3 2014-02-21 13:53:32 PST
*** Bug 129132 has been marked as a duplicate of this bug. ***
Myles C. Maxfield
Comment 4 2014-02-21 13:54:58 PST
Ryosuke Niwa
Comment 5 2014-02-21 15:30:43 PST
Comment on attachment 224900 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224900&action=review > Source/WebCore/editing/markup.cpp:632 > if (accumulator.needRelativeStyleWrapper() && needsPositionStyleConversion) { > + accumulator.appendString("<div style=\"clear: both;\"></div>"); Can we add a flag in StylizedAccumulator to look for floats and only generate this when we saw a float?
Myles C. Maxfield
Comment 6 2014-02-21 19:09:17 PST
Note You need to log in before you can comment on or make changes to this bug.