Closed
Bug 1266922
Opened 9 years ago
Closed 8 years ago
Remove checking "visibilitychange" reason from ActionBarHandler.js
Categories
(Firefox for Android Graveyard :: Text Selection, defect)
Firefox for Android Graveyard
Text Selection
Tracking
(firefox50 fixed)
RESOLVED
FIXED
Firefox 50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
File per bug 1249201 comment 45.
Do some testing for the floating toolbar after removing "visibilitychange" in [1], and if nothing broken, we can remove it.
I think the key to test here is to think of other cases we need the floating toolbar to be closed while carets are visible besides scrolling the carets and dragging a caret we had considered. I cannot come up with other cases off the top of my head.
[1] https://dxr.mozilla.org/mozilla-central/rev/0891f0fa044cba28024849803e170ed7700e01e0/mobile/android/chrome/content/ActionBarHandler.js#68
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → tlin
Status: NEW → ASSIGNED
Summary: Investigate whether to remove "visibilitychange" from ActionBarHandler.js → Remove checking "visibilitychange" reason from ActionBarHandler.js
Assignee | ||
Comment 1•8 years ago
|
||
After bug 1249201 landed, the "visibilitychange" reason wasn't
dispatched during scrolling anymore. See bug 1249201 comment 44 for the
reasoning.
Review commit: https://reviewboard.mozilla.org/r/62596/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62596/
Attachment #8768283 -
Flags: review?(s.kaspari)
Comment 2•8 years ago
|
||
Comment on attachment 8768283 [details]
Bug 1266922 - Remove checking "visibilitychange" reason from ActionBarHandler.js.
https://reviewboard.mozilla.org/r/62596/#review59332
Attachment #8768283 -
Flags: review?(s.kaspari) → review+
Pushed by tlin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7cd947b360b8
Remove checking "visibilitychange" reason from ActionBarHandler.js. r=sebastian
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 50
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•