Skip to content
#

mozilla

Here are 477 public repositories matching this topic...

SoftVision-LorandJanos
SoftVision-LorandJanos commented Nov 11, 2021

Steps to reproduce

  1. Turn TalkBack (or the available screen reader) on.
  2. Have some items on the "Jump back in" and "Recent searches" sections.
  3. Have Pocket enabled.
  4. Go to Homescreen, select each element and swipe the screen up and down to hide the selected element.

Expected behaviour

The frame for every selected element gradually gets out of the window.

Actual behaviour

🐞 bug good first issue Feature:HomeScreen access
NotWoods
NotWoods commented Feb 5, 2020

I wrote this as a hack to set the SDK_INT in tests, but its properly supported using the @Config(sdk = [Build.VERSION_CODES.X]) annotation. The function should be replaced with the annotation and removed.

┆Issue is synchronized with this Jira Task

help wanted good first issue testing <pwa>
st3fan
st3fan commented Jan 7, 2022

In URLExtensions.swift we have isIPv4 and isIPv6 functions. The first uses a regex and the second just checks for the presence of a : in the string. Let's replace this with a call to inet_pton() to let the OS parse the address instead - delegating to a trusted OS function will be more robust.

Example at https://stackoverflow.com/questions/35056268/how-to-use-swift-convert-string-to-ip

Improve this page

Add a description, image, and links to the mozilla topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mozilla topic, visit your repo's landing page and select "manage topics."

Learn more