Closed
Bug 1286157
Opened 9 years ago
Closed 8 years ago
[TSF] TSFTextStore should use relative offset query when there are pending changes
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: inputmethod)
Attachments
(1 file)
I realized that TSFTextStore should use relative offset from insertion point query when there are pending changes since the offset of query by TSF/TIP is expected in the cached content.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63842/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63842/
Attachment #8770381 -
Flags: review?(m_kato)
Assignee | ||
Comment 2•9 years ago
|
||
FYI: I won't land the patch without the fix of bug 1257446 since this patch makes the symptom of bug 1257446 worse.
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8770381 [details]
Bug 1286157 TSFTextStore should use insertion point relative offset query when cached contents for TSF and actual content (or content cache) are different
https://reviewboard.mozilla.org/r/63842/#review60962
Attachment #8770381 -
Flags: review?(m_kato) → review+
Comment hidden (mozreview-request) |
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/d8e515832579
TSFTextStore should use insertion point relative offset query when cached contents for TSF and actual content (or content cache) are different r=m_kato
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•