Summary: | Live regions don't send out notifications when the element changing is the live region | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | chris fleizach <cfleizach> | ||||
Component: | Accessibility | Assignee: | chris fleizach <cfleizach> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | bdakin, commit-queue | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
chris fleizach
2010-03-28 16:42:30 PDT
Created attachment 51871 [details]
patch
the problem was that a live region change notification was only generated when an ancestor was a live region. it did not take into account if the element itself was the live region Comment on attachment 51871 [details] patch Rejecting patch 51871 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--quiet']" exit_code: 1 Running build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Testing 12578 test cases. fast/workers/termination-with-port-messages.html -> failed Exiting early after 1 failures. 8861 tests run. 184.30s total testing time 8860 test cases (99%) succeeded 1 test case (<1%) had incorrect layout 5 test cases (<1%) had stderr output Full output: http://webkit-commit-queue.appspot.com/results/1634020 unlikely that this patch caused this test to fail fast/workers/termination-with-port-messages.html Comment on attachment 51871 [details] patch Looks like bug 36585. Comment on attachment 51871 [details] patch Clearing flags on attachment: 51871 Committed r56749: <http://trac.webkit.org/changeset/56749> All reviewed patches have been landed. Closing bug. |