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

Fix Advanced Item Description error popup problems #8311

Merged

Conversation

Nightblade
Copy link
Contributor

@Nightblade Nightblade commented Sep 21, 2024

  • fixes bricking issues from user-edited item description text
  • error popup with early return changed to warning
  • only shows once per session

@Nightblade Nightblade marked this pull request as draft September 22, 2024 09:47
@Nightblade Nightblade marked this pull request as ready for review September 22, 2024 09:48
@Nightblade
Copy link
Contributor Author

I wasn't entirely happy with this solution, so I've moved the check into the keypress handling code. The check now only triggers on item paste, but is no longer a one-shot.

I'm not sure I have the user-facing wording/logic correct though -- maybe the popup should say "OK to continue anyway, Cancel to abort paste"? I've stared at it too long and can't tell :-)

image

@Nightblade Nightblade marked this pull request as draft September 22, 2024 09:55
@Nightblade Nightblade marked this pull request as ready for review September 22, 2024 10:24
@LocalIdentity LocalIdentity merged commit f6d095a into PathOfBuildingCommunity:dev Sep 26, 2024
1 of 2 checks passed
@LocalIdentity LocalIdentity added the technical Hidden from release notes label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Hidden from release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants