ordinaryindustries / Mini-Forge-Issue-Tracker

0 stars 0 forks source link

New paint keyboard toolbar dismiss button is missing #45

Open ordinaryindustries opened 9 months ago

ordinaryindustries commented 9 months ago

Description

When adding a new paint, the keyboard should display a dismiss button that we have created in the keyboard's toolbar. Starting in iOS 17 there is a bug where ToolbarItems placed inside a view within a NavigationStack do not render their items on the keyboard's toolbar.

Steps to reproduce

  1. Open new paint view.
  2. If the keyboard isn't up tap into any text field.
  3. See the keyboard's toolbar renders but shows no items.

Expected behavior

The toolbar item should render.

Device type

All

Operating system version

17.2

What app version did this occur on?

1.4

Attach screenshots

No response

Additional information

This will need to be re-implemented after Apple fixes the underlying issue. Until then we can keep the keyboard toolbar disabled so that we don't render an empty toolbar. This means users will only be able to dismiss the keyboard using the return key.