Closed
      
        Bug 1089744
      
      
        Opened 11 years ago
          Closed 11 years ago
      
        
    
  
[e10s] Firefox spins forever trying to show the accessibility warning on linux
Categories
(Firefox :: Disability Access, defect)
Tracking
()
        RESOLVED
        DUPLICATE
          of bug 1090430
        
    
  
| Tracking | Status | |
|---|---|---|
| e10s | m4+ | --- | 
People
(Reporter: mmc, Assigned: billm)
References
Details
Attachments
(1 file)
| 435.57 KB,
          image/png         | Details | 
STR:
1) Create profile
2) Notice that Services.appinfo.accessibilityEnabled appears to be true with no changes
3) Enable e10s by going into preferences and checking "Enable multiprocess"
4) Restart and observe spinner, which seems to appears when we hit this in browser/components/nsBrowserGlue.js
      // e10s doesn't work with accessibility, so we prompt to disable
      // e10s if a11y is enabled, now or in the future.
      Services.obs.addObserver(this, "a11y-init-or-shutdown", true);
      if (Services.appinfo.accessibilityEnabled) {
        this._showE10sAccessibilityWarning();
      }
I couldn't get a stack trace, sorry.
|   | Reporter | |
| Updated•11 years ago
           | 
          tracking-e10s:
          --- → ?
| Updated•11 years ago
           | 
Assignee: nobody → wmccloskey
|   | Reporter | |
| Comment 1•11 years ago
           | ||
On second thought I don't think that screenshot means much because I saw it in a different context, also on linux.
| Comment 2•11 years ago
           | ||
Tentatively marking as a dupe of bug 1090430. It doesn't look like a real process spinning, it's just that we're showing the "tab switch spinner" incorrectly for about:preferences.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
          You need to log in
          before you can comment on or make changes to this bug.
        
 e10saccessibility.png
 e10saccessibility.png
            
Description
•