Closed
Bug 564451
Opened 16 years ago
Closed 7 years ago
navigator.people.find python syntax in if statements cause UI freeze
Categories
(Mozilla Labs :: Contacts, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: ozten, Unassigned)
Details
Attachments
(1 file)
|
641 bytes,
application/octet-stream
|
Details |
Using the navigator.people.find API, the "allow access" dialog freezes when you confirm access.
The JS error console shows erros on
if ("guid" in attrs)
Attached is a patch that fixes two instances of this code path, allowing the dialog to function normally.
Comment 1•7 years ago
|
||
Closing all inactive bugs in Mozilla labs :: *
Please reopen if this are still relevant.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•