WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 196390
Pasting a table from Confluence strip of table cell content
https://bugs.webkit.org/show_bug.cgi?id=196390
Summary
Pasting a table from Confluence strip of table cell content
Ryosuke Niwa
Reported
2019-03-28 22:14:26 PDT
Copying & pasting a table from Atlassian's Confluence causes table's content to be stripped away. <
rdar://problem/47365649
>
Attachments
Fixes the bug
(6.30 KB, patch)
2019-03-28 22:38 PDT
,
Ryosuke Niwa
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2019-03-28 22:15:02 PDT
This is because TextIterator is skipping the rendered text because it think itβs fully clipped due to a div that contains table in the markup below. This is in turn due to createPageForSanitizingWebContent creating a 0px by 0px FrameView.
Ryosuke Niwa
Comment 2
2019-03-28 22:38:03 PDT
Created
attachment 366252
[details]
Fixes the bug
Ryosuke Niwa
Comment 3
2019-03-29 11:39:53 PDT
Committed
r243653
: <
https://trac.webkit.org/changeset/243653
>
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