Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@divdavem divdavem released this 16 Sep 15:36
· 5 commits to master since this release
  • fix/test: ResizeDialogContainerRobotTestCase in playwright

    David-Emmanuel DIVERNOIS - Thu Sep 16 2021 15:01:49 GMT+0200 (Central European Summer Time)

  • fix: user-agent related issues

    David-Emmanuel DIVERNOIS - Thu Sep 16 2021 15:01:49 GMT+0200 (Central European Summer Time)

    Chrome Headless was not recognized as Chrome.
    test.aria.widgets.container.dialog.indicators.DialogTestCase was failing on
    Edge 93 (which is based on Chromium).
    There was no flag for the Blink rendering engine.

  • fix/test: HtmlTestCase on Firefox (autocapitalize attribute changed)

    David-Emmanuel DIVERNOIS - Thu Sep 16 2021 15:01:49 GMT+0200 (Central European Summer Time)

  • fix/test: update Edge excluded tests now that it is based on Chromium

    David-Emmanuel DIVERNOIS - Thu Sep 16 2021 15:01:49 GMT+0200 (Central European Summer Time)

  • fix/test: no longer click outside the viewport

    David-Emmanuel DIVERNOIS - Thu Sep 16 2021 15:01:49 GMT+0200 (Central European Summer Time)

  • feat/test: replacing puppeteer with playwright

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 17:01:05 GMT+0200 (Central European Summer Time)

  • Updating supported browsers before new release

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:14:59 GMT+0200 (Central European Summer Time)

  • refactor/test: simplifying tests with Jaws 2021 using the new shortcut to copy speech history

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: Jaws 2021 reading full dialog content when opening datepicker with Edge

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

    The calendar (used by the datepicker) now uses role=listbox instead of
    role=application.
    This fixes the following test:
    test.aria.widgets.wai.dropdown.dialogTitle.DropDownDialogTitleJawsTestCase

  • fix/test: changing multiselect test to work around Jaws 2021 issue with Edge

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

    Using tab key instead of down key for multiselect with readOnlyTextField.

  • refactor: adding a comment about old code for Jaws/IE11 in CheckBox to be removed

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: Jaws 2021 not reading updated autocomplete suggestion with Edge

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: Jaws 2021 not mentioning ¨Unavailable¨ for disabled links with Edge

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: Jaws 2021 not reading text of loading overlay with Edge

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix/test: no longer wait for Jaws to say ¨Alt F 4¨ when closing history

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: remove waiAria delay for ErrorList if there is no message to read

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: waiCloseMsg was not read with new timeout in readText for Edge with Jaws 2021

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: increase timeout in readText for Edge with Jaws 2021

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix/test: ignore spaces when using string argument in waitForJawsToSay

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • feat/test: now log an error when moving the mouse with the robot outside of the viewport

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix: removing useless code in aria.jsunit.SynEvents

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix/test: Jaws test cases

    David-Emmanuel DIVERNOIS - Wed Sep 15 2021 10:06:46 GMT+0200 (Central European Summer Time)

  • fix/test: autocomplete tests in Edge with Jaws 2021

    David-Emmanuel DIVERNOIS - Mon Jul 19 2021 11:24:38 GMT+0200 (Central European Summer Time)

  • fix: readText in Edge with Jaws 2021

    David-Emmanuel DIVERNOIS - Mon Jul 19 2021 11:24:38 GMT+0200 (Central European Summer Time)

  • fix: ErrorList issue with ariaLive in Edge with Jaws 2021

    David-Emmanuel DIVERNOIS - Mon Jul 19 2021 11:24:38 GMT+0200 (Central European Summer Time)

  • fix: cancelDefault for up and down arrow keys in autocomplete

    David-Emmanuel DIVERNOIS - Mon Jul 19 2021 11:24:38 GMT+0200 (Central European Summer Time)

  • feat/test: test in Edge with Jaws 2021

    David-Emmanuel DIVERNOIS - Mon Jul 19 2021 11:24:38 GMT+0200 (Central European Summer Time)

  • doc: removing references to ariatemplates.com from README.md

    divdavem - Mon Jul 19 2021 10:53:14 GMT+0200 (Central European Summer Time)

  • fix/test: updating ci badge and reducing the number of puppeteer instances

    David-Emmanuel DIVERNOIS - Tue Jul 06 2021 16:15:28 GMT+0200 (Central European Summer Time)

  • feat/test: upgrading attester

    David-Emmanuel DIVERNOIS - Tue Jul 06 2021 15:16:49 GMT+0200 (Central European Summer Time)

  • fix/test: switching from travis-ci to github-ci

    David-Emmanuel DIVERNOIS - Tue Jul 06 2021 15:16:49 GMT+0200 (Central European Summer Time)

  • ua-parser-js trailing comma (#1838)

    David-Emmanuel DIVERNOIS - Tue Mar 30 2021 19:17:45 GMT+0200 (Central European Summer Time)

    The new version of ua-parser-js (0.7.26) contains a trailing comma in an
    array. This is an issue with some (old) browsers.
    This commit adds a reformatting step (included in the JSConcat builder of
    atpackager) so that the trailing comma is removed before ua-parser-js is
    included in Aria Templates (to avoid any problem).

  • updating ua-parser-js and adding isEdgeChromium and isEdgeLegacy (#1837)

    David-Emmanuel DIVERNOIS - Tue Mar 30 2021 17:08:17 GMT+0200 (Central European Summer Time)

  • updating contact e-mail address and homepage (#1833)

    David-Emmanuel DIVERNOIS - Mon Mar 29 2021 09:19:24 GMT+0200 (Central European Summer Time)

  • Updating ua-parser-js (#1829)

    David-Emmanuel DIVERNOIS - Fri Mar 26 2021 16:53:28 GMT+0100 (Central European Standard Time)

  • Adding min, max and step to the white list of safe attributes (#1836)

    David-Emmanuel DIVERNOIS - Thu Mar 25 2021 17:20:34 GMT+0100 (Central European Standard Time)

  • incorrect focus state in IE for aria:Tab widget (#1832)

    David-Emmanuel DIVERNOIS - Thu Dec 10 2020 14:17:16 GMT+0100 (Central European Standard Time)

    Clicking on <td> or <span style="display:inline-block"> elements on IE
    focuses those elements whereas they are not focusable on other browsers
    (when tabindex is not specified).
    This fix prevents this discrepancy between browsers from happening for the
    aria:Tab widget.

  • default error message for the MinMaxLength validator (#1831)

    David-Emmanuel DIVERNOIS - Mon Nov 16 2020 16:55:58 GMT+0100 (Central European Standard Time)

    The previous message could give the impression that the boundaries were
    strict (> and <) but they are not (>= and <=).

  • #1830: adding role property for aria:ErrorList (#1830)

    David-Emmanuel DIVERNOIS - Fri Jul 17 2020 15:40:07 GMT+0200 (Central European Summer Time)

    This feature allows to configure the role property of the aria:ErrorList
    widget. It also replaces the default "alert" value by "status"
    (when ariaLive is true) because it is much less buggy with Jaws 18 and IE 11.
    Especially, this change fixes the bug that makes Jaws read again the error
    messages when they are removed from the screen.

  • allows to set escapeHtmlByDefault per package (#1827)

    David-Emmanuel DIVERNOIS - Wed May 13 2020 15:58:17 GMT+0200 (Central European Summer Time)

  • allows to set $escapeHtmlByDefault per template (#1827)

    David-Emmanuel DIVERNOIS - Wed May 13 2020 15:58:17 GMT+0200 (Central European Summer Time)

  • fix/test #1826 test.aria.map.MapManagerTwoTestCase

    David-Emmanuel DIVERNOIS - Wed Apr 29 2020 11:36:10 GMT+0200 (Central European Summer Time)

    This commit splits the MapManagerTwoTestCase in two and increases the timeouts
    in the part that uses Microsoft Maps to avoid receiving "Script error".

  • add a default key for Bing maps (#1826)

    David-Emmanuel DIVERNOIS - Mon Apr 27 2020 17:37:32 GMT+0200 (Central European Summer Time)

    Bing maps is not supposed to be used without a key, and it even fails
    displaying a proper error message in that case.
    This commit adds a default invalid key for quick tests allowing usage of
    the map in case a key is not provided as it should.

  • feat/test #1822 Using puppeteer instead of phantomjs for "npm run attest"

    divdavem - Mon Jul 08 2019 16:00:08 GMT+0200 (Central European Summer Time)