RESOLVED FIXED Bug 36025
accessibilityIsIgnoredBase() needs to respect when platform says include
https://bugs.webkit.org/show_bug.cgi?id=36025
Summary accessibilityIsIgnoredBase() needs to respect when platform says include
chris fleizach
Reported 2010-03-11 11:59:27 PST
accessibilityIsIgnoredBase() is not doing this, so when an object is always included by a platform, its not working
Attachments
Patch (13.36 KB, patch)
2010-03-11 12:56 PST, chris fleizach
no flags
Patch (14.90 KB, patch)
2010-03-11 13:05 PST, chris fleizach
bdakin: review+
chris fleizach
Comment 1 2010-03-11 12:33:54 PST
accessibilityIsIgnoredBased() needs to return a ternary value
chris fleizach
Comment 2 2010-03-11 12:56:04 PST
WebKit Review Bot
Comment 3 2010-03-11 13:01:31 PST
chris fleizach
Comment 4 2010-03-11 13:05:33 PST
Beth Dakin
Comment 5 2010-03-11 14:02:50 PST
Comment on attachment 50533 [details] Patch > -#if PLATFORM(GTK) > - return true; > -#endif Are you sure you want to remove this? r=me
chris fleizach
Comment 6 2010-03-11 14:18:26 PST
(In reply to comment #5) > (From update of attachment 50533 [details]) > > -#if PLATFORM(GTK) > > - return true; > > -#endif > > Are you sure you want to remove this? > Yea, i looked at what was going on. GTK wants the platform to decide the fate of that object. Now that that object calls accessibilityIsIgnoredBase(), that's now taken care of > r=me
chris fleizach
Comment 7 2010-03-11 14:33:41 PST
Gustavo Noronha (kov)
Comment 8 2010-03-12 06:33:16 PST
Thanks for the quick fix! Much appreciated =).
Note You need to log in before you can comment on or make changes to this bug.