Closed
Bug 1192780
Opened 9 years ago
Closed 9 years ago
Regression: Home panel grids added by add-ons are not clickable
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox42 verified, firefox43 verified)
VERIFIED
FIXED
Firefox 43
People
(Reporter: sebastian, Assigned: sebastian)
References
Details
Attachments
(1 file)
1.18 KB,
patch
|
jonalmeida
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Bug 1186529 introduced a regression. Home panels with grids added by add-ons are not clickable anymore.
Change introducing the regression: http://hg.mozilla.org/integration/fx-team/rev/c9b41f67d832
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
The bug is not directly related to the new code handling clicks but to the way we draw the touch hightlight using a clickable container in panel_item_container.xml
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8645692 -
Flags: review?(jalmeida)
Assignee | ||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Comment on attachment 8645692 [details] [diff] [review]
1192780-click-highlight.patch
Review of attachment 8645692 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the catch! LGTM.
Attachment #8645692 -
Flags: review?(jalmeida) → review+
Assignee | ||
Comment 5•9 years ago
|
||
url: https://hg.mozilla.org/integration/fx-team/rev/9086a226f26de0aa92100ec54c7c8ba14b1ed1cf
changeset: 9086a226f26de0aa92100ec54c7c8ba14b1ed1cf
user: Sebastian Kaspari <s.kaspari@gmail.com>
date: Tue Aug 11 10:16:35 2015 +0200
description:
Bug 1192780 - panel_item_container: Remove unnecessary view for click highlighting. r=jonalmeida
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8645692 [details] [diff] [review]
1192780-click-highlight.patch
Approval Request Comment
[Feature/regressing bug #]: Bug 1157539
[User impact if declined]: Clicks on speed dial panels added by add-ons are ignored, making them effectively useless.
[Describe test coverage new/current, TreeHerder]: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ee459318b3fb
[Risks and why]: Low risk. This patch is just touching the speed dial item that should be clickable
[String/UUID change made/needed]: -
Attachment #8645692 -
Flags: approval-mozilla-aurora?
Comment 7•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•9 years ago
|
status-firefox42:
--- → affected
Comment 8•9 years ago
|
||
Comment on attachment 8645692 [details] [diff] [review]
1192780-click-highlight.patch
Important issue in a new feature, taking it.
Attachment #8645692 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 9•9 years ago
|
||
Reproduced the issue with the 10-08 Nightly build with the instagram panel add-on.
Verified as fixed on Firefox for Android 43.0a1 (2015-08-17) using LG Nexus 4 (Android 5.0).
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Verified as fixed using speed dial add-on, on Firefox for Android 42.0a2 (2015-09-03) with LG Nexus 4 (Android 5.1)
Status: RESOLVED → VERIFIED
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
•