Closed
Bug 1130256
Opened 10 years ago
Closed 10 years ago
[CopyPaste] Prevent unwanted scrolling end event.
Categories
(Core :: DOM: Selection, defect, P2)
Tracking
()
People
(Reporter: mtseng, Assigned: mtseng)
References
Details
Attachments
(1 file)
5.14 KB,
patch
|
roc
:
review+
bajaj
:
approval-mozilla-b2g37+
|
Details | Diff | Splinter Review |
Per bug 1105547 comment 15, there is 2 problem in existing code. 1. We should only send scroll start/end event only when carets are visible. 2. If we got blur event between scroll start and end. Scroll end event shouldn't be fired.
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Attachment #8560259 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•10 years ago
|
||
try https://treeherder.mozilla.org/#/jobs?repo=try&revision=b161cb78a4cf
Assignee | ||
Comment 3•10 years ago
|
||
new try with positive result: https://treeherder.mozilla.org/#/jobs?repo=try&revision=02d599d6ff56
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d892c2a1b1db
Keywords: checkin-needed
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d892c2a1b1db
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8560259 [details] [diff] [review] Prevent unwanted scrolling event. NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings. [Approval Request Comment] Bug caused by (feature/regressing bug #): User impact if declined: Copy/Paste bubble would dispear/appear randomly when scrolling. Testing completed: on master Risk to taking this patch (and alternatives if risky): low risk String or UUID changes made by this patch: none
Attachment #8560259 -
Flags: approval-mozilla-b2g37?
Updated•10 years ago
|
Attachment #8560259 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 8•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/f28591998c6c
status-b2g-v2.2:
--- → fixed
status-b2g-master:
--- → fixed
status-firefox36:
--- → wontfix
status-firefox37:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•