WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2014-02-21 13:52:49 PST
Created
attachment 224900
[details]
Patch
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
<
rdar://problem/16126067
>
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
http://trac.webkit.org/changeset/164521
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug