Fergus Hewson
10/05/2024, 12:51 AMjw
10/05/2024, 2:36 AMrocketraman
10/05/2024, 2:48 AMFergus Hewson
10/05/2024, 2:56 AMArjan van Wieringen
10/05/2024, 5:52 AMFergus Hewson
10/05/2024, 7:26 AMRobert Jaros
10/05/2024, 7:46 AMOliver.O
10/05/2024, 10:02 AMArjan van Wieringen
10/05/2024, 11:18 AMOliver.O
10/05/2024, 11:20 AMArjan van Wieringen
10/05/2024, 11:21 AMOliver.O
10/05/2024, 11:26 AMArjan van Wieringen
10/05/2024, 11:30 AMArjan van Wieringen
10/05/2024, 11:34 AMArjan van Wieringen
10/05/2024, 11:35 AMOliver.O
10/05/2024, 11:37 AMArjan van Wieringen
10/05/2024, 11:45 AMRobert Jaros
10/05/2024, 11:50 AMOliver.O
10/05/2024, 12:02 PMRobert Jaros
10/05/2024, 12:14 PMOliver.O
10/05/2024, 12:54 PMFergus Hewson
10/05/2024, 5:24 PMZach Klippenstein (he/him) [MOD]
10/05/2024, 5:26 PMBasicTextField
for Compose for Android, i think it's pretty safe to say Compose for Web text fields will never match platform ones completely. First of all, that would require the CfW impl to implement custom behavior for every browser + OS combination, which is probably unfeasible and just not worth the herculean effort. Second, even Compose for Android doesn't perfectly match Android text input, and while theoretically it could get to that point, it isn't necessarily even the goal since there might be text editing behavior improvements Compose might want to make on its primary platform, and the same likely applies way more for CfW.Zach Klippenstein (he/him) [MOD]
10/05/2024, 5:28 PMArjan van Wieringen
10/05/2024, 5:31 PMZach Klippenstein (he/him) [MOD]
10/05/2024, 5:32 PMOliver.O
10/05/2024, 5:34 PMZach Klippenstein (he/him) [MOD]
10/05/2024, 5:36 PMFergus Hewson
10/05/2024, 5:36 PMZach Klippenstein (he/him) [MOD]
10/05/2024, 5:37 PMOliver.O
10/05/2024, 5:37 PMZach Klippenstein (he/him) [MOD]
10/05/2024, 5:37 PMZach Klippenstein (he/him) [MOD]
10/05/2024, 5:38 PMHas the web ever been a consistent ecosystem?True, but when you have an input element that uses a text box, at least it's up to the browser to make sure text editing works in there, and usually consistently across websites.
Oliver.O
10/05/2024, 5:43 PMOliver.O
10/05/2024, 6:03 PMFergus Hewson
10/05/2024, 6:12 PMOliver.O
10/05/2024, 6:22 PMFergus Hewson
10/05/2024, 6:27 PMArjan van Wieringen
10/05/2024, 6:58 PMOliver.O
10/05/2024, 7:34 PMArjan van Wieringen
10/05/2024, 7:45 PMArjan van Wieringen
10/05/2024, 7:48 PMOliver.O
10/05/2024, 7:50 PMjw
10/05/2024, 7:52 PMOliver.O
10/05/2024, 7:52 PMjw
10/05/2024, 7:56 PMOliver.O
10/05/2024, 7:58 PMjw
10/05/2024, 8:10 PMOliver.O
10/05/2024, 8:24 PMjw
10/05/2024, 8:30 PMjw
10/05/2024, 8:31 PMFergus Hewson
10/05/2024, 8:34 PMArjan van Wieringen
10/06/2024, 5:37 AMFergus Hewson
10/06/2024, 5:40 AMArjan van Wieringen
10/06/2024, 5:42 AMOliver.O
10/06/2024, 12:53 PMRok Oblak
10/07/2024, 7:11 AMRok Oblak
10/07/2024, 7:19 AMrocketraman
10/07/2024, 2:10 PMOther things at the top of my head:
Aria labels. Tabindex without focus on canvas element. Search in text and page with browser search.Yep. Here is another one: select text and copy. Its just not a great UX for most web use cases. Canvas apps just feel foreign to the web, because, well, they are.
jw
10/07/2024, 4:26 PM