Closed Bug 1079128 Opened 10 years ago Closed 10 years ago

No buttons on incoming call notification screen when link clicker selects "Voice conversation" - Aurora issue only

Categories

(Hello (Loop) :: Client, defect)

defect
Not set
normal

Tracking

(firefox33 unaffected, firefox34 verified, firefox35 unaffected)

VERIFIED FIXED
mozilla34
Iteration:
35.3
Tracking Status
firefox33 --- unaffected
firefox34 --- verified
firefox35 --- unaffected

People

(Reporter: RT, Assigned: standard8)

References

Details

(Whiteboard: [loop-uplift])

Attachments

(1 file, 2 obsolete files)

Environment: latest Aurora on Windows 8.1 This issue does not apply to the last nightly. Steps to reproduce 1 Share a call-back lick 2 Click link and select "Voice conversation" 3 Incoming call notification window appears on the link generator browser although no buttons are available This is a fairly big issue given there is no way for the link generator to get the browser to stop ringing (unable to revoke the URL).
when the buttons are flipped, it was looking for a tooltip on the secondary button that was no longer there. Far simpler and more consistent is to remove both tooltips on Aurora (instead of only having audio). Note: no string change, just js/jsx change to remove the reference.
Attachment #8501159 - Flags: review?(nperriault)
Whiteboard: [loop-uplift]
Comment on attachment 8501159 [details] [diff] [review] fully remove Loop "accept/cancel" tooltips in Aurora Review of attachment 8501159 [details] [diff] [review]: ----------------------------------------------------------------- Transfering review to :Standard8 after discussing about it on IRC.
Attachment #8501159 - Flags: review?(nperriault) → review?(standard8)
Ah, so this is caused by bug 1042060 not being able to uplift the string.
Depends on: 1042060
Blocks: 1080387
Slightly different patch to display the tooltip when it is possible to do so. I've tested this locally on my aurora build. I've filed bug 1079814 to create a functional test covering audio calls, and bug 1080387 to refactor the AcceptCallButton so that it would be more testable for unit tests.
Attachment #8501159 - Attachment is obsolete: true
Attachment #8501159 - Flags: review?(standard8)
Attachment #8502327 - Flags: review?(nperriault)
Assignee: nobody → standard8
OS: Windows 8 → All
Hardware: x86_64 → All
Target Milestone: --- → mozilla35
Comment on attachment 8502327 [details] [diff] [review] Display tooltip when possible for Loop accept/cancel conversation buttons on aurora. Review of attachment 8502327 [details] [diff] [review]: ----------------------------------------------------------------- Looks good, r=me with comment addressed. ::: browser/components/loop/content/js/conversation.jsx @@ +169,5 @@ > }, > > render: function() { > var mode = this.props.mode; > + var secondaryTooltip = mode.secondary.tooltip ? mozL10n.get(mode.secondary.tooltip) : ""; Please add a comment explaining why is that plus a reference to bug 1080387.
Attachment #8502327 - Flags: review?(nperriault) → review+
Target Milestone: mozilla35 → mozilla34
Updated patch to add the comment.
Attachment #8502327 - Attachment is obsolete: true
Attachment #8502365 - Flags: review+
Comment on attachment 8502365 [details] [diff] [review] Display tooltip when possible for Loop accept/cancel conversation buttons on aurora. This is an aurora only patch. Approval Request Comment [Feature/regressing bug #]: Regressed by bug 1042060 not being able to uplift a string to aurora. [User impact if declined]: Incoming audio-only calls will result in a blank conversation window - the user will not be able to accept. [Describe test coverage new/current, TBPL]: Manually tested on aurora. Unfortunately not automated test coverage - follow-up bugs that are more intensive fixes have been filed. [Risks and why]: Low, handles the missing tooltip by replacing it with an empty string. [String/UUID change made/needed]: None
Attachment #8502365 - Flags: approval-mozilla-aurora?
Marking as fixed, as 34 was the only place this was needed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Florin, can you please have someone on your team check this in the latest Beta?
Flags: qe-verify+
Flags: needinfo?(florin.mezei)
QA Contact: anthony.s.hughes
Flags: needinfo?(florin.mezei)
QA Contact: paul.silaghi
Comment on attachment 8502365 [details] [diff] [review] Display tooltip when possible for Loop accept/cancel conversation buttons on aurora. Already landed, tacking for posterity.
Attachment #8502365 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Verified fixed FF 34b1 Win 8.1 x64
Status: RESOLVED → VERIFIED
Iteration: --- → 35.3
Does this have developer automation test coverage?
Flags: in-testsuite?
Clearing in-testsuite requests for features that are being removed from Hello as part of te user journey work in bug 1209713.
Flags: in-testsuite?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: