Closed
      
        Bug 267387
      
      
        Opened 20 years ago
          Closed 20 years ago
      
        
    
  
EVENT_SCROLLING_END stops getting fired after first page  
    Categories
(Core :: Disability Access APIs, defect)
Tracking
()
        RESOLVED
        FIXED
        
    
  
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access)
Attachments
(1 file)
The event EVENT_SCROLLING_END should get fired whenever the scroll bar moves.
However, it is only getting fired for the first loaded page.
| Assignee | ||
| Comment 1•20 years ago
           | ||
| Assignee | ||
| Updated•20 years ago
           | 
        Attachment #164318 -
        Flags: review?(pkwarren)
| Comment 2•20 years ago
           | ||
Comment on attachment 164318 [details] [diff] [review]
1)  Hook up scroll listeners after doc is loaded, when scrolling view has finally been created  2) Don't create accessibles for unloads which can happen for initial about:blank in new window
Looks good.
        Attachment #164318 -
        Flags: review?(pkwarren) → review+
| Assignee | ||
| Updated•20 years ago
           | 
        Attachment #164318 -
        Flags: superreview?(Henry.Jia)
Comment on attachment 164318 [details] [diff] [review]
1)  Hook up scroll listeners after doc is loaded, when scrolling view has finally been created  2) Don't create accessibles for unloads which can happen for initial about:blank in new window
sr=Henry
        Attachment #164318 -
        Flags: superreview?(Henry.Jia) → superreview+
| Assignee | ||
| Comment 4•20 years ago
           | ||
Checking in src/base/nsDocAccessible.cpp;
/cvsroot/mozilla/accessible/src/base/nsDocAccessible.cpp,v  <--  nsDocAccessible.cpp
new revision: 1.47; previous revision: 1.46
done
Checking in src/base/nsDocAccessible.h;
/cvsroot/mozilla/accessible/src/base/nsDocAccessible.h,v  <--  nsDocAccessible.h
new revision: 1.16; previous revision: 1.15
done
Checking in src/base/nsRootAccessible.cpp;
/cvsroot/mozilla/accessible/src/base/nsRootAccessible.cpp,v  <-- 
nsRootAccessible.cpp
new revision: 1.102; previous revision: 1.101
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
          You need to log in
          before you can comment on or make changes to this bug.
        
 
Description
•