Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(ios): No space between words when replacing selected text with a letter #11095

Closed
1 of 8 tasks
bharanidharanj opened this issue Mar 27, 2024 · 3 comments · Fixed by #11179
Closed
1 of 8 tasks

bug(ios): No space between words when replacing selected text with a letter #11095

bharanidharanj opened this issue Mar 27, 2024 · 3 comments · Fixed by #11179
Assignees
Milestone

Comments

@bharanidharanj
Copy link

Describe the bug

I noticed that after pressing a letter to replace selected text, there is no space between the words.

Reproduce the bug

  1. Install Keyman 17.0.295-beta
  2. Open Keyman app.
  3. Type two words. eg., Something Beautiful
  4. Select the second word 'beautiful'.
  5. Press letter 'B'.

Here, I observed that there is no space between the word 'Something' and the replaced text 'B'. Seems to be an issue.

Note: I am not able to reproduce this issue in Android OS.

I have attached the Video file for reference.

..no space

NoSpacebetweenword.mp4

Expected behavior

There should be a space between two words after pressing any key to the selected (second) word.

Related issues

No response

Keyman apps

  • Keyman for Android
  • Keyman for iPhone and iPad
  • Keyman for Linux
  • Keyman for macOS
  • Keyman for Windows
  • Keyman Developer
  • KeymanWeb
  • Other - give details at bottom of form

Keyman version

17.0.295-beta

Operating system

iOS 17.4, iOS 15.5

Device

iPhone 13 Mobile

Target application

No response

Browser

No response

Keyboard name

No response

Keyboard version

No response

Language name

No response

Additional context

No response

@mcdurdin mcdurdin added this to the B17S5 milestone Mar 28, 2024
@darcywong00
Copy link
Contributor

I think every platform has issues related to replacing selected text (#9073)

iOS gets handled in #10107

@jahorton
Copy link
Contributor

jahorton commented Apr 1, 2024

To reword what I'm seeing with that video, the issue is that deletion of the selected text is also deleting the space before the text that was selected. That is certainly not something I'd expect... and it's interesting that it's iOS only. I'll add it to my list.

@jahorton jahorton self-assigned this Apr 1, 2024
@jahorton
Copy link
Contributor

jahorton commented Apr 4, 2024

I suspected as much based on this:

Note: I am not able to reproduce this issue in Android OS.

But just to verify my assumptions: I am not able to reproduce this with the Web pred-text test page either.

@jahorton jahorton linked a pull request Apr 5, 2024 that will close this issue
@darcywong00 darcywong00 modified the milestones: B17S5, B17S6 Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants