Closed
Bug 881026
Opened 12 years ago
Closed 12 years ago
When using the get() api, canceling signin does not send a null assertion
Categories
(Core Graveyard :: Identity, defect)
Tracking
(blocking-b2g:leo+, firefox22 wontfix, firefox23 wontfix, firefox24 fixed, b2g18 fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
People
(Reporter: jedp, Assigned: jedp)
References
Details
Attachments
(1 file)
|
1.90 KB,
patch
|
benadida
:
review+
|
Details | Diff | Splinter Review |
Initially reported by :edmoz in https://github.com/mozilla/browserid/issues/3377
STR
1. goto firefoxos.myfavoritebeer.org
2. click on sign in button
3. click 'X' to cancel out of native UI
result: sign in button is disabled and greyed out
expected: it should be enabled and not greyed out
| Assignee | ||
Comment 1•12 years ago
|
||
Our recent KPI data collection indicates that way more people are still using the old get() and getVerifiedEmail() apis than we had anticipated, so I'm nomming this for v1.1.
blocking-b2g: --- → leo?
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jparsons
| Assignee | ||
Comment 2•12 years ago
|
||
The oncancel callback was wrongly in the watch options in the internal get() implementation. Moved it to the request() options.
Attachment #760160 -
Flags: review?(benadida)
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Jed Parsons [:jparsons] from comment #3)
> https://tbpl.mozilla.org/?tree=Try&rev=d9da0715699d
Er, I don't understand how that try push included my patch for bug 875826; the only patch I had applied when I pushed was this one. /me scratches head.
| Assignee | ||
Comment 5•12 years ago
|
||
This will be testable in gaia with the UI Tests in bug 881435
| Assignee | ||
Comment 6•12 years ago
|
||
Here's tbpl again, this time with only the one patch
https://tbpl.mozilla.org/?tree=Try&rev=e68543cc9277
| Assignee | ||
Updated•12 years ago
|
Blocks: PayId-v1next
Comment 7•12 years ago
|
||
Comment on attachment 760160 [details] [diff] [review]
Closing trusted UI cancels get()
Review of attachment 760160 [details] [diff] [review]:
-----------------------------------------------------------------
looks good
Attachment #760160 -
Flags: review?(benadida) → review+
Comment 9•12 years ago
|
||
Keywords: checkin-needed
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Comment 11•12 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox22:
--- → wontfix
status-firefox23:
--- → wontfix
status-firefox24:
--- → fixed
Updated•12 years ago
|
Flags: in-moztrap?
Comment 12•12 years ago
|
||
Updated•12 years ago
|
Flags: in-moztrap?
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•