RESOLVED FIXED 129167
After copy and paste, cursor may appear to be above the bottom of content
https://bugs.webkit.org/show_bug.cgi?id=129167
Summary After copy and paste, cursor may appear to be above the bottom of content
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.