Closed
Bug 1215517
Opened 9 years ago
Closed 9 years ago
Add tests for eSetSelection, eQueryTextContent and eQuerySelectedText
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: inputmethod)
Attachments
(3 files, 2 obsolete files)
32.42 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
7.69 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
33.58 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
For rewriting ContentEventHandler in bug 1213589, we should add tests for detecting the regressions.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Comment 6•9 years ago
|
||
I checked some odd result with todo_is(). I'll file them if they won't be fixed by current my work.
Attachment #8675268 -
Flags: review?(bugs)
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8674885 -
Attachment is obsolete: true
Attachment #8674886 -
Attachment is obsolete: true
Attachment #8675269 -
Flags: review?(bugs)
Assignee | ||
Comment 8•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Summary: Add tests for eSetSelection and eQueryTextContent → Add tests for eSetSelection, eQueryTextContent and eQuerySelectedText
Assignee | ||
Comment 9•9 years ago
|
||
Attachment #8675502 -
Flags: review?(bugs)
Comment 10•9 years ago
|
||
Comment on attachment 8675268 [details] [diff] [review]
part.1 Add tests for eSetSelection event in rich text editor
rs+
Attachment #8675268 -
Flags: review?(bugs) → review+
Updated•9 years ago
|
Attachment #8675269 -
Flags: review?(bugs) → review+
Comment 11•9 years ago
|
||
Comment on attachment 8675502 [details] [diff] [review]
part.3 Test the result of eQuerySelectedText in runSetSelectionEventTest() for checking the behavior of ContentEventHandler::GetFlatTextOffsetOfRange()
rs+
Attachment #8675502 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 12•9 years ago
|
||
Assignee | ||
Comment 13•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/80d578836131322040a650a1a7672a4f84fa9a98
Bug 1215517 part.1 Add tests for eSetSelection event in rich text editor rs=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f97448cf56a8f5fe758f9d0ab271d87fb4f3aa7
Bug 1215517 part.2 Add tests for eQueryTextContent event in rich text editor r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/4e79bfe043c8419874fff97657178408eb51ea63
Bug 1215517 part.3 Test the result of eQuerySelectedText in runSetSelectionEventTest() for checking the behavior of ContentEventHandler::GetFlatTextOffsetOfRange() rs=smaug
Comment 14•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/80d578836131
https://hg.mozilla.org/mozilla-central/rev/9f97448cf56a
https://hg.mozilla.org/mozilla-central/rev/4e79bfe043c8
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 15•9 years ago
|
||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•