Closed
Bug 58030
Opened 24 years ago
Closed 24 years ago
setStartBefore setEndAfter do not include element
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
VERIFIED
INVALID
People
(Reporter: mail, Assigned: anthonyd)
Details
(Keywords: testcase)
Attachments
(2 files)
BuildID: 2000100908
Using setStartBefore() and other such DOM 2 Range methods return a range that
doesn't include the node
Reproducible: Always
Steps to Reproduce:
1. Run testcase
Actual Results: returns text inside element
Expected Results: return should be a div elemtn
Testcase to follow
Reporter | ||
Updated•24 years ago
|
Priority: P3 → P5
Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
Confirming. "blah blah blah" returned.
Gerv
Status: UNCONFIRMED → NEW
Ever confirmed: true
attaching new test case that shows this is working properly. Dylan, this is the
exact same behaviour as in 58213.
anthonyd
Status: NEW → ASSIGNED
resolving as invalid.
anthonyd
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•24 years ago
|
Component: DOM Level 2 → DOM Traversal-Range
Updated•12 years ago
|
Component: DOM: Traversal-Range → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•