Closed
Bug 1041641
Opened 10 years ago
Closed 10 years ago
Search fragment grabs clicks when activity first launches
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: eedens, Assigned: Margaret)
References
Details
Attachments
(3 files)
When the search activity first launches, the card view isn't receiving clicks; after doing a search, the cards become clickable.
It looks like the ListView from the search fragment is clickable when the activity first launches; after the search, however, it is no longer clickable.
Reporter | ||
Comment 1•10 years ago
|
||
Here's the UI hierarchy when the activity first launches
Reporter | ||
Comment 2•10 years ago
|
||
Here's the hierarchy after cycling through transitionToRunning to transitionToWaiting
Assignee | ||
Comment 3•10 years ago
|
||
Took a peek at the View#setOnClickListener implementation to see what's going on here.
I was also thinking we could lazily set this listener in transitionToRunning, but we would need to add some check to see if we've already set the click listener, so I'm not sure that it's worth it.
Attachment #8460535 -
Flags: review?(eedens)
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8460535 [details] [diff] [review]
Disable SearchFragment mainView click listener when creating view
Review of attachment 8460535 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #8460535 -
Flags: review?(eedens) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 34
Comment 7•10 years ago
|
||
Updated•7 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
•