-
Notifications
You must be signed in to change notification settings - Fork 2
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
cannot report issue when enabled #16
Comments
Sorry to hear that the plugin is not working. I tested it on our environment (Mantis version 2.24.3) and it works perfectly. It might be a browser compatibility issue. Could you please provide more info on your environment and any messages/warnings from your browser console. |
Thanks for the quick reply.
I'm running mantis 2.24.3 on localhost through Xampp 3.2.3.
I'm using Brave browser.
PHP 7.3.5
No errors shown in the browser, the button simply does not do anything.
I also have some PHP extensions enabled:
Does it have any compatibility issues with any php extensions?
|
What browser are you using? |
i took some time to reinstall and recheck, and the console displayed these error: 'An invalid form control with name='description' is not focusable.' UPDATEI made a quick fix by removing the 'required' attribute for the 'description' text area: (in the plugin's plugin.js file): document.getElementById('description').removeAttribute('required'); Is this a viable solution? |
when plugin is installed, the 'report issue' button does not work, and an issue cannot be reported. When I uninstall it it works.
I have disabled dropzone but still no luck.
I'm running mantis 2.24.3.
Kindly assist. Thanks.
The text was updated successfully, but these errors were encountered: