WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
160710
Calling splitText() on a parent-less Text node should update associated ranges
https://bugs.webkit.org/show_bug.cgi?id=160710
Summary
Calling splitText() on a parent-less Text node should update associated ranges
Chris Dumez
Reported
2016-08-09 14:48:59 PDT
Calling splitText() on a parent-less Text node should update associated ranges: -
https://dom.spec.whatwg.org/#concept-text-split
(Step 9) We currently only update ranges for Text nodes that have a parent.
Attachments
Patch
(10.08 KB, patch)
2016-08-09 14:54 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2016-08-09 14:54:18 PDT
Created
attachment 285679
[details]
Patch
WebKit Commit Bot
Comment 2
2016-08-09 15:32:14 PDT
Comment on
attachment 285679
[details]
Patch Clearing flags on attachment: 285679 Committed
r204311
: <
http://trac.webkit.org/changeset/204311
>
WebKit Commit Bot
Comment 3
2016-08-09 15:32:19 PDT
All reviewed patches have been landed. Closing bug.
Ryan Haddad
Comment 4
2016-08-09 17:37:01 PDT
This changed caused fast/dom/non-numeric-values-numeric-parameters.html to crash due to failing: ASSERT(oldNode->nextSibling())
https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r204312%20(7299)/results.html
Chris Dumez
Comment 5
2016-08-09 18:11:56 PDT
(In reply to
comment #4
)
> This changed caused fast/dom/non-numeric-values-numeric-parameters.html to > crash due to failing: ASSERT(oldNode->nextSibling()) > >
https://build.webkit.org/results/
> Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r204312%20(7299)/results.html
Looking, thanks.
Chris Dumez
Comment 6
2016-08-09 18:18:45 PDT
(In reply to
comment #5
)
> (In reply to
comment #4
) > > This changed caused fast/dom/non-numeric-values-numeric-parameters.html to > > crash due to failing: ASSERT(oldNode->nextSibling()) > > > >
https://build.webkit.org/results/
> > Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r204312%20(7299)/results.html > > Looking, thanks.
Should be fixed in <
http://trac.webkit.org/changeset/204319
>.
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