Closed
Bug 1106533
Opened 11 years ago
Closed 11 years ago
When adding/changing the Room name in Desktop, a notification is sent for each letter entered
Categories
(Hello (Loop) :: Client, defect)
Tracking
(firefox37 unaffected)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox37 | --- | unaffected |
People
(Reporter: oteo, Unassigned)
Details
Right now, when we add or change the Room name in Desktop client in the Room screen, we are sending a PATCH request for each letter entered.
So when we are registered in several devices with the same identity (e.g in a desktop and in a FxOS device) we receive a push notification for every PATCH request which is not optimal
| Reporter | ||
Updated•11 years ago
|
Summary: When adding/changing the Room name in Desktop, a a notification is sent for each letter entered → When adding/changing the Room name in Desktop, a notification is sent for each letter entered
| Reporter | ||
Updated•11 years ago
|
status-firefox37:
--- → affected
Comment 2•11 years ago
|
||
(In reply to Maria Angeles Oteo (:oteo) from comment #0)
> Right now, when we add or change the Room name in Desktop client in the Room
> screen, we are sending a PATCH request for each letter entered.
Where do you see this? The current code should only be sending a request on blur or when pressing enter:
http://hg.mozilla.org/mozilla-central/annotate/08be3008650f/browser/components/loop/content/js/panel.jsx#l524
| Reporter | ||
Comment 3•11 years ago
|
||
you are right Mark, I've seen this in gecko 36, and after upgrading nightly to gecko 37 is working as you describes.
One minor thing Mark, what I am seeing in nightly is that after changing the Room name in the Room Call screen, the new name is not updated in the Room list.
Flags: needinfo?(adam)
| Reporter | ||
Comment 4•11 years ago
|
||
Mark, let me know if you want me to report it or it's already covered in other bug. Cheers
Flags: needinfo?(standard8)
Comment 6•11 years ago
|
||
Closing this bug as WFM.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•