Bug 160676
| Summary: | Calling Selection.getRangeAt(0) after Selection.addRange() should return the same Range object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | HTML Editing | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | db, enrica, rniwa |
| Priority: | P2 | Keywords: | WebExposed |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 160667 | ||
Chris Dumez
Calling Selection.getRange(0) after Selection.addRange() should return the same Range object:
- https://www.w3.org/TR/selection-api/#widl-Selection-addRange-void-Range-range
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Danilo
Duplicate of https://bugs.webkit.org/show_bug.cgi?id=145212
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 145212 ***