CommunityToolkit / CommunityToolkit/Windows

Surface Dial Extension Bugs

Abierto
#682 1 comentario 0 reacciones 0 asignados Ver en GitHub
bug components::extensions help wanted
Lenguaje dominante
C#
Estrellas
1.1k
Forks
166
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

## Describe the bug
Found a few issues with the Surface Dial TextBox Extensions:

- [ ] Tapping doesn't go to the next control (if you have focus on first box below, tap dial, then it doesn't go to next textbox)
- [x] ~Default Icon should be `Scroll` not `Ruler` as it is shown in menu (unlike the comment says) and...~ (didn't notice we're going to have scroll already by default, so I guess ruler is a good compromise unless we added a custom icon...
- [ ] Is `ForceMenuItem` required for this to work? It seems to be which is odd...
- [ ] Copy the TextBox in the sample and you'll see there's two (or more!) menu items in the Surface Menu... (there should only ever be a single one).

![image](https://user-images.githubusercontent.com/24302614/108782281-27ad3c80-7520-11eb-9ee3-0fa0228d7007.png)

## Steps to Reproduce

Sample App:
```xml


```

## Expected behavior
Tapping should go to the next tab order control. Menu item should only appear a single time ever when the textbox has focus. If it can work without the `ForceMenuItem` property it should, otherwise this property seems useless, should it just be `ShowMenuItem`?

## Environment
Existing 6.1 Sample App.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Comienza con la Existing 6.1 Sample App y reproduce los comportamientos no comprobados de SurfaceDialTextbox usando el XAML proporcionado: navegación mediante toque, gestión de ForceMenuItem y elementos de menú duplicados. Inspecciona los puntos de entrada de extensión y las propiedades adjuntas de SurfaceDialTextbox mencionados en el ejemplo. Se considera terminado cuando tocar avanza al siguiente control del orden de tabulación y la TextBox enfocada aporta un único elemento de menú configurado correctamente.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
csharp
Área
frontend
Tipo de issue
Error
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.