Community
Participate
Working Groups
Bug 323137 introduced detection and warning of legacy Agent Controllers (i.e. ACs where the new exec framework is unsupported). However the warning dialog used is not accessible on several counts: mouse keys don't work properly, expanding details crashes JAWS, high contrast mode results in unreadable text, etc. This bug is opened to correct these issues.
Created attachment 186505 [details] Patch Patch to fix accessibility problems.
Joel can you please review this patch? The patch simply replaces the use of the "StatusManager" mechanism with org.eclipse.jface.dialogs.ErrorDialog, which is more accessibility friendly.
Created attachment 186534 [details] Updated patch Updated patch with comments from Joel.
Patch looks good.
Project approved for 4.7.2.
Patch checked into HEAD.
Re-opening. The accessibility fix introduced a new "Warning" string whereas one already exists in the same .properties file. To save on translation resources, pulling out the new string and just referencing the existing string.
Created attachment 187294 [details] Patch to re-use existing 'Warning' message Re-use warning patch attached.
'Warning' re-use patch checked into HEAD.
Closing.