In the "Summary" box on this "Create Issue" form, new comment form, and in the search box at the top right of bugs.mojang.com, I can only type the following letters of the alphabet: bcdefghjknopqrsuvwxz
The following characters are untypeable: ailmtyf[/.
Linked issues
is duplicated by 10
Attachments
Comments 11
I have no trouble typing in the new comment box, actually.
Info: Mac OS 15.1.1 Sequoia, Chrome (latest version)
Interesting, mine’s on Safari 18.2, MacOS 15.2
Seemingly fixed for me on descriptions in Create Issue and Edit Issue, and Comment by the time I was writing this comment
@@unknown for the time being, you can just copy/paste your text from e.g. notepad and it'll work.
Mojang is aware of this issue and is looking into it. Please be patient.
I can't type some characters too using Edge, same issues with any browsers using Gecko or Blink (web engine of Firefox & Chrome), until Mojang fix this issue, you can use a notepad to write the text, and then copy & past it on the input box, same for the login page. (Typing in majs is also a valid way of bypassing this issue.)
Since i want to help, i found the actual issue "
[media]", this keydown event of <html> added by the JS execute this code.
function(event) {
// List of single-character shortcuts in Jira to disable
const jiraDisabledKeys = ['t', 'y', 'i', 'a', 'l', 'm', '[', '/', 'f', '.']; // Add others if needed
// Check if the pressed key is in the disabled list
if (jiraDisabledKeys.includes(event.key) && !event.ctrlKey && !event.metaKey)
{ event.preventDefault(); // Prevent Jira's action event.stopPropagation(); // Stop the event from propagating further }
// Screen reader shortcuts (like JAWS or NVDA) will still function,
// as they are not blocked unless JavaScript explicitly blocks them.
}
I think a dev put this event hoping it affect only some input, but it actually execute on every HTML inputs, if this code is removed or modified, it will fix the issue.
Can a moderator show this to a dev working on the Jira server please?
Thank you and hope i helped!
Hello dear Mojira user and happy new year!
The Mojira website is currentrly facing an unexpected issue, but i fixed this for you, you can find on "https://github.com/Luzimia/fixedjira" a simple peice of code that fix your current Mojira page until you reload it.
Just go to the link, follow the instructions, and done!
Please note that the code is as-it and that you need to read it first, you can find information about the code itself on the GitHub link, if you have any question related to the code, please ask in the GitHub page, for questions about the actual issue, please ask here, if you want to make a Chrome extension yourself because i'm too lazy, you can (plz credit so i can be famous :3).
I'm putting the code on GitHub because our amazing moderation team want to avoid random code in the tickets, i think it's the right thing to do, always read the code before executing it, it can be dangerous, the code i provided to you is not certified by the moderation team and will be useless when the issue is fixed, if you have any doubtes about the code, contact me on GitHub or ask a moderator here, and never run code that you don't trust.
As always, i hope i helped, and have a nice day chasing bugs and helping others!
Same issue, disabling keyboard shortcut does not workaround the issue either. I had to copy the comment from my notes app to here as a workaround.