Ollie

Results 46 issues of Ollie

### What happened? When I go to the CodeCov URL for the Selenium (https://app.codecov.io/gh/SeleniumHQ/selenium/), there is always a message saying that "Coverage is either being processed, there has been no...

C-py
I-defect

### Feature and motivation I recently asked about having a badge for codecov in the repository. It was closed because codecov is only for Python code. I think it would...

R-awaiting answer
I-enhancement

When I was inspecting the page, I found that gANDI508-background was stil attached to certain elements after I went from graphics to links on ANDI.

Fixed: - The text for gANDI from "gANDI: graphics ANDI" to "gANDI: graphics/images ANDI" - The text for iANDI from: "fANDI: focusable elements ANDI (default mode)" to "iANDI: iFrames ANDI"...

I think it would be better for the code if one were able to split up the different modules in the code of andi.js (Like AndiOverlay, Utility, ...) so that...

enhancement request

I have noticed that contrastOnBlack and contrastOnWhite is gotten twice in cANDI, once in the contrast function and once in the getSuggestedColor function. This is to figure out whether the...

I have noticed that some elements that are said to be visible on certain pages are actually not visible, and are using hidingTechniques like opacity. It would be good to...

The code: $(element).css("text-indent") != "0" || $(element).css("text-indent") != "0px" on line 72 of hANDI.js may be unnecessary because in the same if statement, it is checked if "text-indent" is less...

I have recently learned that the html5 hidden attribute can be overridden by using a display style. This means that if an element with a hidden attribute is hidden then...

As seen in this image, on boston.gov, the code says that the element does not have href, id, or tabindex when href is visible on the ANDI screen.