Closed
Bug 1130256
Opened 11 years ago
Closed 11 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•11 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8560259 -
Flags: review?(roc)
Attachment #8560259 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
new try with positive result: https://treeherder.mozilla.org/#/jobs?repo=try&revision=02d599d6ff56
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
| Assignee | ||
Comment 7•11 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•11 years ago
|
Attachment #8560259 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 8•11 years ago
|
||
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
•