Confirmed users
6,361
edits
Line 37: | Line 37: | ||
* {{Bug|432970}} - Shutdown() of nsXULTooltipAccessible is not called. Affects Linux only, but can cause accessible tree corruption because tooltip accessibles from tabs that are already closed may still be around and accidentally accessed by the Orca screen reader. Again not a blocker, but a good candidate to tag along. | * {{Bug|432970}} - Shutdown() of nsXULTooltipAccessible is not called. Affects Linux only, but can cause accessible tree corruption because tooltip accessibles from tabs that are already closed may still be around and accidentally accessed by the Orca screen reader. Again not a blocker, but a good candidate to tag along. | ||
* {{Bug|434002}} - event show isn't fired for treecol accessible. This is an embarrassing oversight from review of fix for {{bug|413777}}. It basically means that event_show is never ever called for any accessible even if it needs to be. The most obvious use case we found isn't in Firefox but Thunderbird, when column | * {{Bug|434002}} - event show isn't fired for treecol accessible. This is an embarrassing oversight from review of fix for {{bug|413777}}. It basically means that event_show is never ever called for any accessible even if it needs to be. The most obvious use case we found isn't in Firefox but Thunderbird, when column | ||
* {{Bug|432467}} - firefox segfaults in plone kupu editor [@ nsDocAccessible::FlushPendingEvents]. This is a crasher reported by the RedHat folks that indicates a race condition between two things trying to release the same accessible. See comment #4 for the description. Assessment of risk is also in the bug. I wouldn't respin for this, but if it could tag along if RC2 is being done anyway, that would be very good I think. This can happen with other | * {{Bug|432467}} - firefox segfaults in plone kupu editor [@ nsDocAccessible::FlushPendingEvents]. This is a crasher reported by the RedHat folks that indicates a race condition between two things trying to release the same accessible. See comment #4 for the description. Assessment of risk is also in the bug. I wouldn't respin for this, but if it could tag along if RC2 is being done anyway, that would be very good I think. This can happen with other ajax-enabled stuff as well. | ||
ajax-enabled stuff as well. | |||
* {{Bug|432869}} - Divide by zero in IsProbablyForLayout(). This came up while triaging crash-stats. It is a simple check for certain types of layout tables to make sure we never divide by zero. Was probably missed during review of another bug's patch. Again, for safety reasons, it would be good to have this, but not blocking the release if 3.0.1 is only 4 to 6 weeks away after that. headers of the message trees change when switching from folder to folder. But this can happen to any extension suing tree tables in Firefox and replacing one view with another and changing column headers, and it can happen to some types of Ajax-empowered web sites, leading to accessible tree corruptions. Again not a blocker per se, but again a good candidate to ride along on an RC2 build. | * {{Bug|432869}} - Divide by zero in IsProbablyForLayout(). This came up while triaging crash-stats. It is a simple check for certain types of layout tables to make sure we never divide by zero. Was probably missed during review of another bug's patch. Again, for safety reasons, it would be good to have this, but not blocking the release if 3.0.1 is only 4 to 6 weeks away after that. headers of the message trees change when switching from folder to folder. But this can happen to any extension suing tree tables in Firefox and replacing one view with another and changing column headers, and it can happen to some types of Ajax-empowered web sites, leading to accessible tree corruptions. Again not a blocker per se, but again a good candidate to ride along on an RC2 build. |